JSPM

node-red-contrib-beacon-scanner

0.0.6
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q50811F
  • License MIT

Node-RED node to retrieve information from BLE Beacons.

Package Exports

  • node-red-contrib-beacon-scanner

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (node-red-contrib-beacon-scanner) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

node-red-contrib-beacon-scanner

Node to allow Node-RED scan for the following beacons:

  • iBeacons
  • EddyStones
  • Estimote

Dependencies

  • Node.js 6 to 8.14.0
  • Noble
  • node-beacon-scanner

Installation

Raspberry Pi

Install Bluetooth drivers required by Noble.

sudo apt-get install libbluetooth-dev libudev-dev pi-bluetooth
sudo setcap cap_net_raw+eip $(eval readlink -f `which node`)

Run the following command in your Node-RED directory

npm i noble

Usage

Beacon Scanner

Messages emitted are stated in Futomi's repo.