/NR-XBee

XBee node for use with Node-Red

Primary LanguageJavaScriptApache License 2.0Apache-2.0

NR-XBee

Node-RED module to support use of XBee wireless modules

Highly inspired by Node-RED's own serial and mqtt modules. XBee interfacing is performed using the excellent svd-xbee node.js module and inherits the same dependencies on API Mode etc (see https://github.com/jouz/svd-xbee for details).

This is a fork of freakent/NR-XBee. Changes are toinclude a new InOutXBee node that can be configured to sample data from any of the AD0..AD2 or DIO0.. DIO11 pins of the XBee.

Pre-requesites

  1. Node-RED's serial module must be enabled

  2. Install svd-xbee from github

    $ npm install git+https://github.com/jouz/svd-xbee.git