Skip to content
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

Conversation

chirag-silabs
Copy link
Contributor

WF200 scan was sending RCPI value rather than the RSSI value. Fixing it so that the send value is RSSI

Formula for the RSSI

The following equation can be used to convert the RCPI value to corresponding dBm value.
[signal level in dBm] = (RCPI / 2) - 110

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

@chirag-silabs chirag-silabs requested a review from a team as a code owner February 4, 2025 14:40
Copy link
Contributor

@mkardous-silabs mkardous-silabs left a 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.

@chirag-silabs
Copy link
Contributor Author

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

@mkardous-silabs
Copy link
Contributor

@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.

chirag-silabs and others added 2 commits February 7, 2025 18:37
Co-authored-by: Mathieu Kardous <84793247+mkardous-silabs@users.noreply.github.com>
@chirag-silabs chirag-silabs merged commit a80edcb into SiliconLabsSoftware:release_2.5-1.4 Feb 7, 2025
53 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants