[DEVELOPMENT] IOT example GPIO/ADC web client and web server
Posted: Mon Nov 24, 2014 4:31 pm
I already published this message in the now closed "examples" topic to facilitate further discussion.
IOT example:
- sends ADC value to a webserver every 3 seconds (needs connection to TOUT pin of ESP, not tested myself)
- sends GPIO value to a webserver at every GPIO level change (interrupt at every UP or DOWN flank)
- provides a webpage with some ESP data
Upload the file below to init.lua on the ESP, and reboot the ESP.
Latest updates:
IOT example:
- sends ADC value to a webserver every 3 seconds (needs connection to TOUT pin of ESP, not tested myself)
- sends GPIO value to a webserver at every GPIO level change (interrupt at every UP or DOWN flank)
- provides a webpage with some ESP data
Upload the file below to init.lua on the ESP, and reboot the ESP.
Latest updates: