ESP-32 protocol LR mode

If doesn't fit into any other category ....
Post Reply
EasyRider
Posts: 28
Joined: Sat Jun 05, 2021 1:27 am
Has thanked: 7 times
Been thanked: 2 times

ESP-32 protocol LR mode

Post by EasyRider »

Trying to find out if there is support on Annex ESp32 for LR (Long Range) mode protocol?
I would like to try it with ESP-NOW functionality.
It is supported by Espressif for ESP-32 through their ESP-IDF.
esp_wifi_set_protocol( WIFI_IF_AP, WIFI_PROTOCOL_LR )
User avatar
cicciocb
Site Admin
Posts: 2092
Joined: Mon Feb 03, 2020 1:15 pm
Location: Toulouse
Has thanked: 448 times
Been thanked: 1384 times
Contact:

Re: ESP-32 protocol LR mode

Post by cicciocb »

Interesting but actually the support is not yet implemented in Annex
EasyRider
Posts: 28
Joined: Sat Jun 05, 2021 1:27 am
Has thanked: 7 times
Been thanked: 2 times

Re: ESP-32 protocol LR mode

Post by EasyRider »

Hello Francesco,

I am happy and appreciate new 1.50.8 firmware upgrade and can imagine a lot of hard work that you are putting into Annex.
However, I am wondering if there is a possibility to consider implementing LR (Long Range) mode in the ESP now protocol in the new firmware updates?

From personal experience, LR mode provides some increased range.
Arduino example [url= https://github.com/jnogues/ESP32-Long-R ... master.ino /url]
Post Reply