Search found 2 matches

by newtwoarduino
Fri Apr 03, 2020 5:57 pm
Forum: ESP32 Arduino
Topic: SOLVED: ESP32 esp-now data transfer is pausing
Replies: 2
Views: 5049

Re: ESP32 esp-now data transfer is pausing

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.
by newtwoarduino
Thu Apr 02, 2020 3:30 pm
Forum: ESP32 Arduino
Topic: SOLVED: ESP32 esp-now data transfer is pausing
Replies: 2
Views: 5049

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 ...