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
I did some latency measurements on the esp32 and for payloads <1kB latency, it hovers around 9-11ms. Seems it's pretty good for esp32 and wifi. I tried the same pico setup on PC to PC and I get 4-6ms, I get similar results by cutting pico and using ICMP pings. So the issue here seems to be wifi latency performance.
I don't know if it's applicable or not for you usecase, but now we have introduced message batching, allowing you to queue multiple data before sending a packet on the network.
The exact setup I used was PC(wifi) ->(ping) esp32(wifi) ->(pong) PC(wifi) on a wifi network as quiet as possible.
Describe the bug
When ping-ponging bytes around between a computer and a esp32, the subscriber side in the ESP32 appears to be limited at 100Hz.
To reproduce
Run the following code:
https://gist.github.com/patrickelectric/0bd8315894fec32cdaa69f8119de1da8
System info
ESP32-c3 and:
The text was updated successfully, but these errors were encountered: