Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth pass-through on a Pi 400 #174

Open
Jaff0 opened this issue Dec 17, 2023 · 2 comments
Open

Bluetooth pass-through on a Pi 400 #174

Jaff0 opened this issue Dec 17, 2023 · 2 comments

Comments

@Jaff0
Copy link

Jaff0 commented Dec 17, 2023

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.

@TheBossME
Copy link

TheBossME commented Dec 17, 2023

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

@Vovanchik
Copy link

Vovanchik commented Dec 17, 2023

I was able to config Bluetooth only with an external adapter using instructions specified in this thread #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants