You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
Which Data rates of the esp32 are supported?
I try to get a RTT of below 10ms consistent. But there are always a few very large Latency Spikes.
So I searched for it, and it seems that you have to set a high data rate for the esp32 to have a low latency.
The text was updated successfully, but these errors were encountered:
I have not tested the effects of data rates on latency.
Is this with broadcast or unicast address?
If unicast, latency spikes may be related to the underlying layer2 retransmission in the event of unconfirmed delivery.
Can you confirm with wireshark that there are additional packets being sent (I believe with the retry bit set) when the latency spikes happen?
Hello,
Which Data rates of the esp32 are supported?
I try to get a RTT of below 10ms consistent. But there are always a few very large Latency Spikes.
So I searched for it, and it seems that you have to set a high data rate for the esp32 to have a low latency.
The text was updated successfully, but these errors were encountered: