Questions tagged [svd-xbee]

svd-xbee - separates out the API component and is aimed at being a more solid and tested module for working with XBees

Digi's xbee modules are good for quickly building low power wireless networks. They can be used to send/receive text data from serial ports of different devices. XBees can also be used alone for their on board digital and analog I/O capabilities.

svd-xbee is a high level, actively maintained fork of Richard Morrison's node-xbee. It talks the ZigBee API with XBee radio modules over serial connections and provides high level abstractions of the XBee's functionality.

GitHub page: https://github.com/jouz/svd-xbee

4 questions
2
votes
1 answer

ZigBee Gateway Clarification?

I am working on setting up a project where I should be able to control my ZigBee End Device (ZDO or ZED) from an IP gateway. On having a detailed study, I understood on having a setup established. However, I need to confirm if ZigBee devices from…
velu4689
  • 35
  • 1
  • 6
1
vote
1 answer

programming for Xbee meshing

i have one query actually i have 3 xbees series2. i want xbee 1 (sensor+xbee(end device)) and xbee 2 as coordinator,where XBee2 will be attched to MCU. now i have xbee 3 which again ((sensor+xbee(end device)). now i want to make xbee3 also to…
1
vote
1 answer

Node.js svd-xbee error: FRAME TYPE NOT IMPLEMENTED: ZigBee Explicit Rx Indicator

I am using svd-xbee0.3.5 with XBee Series 2 running the Coordinator API function set. When running the package's example, the console is giving errors FRAME TYPE NOT IMPLEMENTED: ZigBee Explicit Rx Indicator (AO=1) (0x91) The Explicit Rx Indicator…
Nyxynyx
  • 61,411
  • 155
  • 482
  • 830
0
votes
1 answer

Would it be possible for Xbee series2 modules to establish a 3 or more nodes network consisting of Coordinator, Router and End point? if so how?

I've established unicast communication between coordinator and router. But when i do the same to two Routers, they don't communicate. I have to send a sensor reading from a node to another node and then finally to the coordinator. How can i do that?…