🚨 This is still a work in progress. Using the the code and files in this repository to create your own display is not recommended at the moment! 🚨
The OpenFlap project aims to create a open source, affordable split-flap display for the makers and tinkerers of the world. This repository houses all the required files to build, program and modify your very own split-flap display.
I would rather sink in more time than money.
To achieve this, the OpenFlap modules contain an optical absolute encoder. This encoder allows the module to know it's position at any time.
The modules and top connector boards feature a smart switching mechanism that automatically routes the UART data signal.
Each module and top connector board contains an input that when pulled low, interrupts the default data return path and continues the data path to the next module instead. This is shown in the image above in red (interrupted signal path) and green (non interrupted signal path).
Each module contains a micro controller capable of storing calibration values.
Each module can sense if it is there is another module connected below itself. The controller can query this information and calculate the width and height of the display based on this information. This currently does constrain the system to only support rectangular displays.
The OpenFlap system consists of 3 main components:
1) OpenFlap Module 2) OpenFlap Controller 3) OpenFlap Top-Connector
The OpenFlap modules are designed to be stackable. Each stack of modules must be topped of with top-connector board, these top-connector boards can be connected together to chain together multiple stacks of modules. A controller board can be connected to the first (left-most) top-connector board, it will serve as the brain for the OpenFlap display.
The brains of the OpenFlap module is a PUYA PY32F003x8, this is a cheap but capable ARM-cortex M0.
The modules consist of multiple 3D printed parts, sandwiched between two PCB's. Only one of those PCB's should be populated with components.
THe OpenFlap controller is build around an ESP-32, this versatile chip provides an easy way to connect the OpenFlap display to the internet.
The controller hosts a webpage through which the display can be used. The webpage should be accessible through http://openflap.local/. The controller provides an access point on SSID: OpenFlap
with a default password: myOpenFlap
. Through the webpage, the controller can be configured to join your local network. (Reboot required)
All required production files are available in /hardware/controller. You might want to solder on horizontal SMD header pins in order to connect your serial cable for programming.
You will need 1 Top Connector and 1 idc cable for each column in your display. The Top Connector provides power to the column of displays. in this way the displays don't all require their own power circuitry. The board also helps to rout the data through the modules and back to the controller.