Own implementation of the OrangeClock written in Go (tinygo).
It uses a Raspberry Pico with Wi-Fi and a Waveshare E-Paper display. Hardware credits go to: OrangeClock
Also it needs a webserver in the local network which serves the content to display. Something like this: server
Before you flash make sure to enter your wifi-credentials in pkg/wifi/secrets.go
.
To flash the app to the raspi-pico_w run:
tinygo flash -target=pico -stack-size=8kb -monitor ./cmd/orangeclock/main.go
# Monitor
tinygo monitor