ESP32 icon indicating copy to clipboard operation
ESP32 copied to clipboard

ESP32 ESP32 LR mode

Open kasperg3 opened this issue 1 year ago • 2 comments

Has the ESP32 Long range mode been evaluated/tested? Or else I might experiment with a long range/low data option.

The ESP32 doc states that ranges up to 1km can be reached by using their patented protocol.

LR documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi.html#long-range-lr

kasperg3 avatar Nov 24 '23 11:11 kasperg3

No, it hasn't, it requires an ESP as a receiver and a transmitter. Integrating it is very much possible, but I haven't found the time yet. The datarate is already fixed to WIFI_PROTOCOL_11B for lower data rates

seeul8er avatar Nov 25 '23 20:11 seeul8er

Support was added with the latest commit. Function is to be tested and will be part of the new release once it works

seeul8er avatar Jan 01 '24 01:01 seeul8er

Check the latest Release Candidate for LR support: https://github.com/DroneBridge/ESP32/releases/tag/v2.0RC1

seeul8er avatar May 24 '24 07:05 seeul8er