Skip to content

ashep/cronus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

86 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cronus

Cronus is a minimalistic digital clock built on the top of ESP32 MCU with the following features in mind.

  • Display the current time, date, and weather conditions.
  • Simple, bright display with brightness auto-adjustment depending on the ambient light level.
  • Simple: No buttons or any other controls.
  • Automatic Over-the-Air firmware upgrades.
  • No bloody Arduino.

showcase-03

See more

showcase-01 showcase-02 showcase-02 showcase-04 showcase-05

Building

See Wiki.

Contributing

Clone the repo:

git clone --recurse-submodules https://github.com/ashep/cronus.git

Or update an already cloned one to the latest version:

git pull
git submodule update --recursive --remote

Changelog

0.0.1

First release.

Authors