Hi All,
Hope everyone is doing well,
I am struggling to get my Anker SoundCore Bluetooth speaker working on the PicoChess v3 lite image but does work with the desktop image. I wanted to avoid using the desktop image on Pi3 due to resources. I also have a few Pi3s I would like to use up.
The issue covered hear before:
So far I have managed to get my speaker connected using this tutorial I found hear:
I have managed to pair and connect to my speaker and all looks good. As far as Bluetooth is concerned the speaker reconnects automatically on reboots and behaves as expected, unfortunately when I run (using my speaker address of coarse):
aplay -D bluealsa:DEV=00:25:DB:78:86:98,PROFILE=sco test.wav
the command appears to execute without error but no sound.
Running:
pacmd list-cards
or
pacmd list-sinks
does not show the speaker registered in the system which is concerning. This means I am not able to select it as a default sink/sound card
I did also try disabling the onboard audio in
/boot/config.txt
dtparam=audio=off
I did not expect to work as the speaker was not registering as an audio sink or sound card.
Do anyone have any advice?
Thanks
JP