Compare commits

1 Commits

Author SHA1 Message Date
zenonet
2b17c481ce Added readme 2026-07-15 23:06:48 +02:00
2 changed files with 17 additions and 0 deletions

BIN
assets/display.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 MiB

17
readme.md Normal file
View File

@@ -0,0 +1,17 @@
# E-Paper Timetable
A 7 inch display device for loading timetables from untis and displaying them just like on paper.
<img src="assets/display.jpg" height="400px">
## Software
The firmware is written in Rust with ESP-IDF. [epd-waveshare](https://crates.io/crates/epd-waveshare) is used for E-Paper controlling and a custom fork of [untis-rs](https://crates.io/crates/untis) for fetching data from Untis.
## Components
The device consists of an esp32 controller, a 7" E-Paper-Display (and a driver board for it), a battery with charging controller with USB-C port and a 3d-printed casing.
## Goal
I wanted to have a hands-free timetable in my school locker. Just like the good old times when you didn't need your phone to check your timetable. This device uses e-paper to create one of them good ol' paper timetables, except its always up-to-date. I built this for my "Seminararbeit" (a wannabe research paper you have to write in german highschool)