Close

Collaboration with diy-esp32-epub-reader

A project log for CALE Low Energy Eink Calendar

Long-life battery powered photo frame that renders a Screen every morning and goes to sleep - CALE.es WebService to render Bitmaps

martin-fasaniMartin Fasani 10/13/2021 at 10:180 Comments

Since two weeks I've enjoyed collaborating on a Firmware for ESP32 to convert an EPDiy based epaper into an Epub reader  (Like Lilygo EPD47)

This is the repository:
https://github.com/atomic14/diy-esp32-epub-reader

My collaboration so far was to add touch functionality and helping to use the right Waveform for this test epaper.
If you have one of this devices or any EPDiy PCB with a parallel epaper feel free to try it out!

And if you like it don't be shy and ★ the repository!
Build it with platformio and save some books in the /data folder (2 or 3 since SPIFFs has not a lot of free space)
It uses git submodules so remember to clone it using

git clone --recursive https://github.com/atomic14/diy-esp32-epub-reader.git

 And then just push the SPIFFs data folder into the device in Platformio terminal and after that build it

pio run -t uploadfs

 Short preview on my twitter timeline
https://twitter.com/martinfasani/status/1446535433253527557

Discussions