Hi,
I am using an Xbee3 LTE-M/NBIot modem, and currently it is connected and sending fine. However, the response to the "DB" signal strength command is coming back as 45d, which is not in the range of the response in the manual, which lists "0x71 - 0x33 (-113 dBm to -51 dBm) [read-only] ".
I am using the Xbee ANSIC library, and the return from the command response in ->value[] is a U8 and the length is 1, so I assume this is returning as a normal integer and not some sort of hex value. Is the true range of the "DB" response different than 113-51?
Thanks,
Thomas P.