I have watched the videos regarding the ESP32 webserver. Are there any videos that explain how to send data from the ESP32 to the client webpage? I need to be able to send dynamic data, analog voltages, computed temperatures, digital inputs, etc from the ESP32 to a webpage that the client is connected to. Looking at Ajax but am not sure and would like to get it working with just html before porting it to Ajax.
Any help in this matter would be very much appreciated.
Nope there are no videos on the topic yet. I haven't worked much with the ESP32, but what you are asking is present on STM32.
Maybe you can use the Idea to implement the HTML based solution.
Check out the https://controllerstech.com/stm32-ethernet-6-1-http-webserver-ssi/