musicgowdam
Technical User
I am doing a project in which ESP8266 wifi is employed to host a private web page.
I am using Arduino IDE to program the micro controller.
There are 5 variables namely "total,counter1,counter2,counter3 &counter4" involved in the program.
I managed to display the name of the variables in the web page.However, I want the values of the variables side by side.
Please note that the ESP8266 suppose to get the value of the variables from another micro controller through hand shake.
My problem is how to display the the value of the variables in a HTML web page. I have little knowledge in HTML thing.
Please help. Thank you
I am using Arduino IDE to program the micro controller.
There are 5 variables namely "total,counter1,counter2,counter3 &counter4" involved in the program.
I managed to display the name of the variables in the web page.However, I want the values of the variables side by side.
Please note that the ESP8266 suppose to get the value of the variables from another micro controller through hand shake.
My problem is how to display the the value of the variables in a HTML web page. I have little knowledge in HTML thing.
Please help. Thank you