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

Performance drop on Wifi (30%) and BT (60%) with latest build? #16

Open
cyberman54 opened this issue Dec 8, 2018 · 0 comments
Open

Comments

@cyberman54
Copy link

I am using ESP32 for wifi and bluetooth packet sniffing, using monitor mode of ESP32 wifi stack and using ESP32 BT/BLE stack.

I assessed that with latest build of esp-idf libraries the overall performance on both wifi and bt sniffing decreased dramatically.

Test setup were 2 identical hardware boards with identical application software. One application software was compiled with esp-idf libraries build before 26th Nov. 18, and the other one after this date.

The board build with latest code sniffs ~60% less bluetooth and ~30% less wifi devices compared with that one build on older code (under same conditions in same time).

I have no idea how to further analyze this. Since both BT and Wifi are affected this could mean a general performance drop on core 0 (running BT and Wifi stack), or a problem with the 2,4 GHz radio driver?

My code for bt and wifi sniffing can be found here:

Wifi sniffing
BT sniffing

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

1 participant