-->
Page 3 of 3

Re: How can I get incoming data with lower latency? (Also: U

PostPosted: Sun Jul 10, 2016 12:42 pm
by felipe123
jwatte wrote:The best you can do is get the Arduino IDE for the ESP8266 and write your own firmware.
Invent your own (simpler) serial protocol, and send/receive the data using UDP.
However, because of the various technologies involved, you won't get to, say, millisecond latency, neither over serial, nor over WiFi, nor over the end-to-end system.


Hi, thank you for the help. Do you have any similar arduino firmware with this function? I am kind of lost on how to build my own firmware.