MrDiy-Audio-Notifier icon indicating copy to clipboard operation
MrDiy-Audio-Notifier copied to clipboard

MrDiy Audio Notifier (based on esp8266audio) ported to platformio for ESP32

Results 14 MrDiy-Audio-Notifier issues
Sort by recently updated
recently updated
newest added

Hi, first of all thank You for mrdiy code improvements. Google TTS support makes a big difference!. Unfortunately I have problems with TTS playback. After voice command is being played...

on esp32, analogWrite function is not avaliable. ``` // setting PWM properties const int freq = 5000; const int ledChannel = 0; const int resolution = 8; .... //setup() //...

i do not see the messages being published to the topic broadcastStatus("LWT", "online"); broadcastStatus("SSID", thingName.c_str()); broadcastStatus("IPAddress", WiFi.localIP().toString()); broadcastStatus("status", "idle"); i have need to configure some sensors which will be required...

flashed all came up connected to mqtt. startup sound in a bootloop every 3-4 seconds.