Search found 2 matches
- Mon Oct 30, 2023 4:08 pm
- Forum: ESP32 Arduino
- Topic: How to adjust ESP NOW number of retries
- Replies: 2
- Views: 2369
Re: How to adjust ESP NOW number of retries
Colleague, it seems we are doing the same task :) Are there any updates on this issue? I'm now making repeated calls to the send() function until the callback says the data has successfully reached the second device. This greatly increases the code, and you also have to think about delays between se...
- Sat Oct 28, 2023 4:47 pm
- Forum: ESP32 Arduino
- Topic: How To Enable ESP NOW Long Range Mode in Arduino
- Replies: 5
- Views: 13838
Re: How To Enable ESP NOW Long Range Mode in Arduino
Hello, colleague! I'm facing the same problem - I'm trying to integrate long-distance mode into my code that uses the esp-now protocol. Do you have any updates on the issue? It's quite difficult to debug it yourself; you'll have to run hundreds of meters with your laptop to try to write the code cor...