Skip to content

Arduino-based project for a large display digital clock

Notifications You must be signed in to change notification settings

matthewturner/massive-clock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlatformIO CI

Massive Clock

A massive 8 segment display with 3 RGB LEDs per segment.

Schedules

Schedules can be set by sending an encoded 6 digit integer:

1             1   4       0   1          2
schedule      hour        block         value
id

This example would set the display to minimal for the first half of the 14th hour, ie 14:00-14:30.

Installing Platform IO

Install command line tools by following the installation instructions for Windows

Serial Monitor

Deploy code to your Arduino and run the following command in a terminal:

 pio device monitor --eol=CRLF --echo --filter=send_on_enter

Unit Testing

Run the following command after installing Platform IO:

pio test -e native

About

Arduino-based project for a large display digital clock

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published