yannickPe
(Yannick)
November 9, 2025, 7:59pm
1
Hello everyone,
I build the voice assistant following this link:
I have tried uploading my yaml file to my esp32 s3 with esphome builder
and after i got everything configured i tried installing it to the device but i get this message and don’t know what to do.
Arh
November 9, 2025, 9:13pm
2
Best advice is not to follow guides from a year ago for something that has progressed so much over the last year.
Try here instead.
I like to share my code for a voice assistant, it’s been hard to actually make it work, I modify a Bluetooth speaker and add it inside for more appeal case.
I had two versions, one for
esp32 wroom without media player, timer, and continuous conversation, lights, without micro wake word
ESP32 dev
Max98357
Inmp441
led strip of 4 segments
and an esp32-S3
with media player, vol up and down, timer, continuos conversation, lights, mute without micro wake word, sound on vol up and down, mute an…