jscrane / TTS

Arduino Text-to-Speech Library
191 stars 49 forks source link

Does not work withesp8266, tried it with the node mcu and the wemos d1 mini. Produces no sound on the output #21

Closed Kamalakkannan35 closed 1 year ago

ESPboy-edu commented 1 year ago

EPS8266 does not have DAC only software sigma-delta try this my ESP8266 improved fork https://github.com/ESPboy-edu/ESPboy_TTS

jscrane commented 1 year ago

I have just tested this with a Wemos D1 Mini and it works fine. @Kamalakkannan35 you must have made a mistake wiring it up.

// Media pins
#define PWM D2
jscrane commented 1 year ago

@ESPboy-edu Arduino ESP8266 has PWM in software, see here.