Introduction: Voice Recognition (Raspberry Pi)

About: the Raspberry Pi is Awesome!

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

Step 1: 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

Step 2: 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

Step 3: Code

Run Script:

"python3 voice.py"

Attachments

Step 4: Additional Info