pimox7
pimox7 copied to clipboard
Bluetooth pass-through on a Pi 400
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.
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
I was able to config Bluetooth only with an external adapter using instructions specified in this thread https://github.com/pimox/pimox7/issues/48