Close

CALE TFT Firmware is ready to be tested

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 04/24/2020 at 11:431 Comment

You can download the right repository here:
https://cale.es/firmware-tft

This example Firmware does provides three things only:

Proof-of-concept video: 

https://twitter.com/martinfasani/status/1253594911204655104

Half loading image bug has been solved. The problem is that sometimes in ESP32 WiFiClient the client.available() returns false and stops downloading. Circumvented it with an incremental counter. If you have a better idea just leave your comments

Discussions

Martin Fasani wrote 04/28/2020 at 21:56 point

previous mentioned bug was resolved here:

https://github.com/martinberlin/eink-calendar/commit/c456ac719a05e3d933a58f19785938ef845884ec 
by just adding content-length in CALE.es screenshot response and reading it on the firmware. This let’s you also make a nice downloading bar:

https://twitter.com/martinfasani/status/1255250771429466115 proof of concept video

  Are you sure? yes | no