https://github.com/andycb/smartcuckooclock
A Raspberry Pi Pico Micropython firmware for a connected clock project
https://github.com/andycb/smartcuckooclock
home-assistant home-automation raspberry-pi-pico
Last synced: 24 days ago
JSON representation
A Raspberry Pi Pico Micropython firmware for a connected clock project
- Host: GitHub
- URL: https://github.com/andycb/smartcuckooclock
- Owner: andycb
- License: mit
- Created: 2023-08-19T11:37:29.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T10:53:47.000Z (about 1 year ago)
- Last Synced: 2025-03-13T11:35:11.200Z (about 1 year ago)
- Topics: home-assistant, home-automation, raspberry-pi-pico
- Language: Python
- Homepage: https://andybradford.dev/2023/10/22/building-a-connected-cuckoo-clock/.
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SmartCuckooClock
A Raspberry Pi Pico Micropython firmware for a connected clock project. For the full write up of this project, see https://andybradford.dev/2023/10/22/building-a-connected-cuckoo-clock/.
This repo is intended as a reference for what I built. If you want to build something similar, feel free to use this as is or add / change your own stuff. If you do something cool, I'd love to hear about it, you can message me on [TechHub](https://techhub.social/@andycb), [Twitter](https://twitter.com/andycb) or leave a comment on the above blog post
## Required Python Modules
You will need the following Python Modules libraries to build this project
- MQTTClient