blePeripheral icon indicating copy to clipboard operation
blePeripheral copied to clipboard

Node.js class for creating a Bluetooth LE peripheral for Raspberry Pi OS Lite.

Results 8 blePeripheral issues
Sort by recently updated
recently updated
newest added

I am trying to run `npm install` on this repo on Fedora 38 on a laptop, but I get this error: ``` npm ERR! gyp info using [email protected] npm ERR!...

Instead of checking ```js if(characteristic.iface.Notifying) { // Do something } ``` it would better to do something like ```js characteristic.on('notify', () => { // Watch a file or subscribe to...

RPI: Raspberry pi 3 Phone: Android I can read and write `isAuthorized` and `cmd` characteristics, but when i try to pair to see last 3 i can't pair. Idk why...

file: blePeripheral.js _connectionManager checks if **strData** starts with **'/org/bluez/hci0/dev_'** in many cases, packets are linked together (i guess it depends on the processing power). when grouped together, this condition fails....

I'm unable to set the manufacturer id of the manufacturer data in advertisingClass.js file. I added: `this._iface1.addProperty('ManufacturerData', { type: { type: '{q(y)}' }, getter: (callback) => { callback(null, { 0xffff...

If you reboot the Raspberry Pi, and the random address of a bound device (iPad in this example) changes, that device can no longer read or write a secure characteristic....

While i am trying to register a secondary service i am getting an error ```Swift Error calling RegisterAdvertisement method. Error calling RegisterAdvertisement method. DBusError: Maximum advertisements reached at new DBusError...