-->
Page 1 of 1

ESP8266 ESP-WROOM-02 parallel UART connection

PostPosted: Wed Sep 09, 2020 3:35 am
by Niresh
Could anyone please suggest how to connect the ESP-WROOM-02 module to an MCU through UART and program the ESP-WROOM-02 by Arduino IDE through the same UART port.

https://www.dropbox.com/s/cr2mju158xolp ... c.png?dl=0

I am running a web server application inside the ESP-WROOM-02 and access it through a browser by an IP address. Also, created a message format to exchange the data between MCU and ESP-WROOM-02 through an UART which is same as used for programming the ESP-WROOM-02 by Arduino IDE when required.

I understand parallel UART communication is not recommended, but here there won't be any data exchange between ESP-WROOM-02 and MCU over UART during programming from the IDE.

Please advice.

Regards, NK

Re: ESP8266 ESP-WROOM-02 parallel UART connection

PostPosted: Wed Apr 14, 2021 8:26 am
by belkon
Having similar issue, were you able to come up with a solution?