Smart Home Automation Forum

Full Version: voice module arduino code firmware for google home and alexa speaker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here is two arduino code for voice module. You can download different file for Google home speaker or Amazon alexa speaker by USB cable. we will upload video to our YouTube channel later.
[attachment=50][attachment=51]
Hello.
How to upload firmware to the voice module?
https://youtu.be/DXwJR7XtIE0
here is video how to do.
Thanks for the description.
The compilation of the alex version was successful. However, there are errors when compiling the google version. I attach a file with errors.
[attachment=146]
Do you have install the "WebSockets" library?
[attachment=147]
Yes. I have installed version 2.1.4

I solved the problem. The problem is with the encoding system of the file. The google version file is UTF-8-BOM encoded. For this reason, extra characters are inserted in the first line that the compiler does not recognize:
#include <EEPROM.h>
ok,it's great.