CANDY-LINE / node-red-contrib-generic-ble

A Node-RED node set for providing access to generic BLE peripheral GATT characteristics.
Apache License 2.0
24 stars 22 forks source link

Connection status from generic-ble node #69

Open C-Nylund opened 1 year ago

C-Nylund commented 1 year ago

Hello,

I have an Arduino Nicla Sense ME (BLE) as are connected to node-red-contrib-generic-ble. When connected all the sensor data values collected from the bluetooth low energy node then going further through MQTT node to an HTML webpage.

I'm wondering is there possibility to get the connection status from the contrib-generic-ble node over MQTT to see the status when the device is connected/disconnected/missing/error on the HTML webpage?

blestatus

Best Regards. Nylund

C-Nylund commented 1 year ago

solved with an status node :)