I found out this html code to control Arduino via ESP8266.
My question is how to send data from Arduino to webpage??
I was suggested using ajax. But i'm not handle it.
Thanks for any help.
|
I am not certain what you are asking, but I think you want to send some data from an Arduino to a HTML web server. If that is correct then have a look at REST. You will be best searching for REST between PC and server and then porting it to the Arduino. REST will let you GET data from the server and POST data back to the server. It is relatively easy. You will need to have some scripts on the web server to handle the posts. |
|||||||||
|