raspberri-pi,bluetooth
while writing code for broadcasting the URL by eddystone-beacon using java in raspberri-pi,we are getting the error of Bluetooth-hci socket is missing how can we resolve it?????
1 Reply
You might need to install the bluetooth-hci-socket module as per this GitHub issue. On Raspbian, you should be able to do so using apt-get. Alternatively, if you're using js.node or similar, you can consider downgrading your version. This resource might be helpful as well - it doesn't mention your specific error, but does have information regarding URL broadcasting on a Raspberry Pi.