noble
noble copied to clipboard
A Node.js BLE (Bluetooth Low Energy) central module : Community maintained
Original issue: https://github.com/noble/noble/issues/299 Because of the polling here https://github.com/abandonware/noble/blob/master/lib/hci-socket/hci.js#L156 it is not possible to properly stop noble / the process except via `process.exit()` This PR in the original repository would...
I am trying to use noble in a node (v13.8.0) app running in a local docker container. When I run my application I receive the below error. It seems like...
transfer from https://github.com/noble/noble/pull/651 To use two different devices in one setup you need to configure the binding in your code and not with ENV-Vars. I am using one device for...
Little test matrix with noble on Ubuntu with some Intel chips | Ubuntu | AC9462 | AX201 | | 18.04 | Yes | No | | 20.04 | No |...
I am trying to integrate this library to connect a weight scale with angular electron project and facing an error. Dependencies: "@angular-devkit/build-angular": "~12.2.18", "@angular/cli": "^12.2.18", "@angular/compiler-cli": "~12.2.0", "@abandonware/noble": "^1.9.2-23", node...
Hi and _thank you_ for keeping this library active! I'm using Ubuntu 20.04 (and have now updated to Ubuntu 22.04 as I thought it might help, but it didn't). It's...
Hi all I have found an interesting issue. When I grab the manufacturerData from a peripheral, noble is giving me what appears to be incorrect data. Looking at the three...
All other ble devices are listed but the PS5 wireless controller is not. What would be the reason? Can you help me? OperatingSystem: [Raspberry Pi OS](https://www.raspberrypi.com/software/) - Electron App
` noble.on('discover', peri => { const ad = peri.advertisement; if (regex.test(ad.localName)) { console.log("Found device:", ad.localName); peri.connect(error => { if (error) { console.error("Error connecting:", error); return; } console.log("Connected"); peri.discoverServices(['00000000000111e19ab40002a5d5c51b'], (serviceError, services)...
I certify that I will work on this project to satisfy community interest and not intend to do any malicious changes. Some references of my OSS contributions and profiles: *...