-
-
Notifications
You must be signed in to change notification settings - Fork 147
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
Add setting and install logic for usb bluetooth module #890
Conversation
Did you test this also with Ruuvii Bluetooth sensors? |
@mr-manuel oh no, I have no ruuvii sensor. Do you have an other idea to test this ? |
Unfortunately not. I think on the Discord server there are some users with Ruuvii sensors, but probably without Bluetooth USB adapter. |
@mr-manuel the ruuvii sensors are not really cheap, I have no usage for it. I think we must wait for some one that can test it. |
Sorry for sounding stupid I have had nothing but disconnects with my pi’s and jbs’ After adding the usb can you confirm the version to install please /nightly dev? |
Nightly dev but with my edits from the PR, there is still open. That means not included to any branch. But you can edit /u-boot/config.txt manually. Replace all "miniuart-bt" with "disable-bt" and reboot the pi. |
Thank you will try when back |
Please add a note to the |
@mr-manuel Thanks, note is added. |
Some users have trouble with the integrated bluetooth in Raspberry Pi's, here I add a setting and install logic for an usb bluetooth module.
Usage:
BLUETOOTH_USE_USB = True
to config.ini/data/etc/dbus-serialbattery/reinstall-local.sh
reboot
!Should fix: #777
Should supersede: #830