-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SL-UP][WiFi] Fixing the rssi value for wf200 #268
[SL-UP][WiFi] Fixing the rssi value for wf200 #268
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
RSSI is calculated in two different locations. The fix should be donne in both location.
The calution was correct at the other place, anyhow made it similar to match the formula |
@chirag-silabs I would suggest having an inline function that does the calcluation instead of implementing the calculation twice. function takes the rcpi and returns rssi. |
Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com>
a80edcb
into
SiliconLabsSoftware:release_2.5-1.4
WF200 scan was sending RCPI value rather than the RSSI value. Fixing it so that the send value is RSSI
Formula for the RSSI
https://docs.silabs.com/wifi/wf200/rtos/latest/group-w-f-m-g-r-o-u-p-c-o-n-c-e-p-t-s
Tested on WF200