ESP-NOW: Enable Long Range Mode (802.11LR) #1704
-
Hi, I played around with the examples/src/bin/esp_wifi_esp_now.rs example. However, I noticed that the range seems quite limited. In ESP-IDF, there is a long range mode configurable. Could you please provide an example how to activate this in a project using esp-wifi? I found a |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
There should be |
Beta Was this translation helpful? Give feedback.
-
I had a look and besides the misleading naming I think that function has additional problems
And another thing is that there should also be a function to set it for esp-now without needing the wifi-controller I will create an issue from this discussion to fix all of this. Thanks for bringing up this topic |
Beta Was this translation helpful? Give feedback.
I had a look and besides the misleading naming I think that function has additional problems
esp_wifi_set_protocol
esp_wifi_get_mode
gets a mode butesp_wifi_set_protocol
takeswifi_interface_t
as the first parameterAnd another thing is that there should also be a function to set it for esp-now without needing the wifi-controller
I will create an issue from this discussion to fix all of this. Thanks for bringing up this topic