Other Parts Discussed in Thread: SIMPLICITI
I could use some assistance acquiring a valid RSSI reading using the eZ430 Chronos development platform. I have tried the ReadSingleReg(RSSI) and MRFI_Rssi() functions, however, both return a seemingly random number between 190 and 205 that don’t seem to be correlated with the received signal strength. I get the same readings whether I am 1 ft away from the RF access point or 100 ft away when the signal is about to drop out. I have tried both the bluerobin stack (during heartbeat receive mode) and SimpliciTI stack (during sync mode).
I realize I need to interpret the value as a 2’s compliment number and correct for a base RSSI offset. My question isn’t about interpreting the value, its about correctly getting a valid raw RSSI value in the first place. A value that fluctuates by only 15 counts (out of a possible 256) is of no use, especially when it doesn’t seem to be correlated with the received signal strength.
I have seen blog references to the use of RSSI for other MSP430 platforms (e.g. eZ430-RF2500), but none seem like they are appropriate for the eZ430 Chronos platform. I have also seen other blog references to the fact that the RSSI and LQI values should be added to the end of the receive buffer, however, this doesn’t seem to be happening in my case.
Am I using the RSSI functions in the wrong context? Is the radio system on the eZ430 Chronos platform not properly configured to give valid RSSI readings? A code snippet specific to the eZ430 Chronos platform would be of great help.
Thanks in advance.