-
Please update the dependency to `debug >2.6.9` for both `nobel` and `bleno` to remedy warnings regarding security vulnerabilities.
turon updated
9 months ago
-
We're using bleno to simulate devices used by our app in automated testing. One scenario we want to test is the device going out of range. We can kind of get there by calling `bleno.stopAdvertising(…
-
I'm having difficulty completing a secure read between an iPad Air running iOS 9.3.1 and a Raspberry Pi running Node 4.2.6 and Bleno 0.4.0.
The iPad first attempts a read request after connecting and…
-
it seems bleno does not recognize the BLE capability of this chipset.
running echo example gives this error:
```
root@ccimx6sbc:/usr/lib/node_modules/bleno/examples/echo# BLENO_HCI_DEVICE_ID=0 node…
h0ru5 updated
6 years ago
-
Running node-red on PI4 with latest bookworm variant.
After following the node-red instructions and initalizing, I get the error:
"bleNotify: received input but BLE interface is not initialized"
…
-
Use [eddystone beacon](https://github.com/don/node-eddystone-beacon) to [emulate beacon](https://github.com/ragingwind/eddystone-beacon-electron-emulator). Or use [bleno](https://www.npmjs.com/package…
-
Relate-to: https://github.com/noble/noble/issues/656
This active is blocked by those pending issues/reviews:
https://github.com/noble/noble/pull/851
https://github.com/abandonware/noble/pull/1
…
-
Hello! I need HELP!
I don't see heart rate on raspberry pi 2 with my "Charge 2"
I have install npm i fitbit-livedata in my directory and if i test it with
$ DEBUG=noble,bleno,fitbit-livedata …
-
Hello,
Im trying to connect with the Raspberry Pi 2 with bluetooth dongle. I'm shutting down bluetooth with `sudo service bluetooth stop`
And starting the example test.js app with node. If i'm trying…
-
I have been working with a Raspberry Pi running Ubuntu Mate 16.04. I am doing a straight forward advertiseURL and the code works well when running from a bash file, either under nodejs or pm2. However…