Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Guidance on Using Wi-Fi LR Mode with Wi-Fi 6 in ESP32-C6 Mesh Network #11588

Closed Unanswered
mightChamp asked this question in Q&A
Discussion options

Hello,

We are currently using Wi-Fi Long Range (LR) mode to extend coverage in our mesh network based on the ESP32-C6. To improve robustness and performance, we are exploring the integration of Wi-Fi 6 (802.11ax) features alongside LR mode.

Our current configuration is as follows:

ESP_ERROR_CHECK(esp_wifi_set_mode(WIFI_MODE_APSTA));
ESP_ERROR_CHECK(esp_wifi_set_protocol(WIFI_IF_AP, WIFI_PROTOCOL_LR));
ESP_ERROR_CHECK(esp_wifi_set_protocol(WIFI_IF_STA, WIFI_PROTOCOL_LR));

Could you please advise if it is technically possible to enable both Wi-Fi LR mode and Wi-Fi 6 features simultaneously, or if not, whether this capability is planned for future support on the ESP32-C6 or any upcoming chips?

Any guidance on optimizing a hybrid or dynamic approach (e.g., switching between LR and Wi-Fi 6) would also be appreciated.

Thank you for your support.

You must be logged in to vote

Replies: 2 comments

Comment options

please ask this question in either ESP-IDF's github repo or esp32.com

You must be logged in to vote
0 replies
Comment options

Ok Thanks

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /