Skip to content

matthewturner/massive-clock-synchronizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PlatformIO CI

Massive Clock Synchronizer

Synchronizes the time of the massive clock with NTP time servers.

Commands

Issue the request-sync command to update time, retrieve the latest schedule and push to the clock:

>request-sync!

Installing ESP8266 driver

Download

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