zigbee-shepherd
An open source ZigBee gateway solution with node.js
Documentation
Please visit the Wiki.
Overview
zigbee-shepherd is an open source ZigBee gateway solution with node.js. It uses TI's CC253X wireless SoC as a zigbee network processor (ZNP), and takes the ZNP approach with cc-znp to run the CC253X as a coordinator and to run zigbee-shepherd as the host.
Installation
- Install zigbee-shepherd
$ npm install zigbee-shepherd --save
-
Hardware
- SmartRF05EB (with CC2530EM)
- CC2531 USB Stick
- CC2538 (Not tested yet. I don't have the kit.)
- CC2630/CC2650 (Not tested yet. I don't have the kit.)
-
Firmware
- To use CC2530/31 as the coordinator, please download the pre-built ZNP image to your chip first. The pre-built image has been compiled as a ZNP with ZDO callback, ZCL supports, and functions we need.
Usage
var ZShepherd = ;var shepherd = '/dev/ttyUSB0'; // create a ZigBee server shepherd; shepherdstart { // start the server if err console;};
License
Licensed under MIT.