I am using a NodeMCU with the Arduino IDE to send some real time data, via UDP packets.
I am sending these packets every 50ms (I've checked this, every 50ms the UDP.beginPacket, ... endPacket are executed), but if I am using wireshark to see the packets arriving, I can see that there are delays of about 150ms, sometimes 200ms.
Is there a possibility to speed this up?
Thank you very much
Regards