jeelabs / esp-link

esp8266 wifi-serial bridge, outbound TCP, and arduino/AVR/LPC/NXP programmer
Other
2.82k stars 720 forks source link

Is hardware capable of supporting 2 uarts/TCP sockets? #553

Open narfler opened 1 year ago

narfler commented 1 year ago

Is there any interest in adding functionality if so?

dmytro-ivonin commented 1 year ago

When Arduino MCU (connected to esp mcu) generates too many logs to uart, updating sketches often fails. It would be great to have a second uart/tcp socket for logging, and the first uart use for firmware updates only.

Unused pin 3 (GPIO2) of ESP-01 would be good to use as the second uart rx in this case.