Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sending extra buttons, and direct audio wiring #123

Open
CaffeinatedOpe opened this issue Jan 24, 2023 · 3 comments
Open

Sending extra buttons, and direct audio wiring #123

CaffeinatedOpe opened this issue Jan 24, 2023 · 3 comments

Comments

@CaffeinatedOpe
Copy link

I've actually got 2 questions here, but i figured I'd only make one issue. First of all, is it possible to directly wire a microphone to a nodemcu, along with wiring a 3.5mm trs jack to the same for audio out (for externally powered speaker). Second of all, is it possible to run esphome and rhasspy on one board? I want to use a couple of analog pins for audio in and out for rhasspy, but also connect a couple of buttons for triggering smart home actions. (I'm fine with using something different like mqtt, i just have a basic knowledge of esphome already). If anyone has some advice or guidance, it would be greatly appreciated.

@Romkabouter
Copy link
Owner

Hi there, thanks for the interest.

To answer the questions, I am not a hardware expert and therefore not qualified to answer the nodemcu question.
Also, you would have to figure out the correct pintout the run this ESP32 software.
Which brings me to you second question.

Rhasspy does not run on a ESP32 board, the software in this repo is for a Rhasspy satellite.
This software flashes the whole chip, so it cannot run two different firmwares.

@CaffeinatedOpe
Copy link
Author

Alright, thank you. I did mean rhasspy sattelite, not rhasspy, sorry for not specifying that.

@sehraf
Copy link
Contributor

sehraf commented Jan 31, 2023

FWIW:
Apparently you seem to be able to play sound without a DAC using ESP8266Audios AudioOutputI2SNoDAC
https://www.instructables.com/MQTT-Audio-Notifier-for-ESP8266-Play-MP3-TTS-RTTL/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants