No worries.
I have been doing more experimentation today... It appears the pause only happens when sending to the serial monitor.
When I remove that from the equation, the data stream is indeed constant from one esp32 to the other.
Search found 2 matches
- Fri Apr 03, 2020 5:57 pm
- Forum: ESP32 Arduino
- Topic: SOLVED: ESP32 esp-now data transfer is pausing
- Replies: 2
- Views: 5218
- Thu Apr 02, 2020 3:30 pm
- Forum: ESP32 Arduino
- Topic: SOLVED: ESP32 esp-now data transfer is pausing
- Replies: 2
- Views: 5218
SOLVED: ESP32 esp-now data transfer is pausing
I am working with esp-now. I simply want a nonstop continuous stream of bytes being transferred from one esp32 to another. For my test, I am trying to send a 1 and then a 0, and repeating. When I monitor the receiver, it appears to receive these bytes as intended, but then pauses for a moment, then ...