Voice Recognition (Raspberry Pi)
by piddlerintheroot in Circuits > Raspberry Pi
18447 Views, 3 Favorites, 0 Comments
Voice Recognition (Raspberry Pi)

Basic tutorial of how to setup a voice recognition module with the Raspberry Pi. (works offline)
Parts

RPI 3 – https://goo.gl/CdVNoH
4 Amp Power Adapter – https://goo.gl/js4Uc7
16GB Micro SD – https://goo.gl/FDqZal
Voice Recognition Kit: https://goo.gl/TgtFk5
(ALT) Voice Recognition Kit: https://goo.gl/HdgVA2
Setup

Physical Setup:
TX->RX
RX->TX
VCC->VCC
GND->GND
Voice Recording Process:
RPI Setup:
Update Raspberry Pi:
"sudo apt-get update"
Enable serial interface:
"sudo raspi-config"
Select “No” on first prompt, and “Yes” on second Save and Reboot
Code

Run Script:
"python3 voice.py"
Downloads
Additional Info

Online Guide: https://www.piddlerintheroot.com/voice-recognition...