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.

Reply

Please enter an answer
Tips:

You can mention users to notify them: @username

You can use Markdown to format your question. For more examples see the Markdown Cheatsheet.

> I’m a blockquote.

I’m a blockquote.

[I'm a link] (https://www.google.com)

I'm a link

**I am bold** I am bold

*I am italicized* I am italicized

Community Code of Conduct