UDP Packet sending, time delays of about 150ms
Posted: Sat Aug 19, 2017 5:00 am
Hello!
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
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