node-red-contrib-ble-scan

Using noble.js, continuously scans for BLE advertisements

Usage no npm install needed!

<script type="module">
  import nodeRedContribBleScan from 'https://cdn.skypack.dev/node-red-contrib-ble-scan';
</script>

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.