Hi, I'm trying to use this microphone :https://www.amazon.de/DollaTek-Omnidirektionales-I2S-Schnittstelle-Ausgangssensormodul-Unterstützt/dp/B081JN1CW5/262-4468150-1066869?pd_rd_w=DKZ2A&content-id=amzn1.sym.c90b469b-76a4-4929-ad48-0676b96c75a5&pf_rd_p=c90b469b-76a4-4929-ad48-0676b96c75a5&pf_rd_r=W61EFJGYH2XRYHDGDMGN&pd_rd_wg=OyZJ1&pd_rd_r=d37115b5-c5f5-4f3f-af69-3789698defa5&pd_rd_i=B081JN1CW5&psc=1 to use voice assistants on my Raspberry Pi 5 running HAOS. I've written a custom add-on but the microphone isn't being picked up as a sound card. Is there a way for me to use it? Otherwise i was thinking of taking an ESP32 and sending the audio files via MQTT. Thank you in advance
#Is there a way to use a MEMS microphone with a Raspberry Pi running HAOS
1 messages · Page 1 of 1 (latest)
that microphone is an i2s mic so you could have to have some kind of driver that emulates it as a normal sound device via i2s on gpio. its one of those things that's "probably doable" but is absolutly not the way to go.
use an esp32 with esphome and the voice assistant components.
or just get something purpose built like:
the Voice-PE
or a cheaper (but more limited) option the M5 Atom Echo