Skip to content

An e-ink weather display based on the Inkplate 10 and the Pirate Weather API

License

Notifications You must be signed in to change notification settings

barretpj/eink_weather

 
 

Repository files navigation

eink-weather

An e-ink weather display based on the Inkplate 10 (which takes a recycled Kindle display and pairs it with an ESP32, LiPo charger, SD card, RTC) and the Pirate Weather API.

The display

Build

  1. Get an API key from Pirate Weather.

  2. Modify params.h with the WiFi network details, latitude and longitude of the location you are getting weather for, the API key and set the title to be shown on the display.

  3. Run make. This will build the PNG versions of the SVG icons. If you want to change/add icons the originals come from Erik Flowers' Weather Icons.

    Make will also build the fonts needed by the program. These are based on Google's Roboto. You can change the fonts by changing the ttf files in fonts/ttf and then run make. You'll need to update the .ino that references the generated .h files.

  4. Copy the PNG files onto the SD card to be inserted in the Inkplate. There's a make target called "copy" which will do this but you may have to modify the Makefile to set the correct destination folder.

  5. Build the .ino with the Arduino IDE and upload it to the Inkplate.

  6. Run it either connected via USB-C or a LiPo battery. Since it sleeps drawing microamps the battery should last months between charges.

About

An e-ink weather display based on the Inkplate 10 and the Pirate Weather API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 60.6%
  • C 33.2%
  • Makefile 6.2%