MathewsTito / NR-XBee

XBee node for use with Node-Red

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

XBee node for use with Node-Red

License:Apache License 2.0


Languages

Language:JavaScript 98.9%Language:Shell 1.1%