Schluggi / AIOsense

ESPHome based all-in-one sensor
https://aiosense.readthedocs.io/en/latest/
MIT License
123 stars 22 forks source link

ESP32-S3 Support with microWakeWord #190

Open AnthonyPluth opened 7 months ago

AnthonyPluth commented 7 months ago

Category

Whats your idea? With ESPHome now supporting on-device wake word detection (https://www.home-assistant.io/blog/2024/02/21/voice-chapter-6/), it would be awesome to add support for ESP32-S3 with microWakeWord onboard. Happy to collaborate on this work, as well.

lukas-holzner commented 4 months ago

image

microWakeWord needs the PSRAM which needs GPIO Pins 33 to 37. Unfortunatly we are currently using some of those pins for the microphone and speakers so a redesign of the pcb would be needed.

AnthonyPluth commented 4 months ago

Are there free pins on the ESP32-S3 that could be utilized instead (with PCB redesign)?