Hello, I am using a few Xbee3 modules to form a Zigbee network for communication between devices. I discovered that it's possible to obtain the RSSI readings directly using the xbee.atcmd command on micropython. My end goal however is to obtain the SINR(signal to interference + noise ratio).
I don't think there's a built in function to obtain the SINR reading. Are there any suggestions on how I can go about this?
Thanks.