Hi, I am new to Arduino and wondering if the following is possible...
I have a motorcycle with a wired headset connection. It is a standard 5pin DIN connection and I have identified the pin layout to be 2 wires for Speaker L/R +, one for speaker -, one for MIC +, and one for MIC -
I have a Cardo Packtalk Bold bluetooth headset in my helmet.
Can an arduino unit be configured to receive wired audio input from the motorcycle and transmit to the Cardo headset via bluetooth and simultaneously receive input from the Cardo headset's microphone via bluetooth and relay via wire into the bike?
I have been searching for duplex/two way bluetooth transceivers, but have only be able to find ones that work only one-way at a time. They have a physical switch to change between transmitting and receiving. Finding one that works both ways simultaneously have been difficult, hence the thought of creating my own with arduino.
I have an Arduino Nano it outputs a tone on D9 (this works i can hear it), pin 9 connects directly to a usb audio tx on one of the boards 3.5mm jack pins (pin D10 Connects to the other 3.5mm input pin), the usb is powerd 5v and GND , the TX board auto conects to bluetooyh headset but is very quiet i can bearly hear it.
I beleive the imput impedance of the usb TX board should be high so as to be just a voltage reader.