The project is about an electronic timekeepers with esp8266. It uses LITTLEFS to store the time and dtime is updated via a webserver
Youtube demo video link: https://youtu.be/_w-ruAeblBs
To access the home page of the timekeeper connect to the timekepper via wifi, in your wifi setting you should see a device named timekeeper, the default password is 12345678. then in your browser type in timekeeper.com, you should see the following page when the page loads.
when the time for a particular period has not been set, it shows "not set" but if it has been set it shows the time
To set the time click on tools > Update
After the page has loded you should see this page below
From here you can set the time for each period per day, change the password and set date and time of the timekeeper.
As an example i will update Monday 2nd period which has not been set as you can see monday second period is at "not set", now let update the time
after setting the time scroll down and click upload, it is also possible to set the time for multiple periods before upload. After you click uplaod you will be directed to the page below Click on Home to go back to the Home page, when you arruve at the Home page you should notice that Monday 2nd period is no longer at "not set", but at the time you set it to.
To delete a period click on tools > Delete period(s)
We will be deleting Monday 1st period as an example,first look at the time for Monday 1st Period, the time is 8:46, when we delete it it should default to "not set". BEFORE DELETION
When the page has been deleted go back to the home page by clicking home on the nav bar, you should see that Mon 1st Period is now at "not set"
Lastly to access the user manual or contact page User manual : click on User manual from nav bar contact us : tools > contact us
Thanks for reading. I would love it if you give my repo a star, create issues that you discover and make pull requests for any cobtribution you might have.