PoC: Raspberry Pi Pico W clock for toddlers. Written in micropython
Go to file
Sagi Dayan 7c36d8eea3 initial commit
Signed-off-by: Sagi Dayan <sagidayan@gmail.com>
2023-04-22 14:58:04 +03:00
README.md initial commit 2023-04-22 14:58:04 +03:00
access_point.py initial commit 2023-04-22 14:58:04 +03:00
index.html initial commit 2023-04-22 14:58:04 +03:00
io_state.py initial commit 2023-04-22 14:58:04 +03:00
main.py initial commit 2023-04-22 14:58:04 +03:00
picoclock.jpg initial commit 2023-04-22 14:58:04 +03:00
screenshot_web.jpg initial commit 2023-04-22 14:58:04 +03:00
style.css initial commit 2023-04-22 14:58:04 +03:00
webserver.py initial commit 2023-04-22 14:58:04 +03:00

README.md

🕰 PicoClock

Ayala & Ido's Clock

PicoClock in the dark

Configuration

  • Connect to the PicoClock's WiFi network (SSID PicoClock, Password: ********)
  • Open your browser and head over to http://192.168.4.1
  • From there you should sync the PicoClock time with yout phone/laptop by clicking on the Set Time button

Then you can configure time for day/night or manually toggle the lights as you please.

RaspberryPi Pico setup

This setup is very stright forward. PIO's used:

Day Time
  • PIO..
Night time
  • PIO..

And that's it. To add/change PIO please take a look here. Simply add the pins to the arrays self._day_pins and self._night_pins

screenshot of the web interface

Made with ❤️ by ZeGoomba.