Replies: 2 comments
-
yes, that is a very strange limitation of the AT firmware (but the first versions of esp AT firmware had only one TCP connection!). |
Beta Was this translation helpful? Give feedback.
-
Hi, I wanted to say that I have solved this issue by using https://github.com/jandrassy/lab/blob/master/AvrDudeTelnet/AvrDudeTelnet.ino It's much simpler and easy to use, and even works on Windows 11 now. I modified it to have 2 ports - a comms port and a flashing port. Both do the same thing, except the flashing port resets the board before sending over the data. |
Beta Was this translation helpful? Give feedback.
-
Hi, I want to send packets of data to and from the Mega over WiFi and preferably support OTA update with it. The OTA update works, and the examples from the WiFiEspAT library work. But from the documentation, it seems that AT only supports 1 TCP server, which is taken up by ArduinoOTA. So, any suggestions for how to establish communications?
Beta Was this translation helpful? Give feedback.
All reactions