I have a MKR Wifi 1010, but UDP packet and ping latency is ~168ms on average (in spurts it varies, 3ms to 250ms on my local wifi).
Do any Arduino boards provide lower latency than that?
I have a MKR Wifi 1010, but UDP packet and ping latency is ~168ms on average (in spurts it varies, 3ms to 250ms on my local wifi).
Do any Arduino boards provide lower latency than that?
You need to describe the project you want to implement so that we understand the need for low latency.
In the general context of sending data over the internet a latency of 250msecs is unlikely to be a problem.
....R
It was the wifi latency, obviously I can't control for the internet.
Turns out the documentation for the WifiNina board was wrong, it defaults to low-power mode, which adds loads of latency.
(Problem solved!)