Skip to content

kgysu/orangeclock-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OrangeClock Go

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

Flashing

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

Resources

About

Tinygo implementation for orangeclock

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages