Skip to content

goat-hill/bitclock

Repository files navigation

bitclock

bitclock

Open source e-ink desk companion, clock, and air quality monitor.

https://bitclock.io

Device photo

Visit https://bitclock.io/connect to configure your existing device

Firmware

Source code for ESP32 using the ESP-IDF development framework.

See bitclock-fw/

Website

Next.js web app for homepage and device configurator.

See bitclock-web/

Web configurator screenshot

Enclosure

OnShape design, STEP files, and instructions for 3D printing.

See bitclock-enclosure/

Device CAD screenshot

PCB

KiCad schematic, board, and JLCPCB ordering files.

See bitclock-pcb/

KiCAD device PCB screenshot

Contributing

Pre-commit linting

A single pre-commit config is created for this monorepo. Set up the hooks to get linting on every commit.

brew install pre-commit
pre-commit install