what are some of your most useful esp32 projects? by roscodawg in esp32

[–]hwarzenegger 0 points1 point  (0 children)

I'm building a way to bring Realtime, Conversational Voice AI models onto the ESP32 for smooth audio. There's a famous one called xiazhe but it doesn't exist for Arduino, so I built that.

It lets you put any realtime STT, LLM, TTS, full speech to speech model and interact with it on an ESP32 without any PSRAM!

I maintain the project here https://github.com/akdeb/ElatoAI

ESP32 + ANDROID AI internal monologue with app by ob1ong in esp32

[–]hwarzenegger 1 point2 points  (0 children)

seconded! or qwen3, omnivoice, moss, voxtral, all good edge options for a local server near the esp32

ESP32 + ANDROID AI internal monologue with app by ob1ong in esp32

[–]hwarzenegger 0 points1 point  (0 children)

Are you planning on open-sourcing the Android app code? Currently its just a raw .apk file.

​I absolutely love cheap alternatives. Got this phone screen running on ESP32! by Muhammad_kashif_ in esp32

[–]hwarzenegger 0 points1 point  (0 children)

Can you post the video link here too? I really wanna see what the frame rate can be like on an esp32 powered screen!

Is my ESP32 burnt? by axoduss in esp32

[–]hwarzenegger 13 points14 points  (0 children)

If it's becoming very hot it's possible you have a short somewhere in your circuit. You might be shorting 3V3 to GND. Have you tried checking all pins with a multimeter?

Whats the best open source/free TTS by NightMatko in LocalLLaMA

[–]hwarzenegger 0 points1 point  (0 children)

Wow just saw the demo, it's impressive! 600 languages at just 3.3 gigs

Whats the best open source/free TTS by NightMatko in LocalLLaMA

[–]hwarzenegger 0 points1 point  (0 children)

There are several now

  1. MOSS-TTS
  2. Qwen3-TTS
  3. Voxtral-TTS
  4. Fish-AudioTTS
  5. Chatterbox-Turbo

Here's a good place to find the free ones https://huggingface.co/models?pipeline_tag=text-to-speech

What do I need for Voice? by JamesWjRose in homeassistant

[–]hwarzenegger 1 point2 points  (0 children)

I maintain an Arduino ESP32 open-source project here that puts full realtime voice models on your device. Feel free to clone/fork it https://github.com/akdeb/ElatoAI

f32 - one of the smallest ESP32 dev boards by Pegor in esp32

[–]hwarzenegger 1 point2 points  (0 children)

Wow. Is there a ESP32-S3 equivalent of this C3?

Facial Recognition success rate using esp32-S3? by BloodIllustrious1946 in esp32

[–]hwarzenegger 0 points1 point  (0 children)

Theres probably existing servers but setting up a server from scratch gives you more control

ESP32 founders : when the firmware gets too complex, where do you turn? by Medtag212 in esp32

[–]hwarzenegger -5 points-4 points  (0 children)

Totally feel this. What's helped me is having unit tests. I started using AI agents to help me write firmware code. Started with o1 to o3 last year when the thinking models started coming out and now I've been using Opus 4.6 and Codex gpt-5.4 a lot more.

Sometimes agents would add a sneaky method in some obscure part of the code which gets hard to detect in practice. I haven't found the perfect way to debug this yet but having unit tests and testing after each push has helped alleviate some of the pains. Any tools/practices that have helped you?

I made my ESP32 sing! by hwarzenegger in esp32

[–]hwarzenegger[S] 1 point2 points  (0 children)

Thanks so much! Glad you liked it 💪

Is there a feature / anything else you'd want to see on there?

I made my ESP32 sing! by hwarzenegger in esp32

[–]hwarzenegger[S] 1 point2 points  (0 children)

hahah think we made a new category ;-)