clausbroch / node-red-contrib-noble-bluetooth

A Node-RED module based on noble for interaction with Bluetooth Low Energy (BLE) devices.
MIT License
8 stars 15 forks source link

Help with reading characteristic #6

Open popeyesfx opened 3 years ago

popeyesfx commented 3 years ago

Hi I have managed to get your lib working with node-red on a pi zero. I can connect to my peripheral. The issue I am having is how to read data from the characteristic on a regular basis. Once connected I only get the data once. I followed your demo for setup.

The unit I am interrogating is a Nasa BM1 battery monitor and it appears it only a read characteristics.

Any help would be appreciated