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

CSI Precision/Resolution #92

Open
navidhasanzadeh opened this issue Jul 22, 2023 · 1 comment
Open

CSI Precision/Resolution #92

navidhasanzadeh opened this issue Jul 22, 2023 · 1 comment

Comments

@navidhasanzadeh
Copy link

navidhasanzadeh commented Jul 22, 2023

I have a question regarding the resolution of the collected CSI using ESP32. It seems that the resolution of the magnitude is very low, and the signal fluctuates within a limited range, like 20 to 40 (as integers). Is there any way to increase the resolution or the precision of CSI values, for example, to make it in the range of 1024?

@Junye97
Copy link

Junye97 commented Jan 25, 2024

I have the same question too... The WiFi chip is using ADC2, which has 12bit resolution: https://docs.espressif.com/projects/esp-idf/en/v4.2/esp32/api-reference/peripherals/adc.html

Very curious as to why the CSI values are reported as signed 8bit ints (my guess since the values do not exceed 127).

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