Demo catalog - martinberlin/cale-idf GitHub Wiki

Demo Video was made using the Arduino ESP32 library that is now being adapted to ESP-IDF

  • main/demos/cale-sensor.cpp This demo shows how to add a RISING interruption that triggers an image download and render in the epaper. Is though to be used in gallery expositions that want to have an interactive device.
  • main/demos/demo-fonts.cpp A very easy sketch to show how to load different fonts using Adafruit GFX
  • main/cale.cpp CALE is our Web-service to deliver BMP images or JPG to your WiFi devices. Has HTML edition/ Calendar rendering and also the possibility to add a Gallery so your epaper requests every time the next image

RainMaker WiFi provisioning demo

  • In branch: feature/42-wifi-provisioning
  • Requires for big displays an ESP32-WROVER or similar with PSRAM (>400*300 pixels or more than a 80Kb buffer)

Please find it in the directory /main/demos/rainmaker and make sure to select in the CMakeFiles the right CPP demo. There are more instructions on the WiKi page RainMaker WiFi provisioning