How to measure XBee signal strength with C code
ValeT
Posts: 308
Does anyone know how to measure signal strength with the XBee using the Propeller ActivityBoard? Preferably, this would be done using C code.
I am trying to avoid using the external piece of software that is usually used.
Thanks for the help!
I am trying to avoid using the external piece of software that is usually used.
Thanks for the help!
Comments
There are two ways I know of, the RSSI pin outputs PWM. You can also send it the AT command to request it.
I was talking about X-CTU.
So if I sent the AT command in my code, it would return an integer value?
http://examples.digi.com/wp-content/uploads/2012/07/XBee_ZB_ZigBee_AT_Commands.pdf
Bottom of page 131. "DB" Command.
It will come in handy, especially since I do not have it already .