pimox7 icon indicating copy to clipboard operation
pimox7 copied to clipboard

Bluetooth pass-through on a Pi 400

Open Jaff0 opened this issue 1 year ago • 2 comments

Is it possible to pass-through the built-in Bluetooth device to PiMox on the Pi 400 mini computer. I have PiMox up and running without problem hosting Home Assistant. I have the USB ports working and would love to get the Bluetooth working also.

Thanks in advance for any help.

Jaff0 avatar Dec 17 '23 02:12 Jaff0

apt install bluetooth

apt install bluez libbluetooth-dev libudev-dev libcap2-bin

dmesg | grep Bluetooth

echo -e "options btusb enable_autosuspend=0" | sudo tee -a /etc/modprobe.d/btusb.conf

hciconfig

hci0: Type: Primary Bus: UART BD Address: DC:A6:32:XX:XX:XX ACL MTU: 1021:8 SCO MTU: 64:1 UP RUNNING RX bytes:4447 acl:0 sco:0 events:431 errors:0 TX bytes:66761 acl:0 sco:0 commands:431 errors:0

TheBossME avatar Dec 17 '23 09:12 TheBossME

I was able to config Bluetooth only with an external adapter using instructions specified in this thread https://github.com/pimox/pimox7/issues/48

Vovanchik avatar Dec 17 '23 15:12 Vovanchik