Skip to content

ashep/cronus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cronus

Banner

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

See more

Showcase Showcase Showcase Showcase Showcase Showcase

How to make it

See the 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