simple on-off audio switch?
Posted: Fri Jun 29, 2018 9:06 am
I haven't really played around with the hardware side of things, so this is mostly new to me but I've been mulling this project, and i'm really hoping it's trivial to do. I have an audio source that's basically always on with a bluetooth transmitter attached. There's a receiver in another room. If I disconnect the receiver, the transmitter tries to reconnect and the receiver won't stay disconnected.
My thought... Can I use a NodeMCU board to create a wifi based audio switch using just the GPIO pins? ON or OFF would be via a MQTT topic (or physical button). I would have an input audio jack connected up to 2 pins (left/right stereo), and an output audio jack connected on another 2 pins, with grounds connected. When, ON, the audio is just passed straight through the board. Audio would be at line level, so no huge voltages to deal with. No volume level adjustment or anything fancy. Just OFF, or ON/Passthrough. Is this something doable without using relays?
My thought... Can I use a NodeMCU board to create a wifi based audio switch using just the GPIO pins? ON or OFF would be via a MQTT topic (or physical button). I would have an input audio jack connected up to 2 pins (left/right stereo), and an output audio jack connected on another 2 pins, with grounds connected. When, ON, the audio is just passed straight through the board. Audio would be at line level, so no huge voltages to deal with. No volume level adjustment or anything fancy. Just OFF, or ON/Passthrough. Is this something doable without using relays?