I would like to send the WiFi signal strength as percentage via mqtt. What is the conversion factor of RSSI value to percentage?
Please correct me if I am using a wrong method.
WiFi RSSI to percentage
-
- Posts: 826
- Joined: Mon Jul 22, 2019 3:20 pm
Re: WiFi RSSI to percentage
Using a percentage is misleading, most people recognize the "bars" for signal strength better than a number.
https://www.netspotapp.com/what-is-rssi-level.html
It is better to send the strength as collected, and let the server (or consumer) on the other end do the conversion. Raw data is more accurate, and is less work for your $4 IoT processor.
https://www.netspotapp.com/what-is-rssi-level.html
It is better to send the strength as collected, and let the server (or consumer) on the other end do the conversion. Raw data is more accurate, and is less work for your $4 IoT processor.
-
- Posts: 16
- Joined: Tue Aug 06, 2019 6:18 am
Re: WiFi RSSI to percentage
Hi,lbernstone wrote: ↑Sat Oct 26, 2019 1:48 pmUsing a percentage is misleading, most people recognize the "bars" for signal strength better than a number.
https://www.netspotapp.com/what-is-rssi-level.html
It is better to send the strength as collected, and let the server (or consumer) on the other end do the conversion. Raw data is more accurate, and is less work for your $4 IoT processor.
Thank you for your reply. Problem is that I am handling the server as well. Is it not possible to fix an upper threshold and lower threshold for the dbm value?
I have looked at the link, is the signal quality pictorial representation consistent among all WiFi devices (or all RF devices)?
Who is online
Users browsing this forum: No registered users and 43 guests