xbee-api icon indicating copy to clipboard operation
xbee-api copied to clipboard

Node.js and Chrome communicate with XBee/ZigBee devices in API mode

Results 7 xbee-api issues
Sort by recently updated
recently updated
newest added

Hi, I'm using xbee-api on my project, but I have a problem when the nodes (I'm using xbee-api for Arduino) send a information to controller (using node js). Sometimes (after...

Hi, is there any chance you might support also the frames for digimesh protocol? Digimesh allows the modules to create a self healing full-mesh network with xbee series 1 modules...

Hi, is there any chance of you guys adding digmesh protocol support?

Hi, I have been using this api for a while now and it is great :-) I was wondering if anyone has figured out how to mock out a xbee...

Hi! I've found another small bug.. According to ZigBee's (and Xbee) specification the unknown 64bit address is `0xFFFFFFFFFFFFFFFF`. In the module, the `UNKNOWN_64` constant is defined as `0x000000000000FFFF`, which actually...

As mentioned in #44 it could be nice to support `0x0000`-style input for all 16/64 bit parameters for the frame builder besides `[0x00, 0x00]` and `"0000"`-style. For 16 bit, we...

Hey Jan, figured I would start doing things in a little bit less of a vacuum so we can decide what's best for the project. I've had a few projects...