@komodokodomo/node-red-contrib-ignoble 0.0.13

ignoble is a noble node-red node allowing you to interact with your Bluetooth Low Energy devices

npm install @komodokodomo/node-red-contrib-ignoble

ignoble

A Node-Red BLE (Bluetooth Low Energy) central module. Uploading fork to test if it still works

Installation

sudo npm install @komodokodomo/node-red-contrib-ignoble

Usage

Create a scanner node. This does not run by itself - hook up a trigger to it!

Connect a peripheral node to the scanner node and configure it to your liking, or don't.

Connect a service node to the peripheral node. This node just transforms data. You need it.

Connect a characteristic node to the service node. This node will let you fish out characteristic data.

After the characteric node has run, msg.payload will contain its data - this can be shunted to other nodes like MQTT, Twitter or a debug node.

Example

An example flow of two temperature sensors being polled every 30 minutes and characteristics exposed over Homebridge/MQTT. A third SHT21 sensor will push its temperature (2a6e) when the characteristic changes.

alt text

An example flow of subscribing to a peripheral's ccc5 characteristic. Set the peripheral's timeout to 0 and turn on the characteristic's subscribe flag to maintain notifications forever or until the device is disconnected.

alt text

Node Info

Version: 0.0.13
Updated 9 months, 3 weeks ago
License: ISC
Rating: not yet rated

Categories

Actions

Rate:

Downloads

9 in the last week

Nodes

  • scanner
  • peripheral
  • service
  • characteristic
  • characteristic out

Keywords

  • bluetooth
  • ble
  • bluetoothle
  • low energy
  • le
  • iot
  • internetofthings
  • noble
  • node-red
  • nodered

Maintainers