Public projects 3
2WD Voice Controlled Robot with Arduino and BitVoicer Server
Project tutorial by Marcio Tamagushi
- 20,885 views
- 13 comments
- 52 respects
Speech Recognition and Synthesis with Arduino
Project tutorial by Marcio Tamagushi
- 85,071 views
- 5 comments
- 88 respects
Speech Recognition with Arduino and BitVoicer Server
Project tutorial by Marcio Tamagushi
- 36,300 views
- 15 comments
- 56 respects
Toolbox 3
Respected projects 0
Comments 2
Speech Recognition with Arduino and BitVoicer Server almost 6 years ago
2WD Voice Controlled Robot with Arduino and BitVoicer Server about 6 years ago
I have tested the code again and it is working fine. However, I do not remember for sure what the default UART rate is for the WiFi module. If it is 9600 bps and it is the first time you set up your module, you will have to change the UART rate in the first instruction: Serial.begin(115200) to Serial.begin(9600). Also make sure the shield switch is in the UART position after you upload the setup code to the Arduino.
Unfortunately I cannot help you with the ESP8266 (never used it), but I have another project that uses a WiFi module from Microchip: https://www.hackster.io/msb4180/2wd-voice-controlled-robot-with-arduino-and-bitvoicer-server-310f9a. Maibe that can help your.