Page 1 of 1

ESP-01 read UART from Arduino

Posted: 04 Apr 2019, 21:45
by d00m
Hello

Just installed on my ESP-01 ESPEasy latest version - ESP_Easy_mega-20190404_normal_ESP8266_1M.bin

And would like to know - is it possible to do the next:

- somehow connect UART from Arduino Mini Pro (3v) to some GPIO of ESP-01
- send some data to this arduino via UART in Web page.
- receive answers from Arduino via UART in Web page.

currently I'm using my arduino and send-receive data via smartphone with OTG cable anв application USB Terminal.
but now I want to connect arduino in network and send-read data via web page..

Please advice..