Open GiannisDorokidis opened 3 months ago
if i change the interface "hci0"in the config located at: /usr/local/bin/mpradio-bt-setup.sh with another will it work without any problems? `#!/bin/bash
hciconfig hci0 up hciconfig hci0 piscan
systemctl force-reload udev systemd-udevd-control.socket systemd-udevd-kernel.socket
sdptool add SP chgrp bluetooth /var/run/sdp`
I got a pi zero w installed the configuration on the latest buster lite image. Its all working great without any major problems. Also the lagging over bluetooth seems to be fixed for now but there is still noise is that because of the bluetooth chip or any other factor?
If i disable the onboard bluetooth adapter will it recoginise and work out of the box with a usb bluetooth adapter? What file do i need to edit to specify what bluetooth adapter to use (if needed)? Also the wifi is off. I used 'dtoverlay=disable-wifi' in /boot/config.txt .I will disable bluetooth the same way