WiFi RSSI to percentage

hellraise007
Posts: 16
Joined: Tue Aug 06, 2019 6:18 am

WiFi RSSI to percentage

Postby hellraise007 » Sat Oct 26, 2019 11:11 am

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.

lbernstone
Posts: 669
Joined: Mon Jul 22, 2019 3:20 pm

Re: WiFi RSSI to percentage

Postby lbernstone » Sat Oct 26, 2019 1:48 pm

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.

hellraise007
Posts: 16
Joined: Tue Aug 06, 2019 6:18 am

Re: WiFi RSSI to percentage

Postby hellraise007 » Sun Oct 27, 2019 1:22 pm

lbernstone wrote:
Sat Oct 26, 2019 1:48 pm
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.
Hi,

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 71 guests