node-red-contrib-advlib-ble
v0.0.5
Published
Node-RED package for decoding BLE advertisement payloads to readable JSON objects.
Downloads
2
Readme
node-red-contrib-advlib-ble
Node-RED package for decoding BLE advertisement payloads to readable JSON objects.
Decode BLE advertisement payloads to readable JSON objects. Uses advlib-ble.
Example Usage
Input payload should have a data
key with the Bluetooth advertisement to be decoded. Output corresponds to the initial object plus a new advDecoded
field with the decoded result as JSON.