Skip to content

MicroPython code and accompanying web app powering my eink screen

License

Notifications You must be signed in to change notification settings

hueyy/eink-screen-esp32

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eink-screen-esp32

This is a monorepo containing some simple code for a simple web app that controls my eink screen (with an ESP32 driver).

photo of the screen

Software

There are 2 distinct codebases:

  1. Backend (/backend) - web interface and API server
  2. MCU codebase (/mcu) - code that runs on the eink screen MCU

The general set-up is as follows:

  • The backend runs on a sever (via Docker)
  • Users use the web interface to configure the display
  • The MCU connects to WiFi and periodically fetches an image from the backend and displays it

Hardware