node-ble-host
node-ble-host copied to clipboard
A Bluetooth Low Energy host implementation for Node.js
Thank you very much for sharing the wonderful library. I have a question for advertise address type. Is it possible to advertise with the address type of Resolvable Private Address?...
Hi there I have been always using this library in RPi 2 Zero with latest Raspberry Pi OS without any issues. However it always throws error when I run the...
Hi @Emill Now I have successfully implemented a Flutter mobile GATT client and `ble-host` GATT server. It works as expected and seems very stable. Thank you for the wonderful library....
I was running this example and there seems to be a typo in the module name https://github.com/Emill/node-ble-host/blob/master/docs/api/advertising-data-builder.md `const NodeBleHost = require('node-ble-host');` Should be `const NodeBleHost = require('ble-host');`
Is there a way to advertise a BLE Beacon with this lib? @Emill Thanks in advance!
There is no output from console.log in service 22222222-3333-4444-5555-666666666669. I assume that the write data was not received? How to debug this? For testing i used BLE scanner and nRF...
How can I set the PHY configuration to 2M? My connections are only 1M phy and I'm not sure how to update it. Is 2M PHY supported? I'm looking into...