Hi,
I’ve bought the book “Home automation with ESP8266” and I’ve found it very interest. I learned a lot of things.
Now I’m designing a circuit needs receive commands and values from a web page. On a web page I want to write values and text and send them tapping a button …. but I dont know how to do this! Could you help me please? thanks in advance. Claudio
Hi
You can read data from a web page by using AJAX
with this you can send data to a webpage and read data like
username and password from a web page
If you wish to get number of taps in a webpage use
server.arg(“TapsNumber”)
https://randomnerdtutorials.com/esp32-servo-motor-web-server-arduino-ide/
https://circuits4you.com/2018/02/04/esp8266-ajax-update-part-of-web-page-without-refreshing/
http://www.martyncurrey.com/esp8266-and-the-arduino-ide-part-6-javascript-and-ajax/