1.0.0 • Published 5 years ago

node-red-contrib-ble-scan v1.0.0

Weekly downloads
54
License
MIT
Repository
github
Last release
5 years ago

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.