A small digital counter intended for use in board games. Runs on an ATTiny85 using an SSD1306-based 128x64 OLED display, in a custom designed and 3D printed case.
Docs/Source | ||
KiCad | ||
Source | ||
.gitignore | ||
README.md | ||
UNLICENSE |
Schematics and PCB layout made using KiCad (http://kicad-pcb.org/).
ATTiny85's firmware is built using PlatformIO (http://platformio.org).
Before uploading the firmware I used the Arduino IDE and an "Arduino as ISP" to burn the 8 Mhz bootloader, you may get incorrect timing otherwise. I have not yet bothered to figure out how to do this with just PlatformIO.