Skip to content

clockspot/iot-calendar-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

iot-calendar-client

Arduino/ESP32 software for an e-ink calendar, intended for use with iot-calendar-server.

Forked from kristiantm/eink-family-calendar-esp32, which details the hardware specs and required libraries for this project.

Sketch for LOLIN D32 is in /lolin32.

Earlier test sketches written for Arduino Nano 33 IoT are in /nano-test-local (processes locally) and /nano-test-remote (relies on iot-calendar-server).

Once you have installed the Adafruit GFX Library, you will need to copy the IOT Symbols font from /resources into the library's Fonts folder (on macOS, ~/Documents/Arduino/libraries/Adafruit_GFX_Library/Fonts). This draws the sun and moon icons. For the text fonts, you will need to edit the sketch to use the GFX library's standard fonts, or ones of your own making. (The font I use, the wonderful Metric from Klim Type Foundry, I am not licensed to share.)

About

Arduino/ESP32 software for an e-ink calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 53.3%
  • C++ 46.7%