Skip to content

fgaudin/epaper_station

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hardware

Installation

  • VSCode
  • PlatformIO

Tools

SSL Certificate bundle

The bundle is already in data/cert so nothing needs to be done but in case it needs to be updated, the ESP32 WifiClientSecure README and this were somewhat followed.

The x509_crt_bundle.bin file in data/cert was generated by downloading cacert.pem into the ./tools directory and then running

python gen_crt_bundle.py --input cacert.pem
mv x509_crt_bundle ../data/cert/x509_crt_bundle.bin

The gen_crt_bundle.py script comes from here

Icons

Icons are generated from the SVG files using Image Magick.

cd tools
./export_icons.sh -s 48
./export_icons.sh -s 96

Fonts

Custom font sizes were generated on https://rop.nl/truetype2gfx/

Uploading

Data can be uploaded with the Upload Filesystem Image task in the PlatformIO menu.

Code can be compiled and uploaded using the upload or upload and monitor tasks.

About

Weather and other thing station

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published