Blutooth audio adapter

I have a car without bluetooth but with an aux jack in the center console. I use a little garbage bluetooth adapter which I connect to and it outputs to my aux. Has anyone written software that will allow me to plug the autopi into my aux jack, connect my phone to the autopi via bluetooth, and proxy all audio from my phone to the aux out?

1 Like

@Chris, this seems eminently doable (although don’t know reliability)

Have a look at

https://scribles.net/streaming-bluetooth-audio-from-phone-to-raspberry-pi-using-alsa/

1 Like

A couple of things (I just tried the instructions)

You will probably need to do

sudo apt-get install bluealsa

as the first step

and on the step

bluetoothctl

I needed to do

sudo bluetoothctl

Apart from that instructions worked perfectly.

Let me know how it goes