Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.
/ timcal2 Public archive

Timcal without wifi based configuration

Notifications You must be signed in to change notification settings

paperdink/timcal2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TimCal 2

Note: This has been moved to the new Paperd.ink library here.

Timcal example without wifi AP based configuration.

Full Image

Install Library Dependencies (from arduino library manager)

  • Adafruit GFX library by Adafruit (tested with v1.7.5)
  • GxEPD2 by Jean-Marc Zingg version (tested with v1.3.9)
  • JSON Streaming Parser by Daniel Eichhorn (tested with v1.0.5)

Usage

Step 1:

Use ESP32 Sketch data upload to upload the icons from data folder.

Step 2:

Update the config.h file with configuration details

#define SSID     "*****" // your network SSID (name of wifi network)
#define PASSWORD "*****" // your network password
#define TODOIST_TOKEN "*******" // your todoist API key without the word "Bearer"
#define CITY "*****" // your city for weather
#define COUNTRY "*****" // your country for weather
#define OWM_ID "*****" // your open weather map APP ID
#define TIME_ZONE "PST8PDT,M3.2.0,M11.1.0" // your time zone from list https://github.com/nayarsystems/posix_tz_db/blob/master/zones.csv

Step 3:

Select ESP32 Dev module in arduino Tools>Board and hit upload.

About

Timcal without wifi based configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published