hello im working on a mini project. I have an LED that glows depending on the value on LDR and RTC. i would like to print the state of the LED on my page and be able to turn them off from the page. i would like to print the time too. Im new to this can anyone assist. I dont want to use the esp as a server, im using xampp.
Why do you need an RTC if you have an esp? Just get time from NTP server...
Using the esp as a web server might still be the easiest way to communicate with it. Users might only see your xampp page, but behind the scenes, the xampp server and the esp server could communicate with http get/post to get data and send commands or updates.