dkroeske / BroseFlipDotESP8266

MQTT enabled Brose FlipDot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BroseFlipDotESP8266

Few months ago I bought some very old and dirty Brose Vollmatrix displays also known as flip dot of disk displays. With the use of the internet I reverse engineered the internals and hooked up an ESP8266 board. Using an MQTT broker I'm able to display text and bitmaps (black and white e.g. 112x16 pixels). After some time the display will enter idle mode where is makes a nice clock. The display also contains a backlight that can be controlled using MQTT.

MQTT enabled Brose FlipDot

{ "message": { "content": "DIEDERICH", "x": 0, "y": 0, "font": 2, "display_time": 20 }, "backlight": { "on": true } }

About

MQTT enabled Brose FlipDot


Languages

Language:C++ 71.4%Language:Objective-C 16.2%Language:C 12.4%