Is it possible to set a slower 802.11n 1MB data rate using the Arduino 2.10 IDE?

I'm aware the esp_wifi_set_protocol() function is available in the ESP-IDF, but it does not appear to be exposed directly by the Arduino WiFi library using Arduino IDE 2.10 . I need to use esp_wifi_set_protocol() ( or some other alternative in an Arduino 2.10 sketch. Is there and easy way to extend the ESP NOW range by setting a slower 802.11n data rate from within an Arduino IDE 2.10 sketch?

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.