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

Sensitivity #420

Open
Bayelllka opened this issue Aug 6, 2024 · 1 comment
Open

Sensitivity #420

Bayelllka opened this issue Aug 6, 2024 · 1 comment

Comments

@Bayelllka
Copy link

Bayelllka commented Aug 6, 2024

Hi xianjun, can you tell me how you measured the sensitivity, as my connection is lost at 85dBm value

how to reach these values:
Performance (best case: aggregation/AMPDU on):
iperf: TCP 40~50Mbps; UDP 50Mbps
EVM -38dB; MCS0 sensitivity -92dBm; MCS7 -73dBm. (FMCOMMS2 2.4GHz; cable and OTA test)

@Bayelllka Bayelllka changed the title Hi xianjun, can you tell me how you measured the sensitivity, as my connection is lost at 85dBm value Sensitivity Aug 6, 2024
@HavingaThijs
Copy link
Collaborator

The connection is lost at -85dBm because by default the receiver won't react to signals with a power lower than that:

#define OPENOFDM_RX_RSSI_DBM_TH_DEFAULT (-85) //-85 will remove lots of false alarm. the best openwifi reported sensitivity is like -90/-92 (set it manually if conductive test with wifi tester)

You can decrease this threshold for sensitivity measurements, see: https://github.com/open-sdr/openwifi/blob/master/doc/app_notes/frequent_trick.md#receiver-sensitivity-control.

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

No branches or pull requests

2 participants