ESP8266 Making Google Home Speak

Using esp8266-google-home-notifier library on ESP8266 to make Google Home speak! Software Prerequisites/Limitations The GoogleHomeName must match the name of Google Home / mini setup in Google Home App. The ESP8266 must be on the same network as Google Home. MDNS: Dont include ESP8266mDNS.h supplied by Arduino-ESP8266. Internal ESP8266mDNS.h should suffice. Libraries required esp8266-google-home-notifier esp8266-google-tts WiFiManager (optional) GitHub: debsahu/GoogleSay sercret.h #define SECRET const char* ssid = "<WiFiSSID>"; const char* password = "<WiFiPassword>"; GoogleSay....

July 6, 2018 · Debashish Sahu