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

Modifying ESP-NOW (esp32) Bandwidth (under 20Mhz) to Reduce Wi-Fi Interference #24

Open
zorro1011 opened this issue Nov 22, 2024 · 0 comments

Comments

@zorro1011
Copy link

Hi everyone,

Currently, ESP-NOW uses a bandwidth of 20 MHz or 40 MHz. However, I am experiencing interference with adjacent home Wi-Fi bands.

I would like to know if anyone has experience or knowledge on how to modify the ESP-NOW bandwidth to less than 20 MHz in order to reduce this interference. I understand that the default hardware configuration primarily supports 20 MHz and 40 MHz, but I was wondering if there are any solutions or workarounds that could be implemented at the firmware or software level.

Any suggestions or experiences would be greatly appreciated. Thanks in advance!

P.S. I am already using the maxpower and LongRange configuration with the following commands:

esp_wifi_set_max_tx_power(80);
esp_wifi_set_protocol(WIFI_IF_STA, WIFI_PROTOCOL_LR);
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