Here we can all chat about fixing the AT+ command structure and the associated responses.

User avatar
By felipe123
#50511
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.