Displaying Website Content on an E-Ink Display: A Family Tech Solution
2024-12-15
To address the inconvenience of checking the school timetable, the author designed a low-power e-ink display that automatically fetches and displays the school website's timetable. The project overcame challenges of website login and API absence by using Playwright for web scraping, and a server-side application to generate the image, which is then displayed on the e-ink screen. This solution tackles a family's daily problem and showcases the combined application of low-power hardware and web scraping technologies. The project initially explored MicroPython, but ultimately utilized the Arduino library for better reliability and functionality.
Read more