node-red-contrib-ble-scan
v1.0.0
Published
Using noble.js, continuously scans for BLE advertisements
Downloads
64
Maintainers
Readme
node-red-contrib-ble-scan
This Node-Red module contains the "BLE Scan" node that continously scans for broadcast messages via the noble library.
Installation
To install this module use Node-Red GUI installer or console command:
npm install node-red-contrib-ble-scan
This module requires the noble library which will be installed automatically. Take note about the requirements when running on linux.
Usage
Output message: msg.payload contains the peripheral object as it is generated from the noble.js library.