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

Arduino library for communicating with XBee radios in API mode

Results 60 xbee-arduino issues
Sort by recently updated
recently updated
newest added

Hey guys, I can't seem to get these two xbee's to communicate. I really want to get this project finished so I can finally fly my drone!!! Any help would...

I am building a application that every node needs to know who are its parent and children. When I issue to the local node a ZDO request (Management LQI Request)...

The XBee::send method always escapes the content of the request. As a result when I send messages with an XBee configured for API mode 1,messages that contain bytes with value...

I tried running this on a Trinket (which runs ATtiny chip), and that device doesn't have a hardware `Serial`, therefore the XBee.cpp file doesn't compile because `XBee::XBee(): _response(XBeeResponse())` tries to...

Hello, Having a very strange issue that seems associated to the Tx packet from the Xbee to the Mega Rx (on any serial port) which then causes a stuck high...

Hi, I'm using xBee modules Series 2, and getting a small problem with the AtCommand example [I downloaded the library through the IDE]. The problem is that the module sends...

Hi, Is it possible to get the hardware serial of the device connected to the ardunio?

It seems doxygen docs are no longer available since github does not allow direct viewing of HTML files. However, it seems that by using gh-pages, you can again easily display...

Provided example to help with sending data structures on a Arduino through a XBee.

Maybe it's more or less perfect and the XBee API protocol hasn't changed even on newer parts? (I sort of doubt either of those things.) Is there a recommended alternative?