As no reply, i cobbled it myself.
Basically when I get the send fail call back i send same message again for n seconds
Seems to work ok for me. Hope that helps imk
Search found 4 matches
- Tue Oct 31, 2023 9:35 am
- Forum: ESP32 Arduino
- Topic: How to adjust ESP NOW number of retries
- Replies: 2
- Views: 2370
- Sun Oct 29, 2023 9:45 pm
- Forum: ESP32 Arduino
- Topic: How To Enable ESP NOW Long Range Mode in Arduino
- Replies: 5
- Views: 13845
Re: How To Enable ESP NOW Long Range Mode in Arduino
Not a squeak of news from anyone.
Only thing I can think is that it is illegal in some territories and therefore no one want to say how to do it.
Or it doesn't actual exist or its default state anyway.
Good luck imk
Only thing I can think is that it is illegal in some territories and therefore no one want to say how to do it.
Or it doesn't actual exist or its default state anyway.
Good luck imk
- Thu Apr 27, 2023 9:16 pm
- Forum: ESP32 Arduino
- Topic: How to adjust ESP NOW number of retries
- Replies: 2
- Views: 2370
How to adjust ESP NOW number of retries
Hello,
I am using ESP NOW in unicast mode (peer to peer pair) and wondering is it possible to set the number of packet retries when using the esp_now_send() function?
Many thanks in advance IMK
I am using ESP NOW in unicast mode (peer to peer pair) and wondering is it possible to set the number of packet retries when using the esp_now_send() function?
Many thanks in advance IMK
- Sat Apr 22, 2023 9:40 am
- Forum: ESP32 Arduino
- Topic: How To Enable ESP NOW Long Range Mode in Arduino
- Replies: 5
- Views: 13845
How To Enable ESP NOW Long Range Mode in Arduino
Hello, I am developing a Serial to Serial via WiFi (Radio Modem) using a pair ESP32 WROOM-32 boards. This project is in test and is running reliable for hours sending 250 byte packets to each other. This radio modem project is for an autonomous wheeled Robot. Where one ESP32 is driven by an App in a...