willfurnell / esp32-flipdot-controller

Code and KiCad PCB files to control a Hannover Flipdot display

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp32-flipdot-controller

Replacement controller for Hannover Flipdot Displays

This is a fork of the original https://github.com/themainframe/esp32-flipdot-controller, but is designed to allow for more than one panel (my display has three), and works with the Platform.IO build, and Arduino ecosystems.

It currently gets the time from an NTP server and displays it. The code obviosuly needs more work, but it's good enough for now.

Also included in this repository are KiCad schematics for my version of the PCB, which has hardware (but not yet software) support for the built in LED strip and other personal customisations.

Based on the blog post on damow.net!

About

Code and KiCad PCB files to control a Hannover Flipdot display


Languages

Language:C++ 71.3%Language:C 28.7%