A remote timer, equipped with a scheduling Web interface, controls a "DigitalOut".
Dependencies: Timezone NTPClient
WebTimer
The WebTimer is an Mbed device enabling to remotely control a DigitalOut. It has a "calendar-like" user interface to edit the schedule - a table you can click on (or tap on a touch-screen device).
The program was ported to Mbed from the Tuxgraphics site. Thank you Guido for sharing!
- When starting, it will print it's IP address over the USB serial link to the terminal screen. However, you can set a different static IP address if you modify the code in the
main.cpp
. - To connect to the WebTimer, type the IP address into the web browser edit box and hit
ENTER
. - When a cell is green then the timer keeps it's output
ON
during that period of time. If a cell is not green it means the output isOFF
.
- To select or deselect multiple cells you can click (keep down the button) and move the mouse over more cells.
- The smallest time interval on this 24h timer is 15minutes.
- To save the changes type in the password and hit
ENTER
or click on theSave
button. - The default password is "secret". But you can change it by editing the source code in
main.cpp
.
History
A remote timer, equipped with a scheduling Web interface, controls a "DigitalOut".
2020-11-13, by hudakz [Fri, 13 Nov 2020 09:37:14 +0000] rev 4
A remote timer, equipped with a scheduling Web interface, controls a "DigitalOut".
A remote timer, equipped with a scheduling Web interface, controls a "DigitalOut".
2020-11-12, by hudakz [Thu, 12 Nov 2020 18:36:25 +0000] rev 3
A remote timer, equipped with a scheduling Web interface, controls a "DigitalOut".
A remote timer, equipped with a scheduling Web interface, controls a "DigitalOut".
2020-11-12, by hudakz [Thu, 12 Nov 2020 18:23:29 +0000] rev 2
A remote timer, equipped with a scheduling Web interface, controls a "DigitalOut".
A timer to control a DigitalOut equipped with Web interface for scheduling.
2020-11-11, by hudakz [Wed, 11 Nov 2020 17:09:39 +0000] rev 1
A timer to control a DigitalOut equipped with Web interface for scheduling.
A timer to control a DigitalOut equipped with Web interface for scheduling.
2020-11-11, by hudakz [Wed, 11 Nov 2020 16:56:02 +0000] rev 0
A timer to control a DigitalOut equipped with Web interface for scheduling.