-->
Page 1 of 1

Can esp8266 server keep track of last time someone visited?

PostPosted: Thu Nov 07, 2019 3:42 am
by MyESP
I'm trying to make a simple device which keeps a relay closed (digital pin HIGH) as long as the website on the esp8266 has been visited in the last 10 minutes. If esp8266 doesn't get a visit/ping within 10 minutes it drop some digital pin to LOW. And next time it gets visited it goes back to HIGH.

How would I go about making the esp8266 check and record last visit time?

Re: Can esp8266 server keep track of last time someone visit

PostPosted: Fri Nov 08, 2019 1:10 am
by Pablo2048
Framework/language used? (MicroPython/Basic/Arduino/IDF/...)

Re: Can esp8266 server keep track of last time someone visit

PostPosted: Fri Nov 08, 2019 2:47 am
by MyESP
Ive been using Arduino IDE so far, still learning