libxbee3 icon indicating copy to clipboard operation
libxbee3 copied to clipboard

A C/C++ library to aid the use of Digi XBee radios in API mode

Results 15 libxbee3 issues
Sort by recently updated
recently updated
newest added

When I compile after including header and source files in my project, there is error: error: redefinition of 'sruct timespec'

I'm using the 900MHz XBee digimesh radio and sometimes I'm seeing issues where either right at startup of my application or sometimes after heavy usage of the radio it becomes...

When disabled, 1 stopbit is used. Added default config for armhf

Hi all, I keep getting this incorrect result when running the main.c in 0.simple_at tx:17 txRet:0 Although i knew someone else has asked this question, but i still can't figure...

Hello, Is there a "mode" for the Digi SX / SX Pro (XB[P]9X) range of part numbers? I've been trying to use `xbee3` but I've not been able to get...

The current xbee_sZB_createSourceRoute_tx_func in master overwrites the last byte of the last 16-bit address in the source route list as well as the last byte of the 16-bit destination address....

Using C++, most AT commands work fine. Testing with the XBee 1 10.c++ sample, but changing the command to "SH" or "SL" gives a timeout. ```c++ // Works fine: /*...

For xbee2/data the Transmit Options is masked with 0x08. While the documentation says; Transmit options 0x01 = Disable ACK 0x02 = Disable network address discovery Set all other bits to...

This could be interesting to be able to enable NACK messages or the Trace Route option. _(by request not globally)_ ref: https://www.digi.com/resources/documentation/Digidocs/90000991/Default.htm#reference/r_frame_0x10.htm%3FTocPath%3DOperate%2520in%2520API%2520mode%7CAPI%2520frame%2520overview%7C_____5 https://www.digi.com/resources/documentation/Digidocs/90000991/Default.htm#reference/r_nack_msg.htm?Highlight=nack https://www.digi.com/resources/documentation/Digidocs/90000991/Default.htm#reference/r_dm_trace_routing.htm?Highlight=Trace%20Route%20option