As the title says... Chat on...

User avatar
By curiousmech
#38195 Hi,

I have been working out with ESP8266 for a week now.
I have used the Node MCU firmware and tested out the webpage part to control the GPIOs of the ESP-01 Module.

Now, I want to display data of 2 sensors connected to arduino UNO and send its data to ESP module via UART and display the data on webpage sever. Also keeping intact the GPIO control part.
The data to be sent by arduino will be refreshed after every 30 seconds.
Can anyone guide me how to do it? I want the esp8266 module to refresh data on webserver page automatically.