atomic14 / atomic14/esp-now-range-test

How to set up "Standard ESP-NOW" mode

Open
#2 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
31
Forks
6
PR merge metrics
No merged PRs in 30d

Description

I try to test the range and throughput of ESP-Now standard mode like your video on Youtube
![Capture](https://user-images.githubusercontent.com/56064934/147135187-aba826df-cf22-461a-967c-623a01d04032.JPG)

But i don't know how to set up ESP-NOW in standard mode
I try to delete the code :
#if CONFIG_ESPNOW_ENABLE_LONG_RANGE
ESP_ERROR_CHECK(esp_wifi_set_protocol(ESP_IF_WIFI_STA, WIFI_PROTOCOL_LR));
#endif
But I still get the same result before I delete it
What should i do to set up ESP32 to "Standard ESP-NOW" mode.
Thank you very much

Contributor guide

No contributing guide indexed for this repository

Research direction

No repository file or test is named. Start by tracing the ESP-NOW and Wi-Fi protocol configuration around CONFIG_ESPNOW_ENABLE_LONG_RANGE and esp_wifi_set_protocol, then compare the resulting behavior with the reported range test. Done means documenting the steps for selecting standard ESP-NOW mode and explaining why removing the shown block did not change the result.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
embedded-iot
Issue type
Documentation
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
20/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.