Use this forum to chat about hardware specific topics for the ESP8266 (peripherals, memory, clocks, JTAG, programming)

User avatar
By electricon
#93698 Hello,
im working on an project that includes measureing the RSSI. So i wondered how exactly the value is hardwarebased measured. It would be great if someone could explain it to me.
Thanks in advance!
User avatar
By eriksl
#94593 RSSI is the actual strength of the signal. I guess it's just measured with an ADC from the hardware, no much to eplain there.

Something like SNR (signal to noise ratio) is actually more interesting than the RSSI value. A signal with a low RSSI value but acceptable SNR can be used without a problem. On the other hand, if the RSSI is good and the SNR is low, the signal may be unusable.

The interesting thing is that SNR actually can be calculated without hardware help, by counting the amount of corrections the FEC (error correction) needs.