Modern recreations of a 1898 21-segment display
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
Forgot to add this photo to previous log. I took it before I've sent most of the display I had to different parts of the world :)
Thanks to @davedarko's comment on this project's page I had a chance to show my ongoing project at Hackaday's exhibition of weird displays.
I had many concerns about shipping to the other side of the world, but thanks to Willmore displays arrived just in time and he also kindly uploaded a new firmware that I was finishing at the last moment for the show.
And then at the show itself @CNLohr saved the day and set the display the right way and also took photos and videos of the whole stand and this beauty in particular :)
Thank you all wonderful people who made this possible! Participating in Hackaday's Supercon even in such small capacity wasn't on my list, that's for sure. But I am very glad that this happened.
Once I confirmed that this thing could work and it looked pretty interesting it was time to fix minor mistakes I've made in the first board and also draw a PCB that would have addressable RGB LEDs, USB, and some headers to stack it in multiples. That was the idea from the beginning but I wanted to move incrementally because I guess everyone knows what it feels like when you dream a big project but after initial testing realize it isn't that promising, but you already ordered parts/boards/made promises :)
Anyway, now I had two versions of the display, one is mostly the same as the first prototype, but with fixed routing and the second with all the bells and whistles that I could fit on a board of that size.
RGB version required more GPIOs to have all the features I wanted. The nice thing is that CH32V003 exists in so many different packages, and my favorite is 20-pin QFN (some people think that I must hate myself as a reason for choosing it). Another great thing (it may very well be the best one) about the whole CH32 thing is ch32v003funproject. I'm not sure if I ever would become brave enough to use the official SDK for these chips. Even though not everyone agrees to call it fun dealing with Makefiles, heavy reliance on #define statements for every second feature, and requirement to have a reference manual for the chip you are working with, I think it's the next best thing after you got acquainted with Arduino. Also if you hate (scared of) STM HAL, or can't wait an eternity to recompile and flash your ESP32 project every time you have changed an argument in a function, ch32v003fun can give you something you've been craving for. It makes working with registers easy by extensively documenting everything and providing a vast amount of examples of their usage. It also compiles in seconds and flashes your MCU even faster with a single press of a button! :D The first few times you may think it didn't do anything but then you see your LED blinking, and wonder, why no other framework can work so fast.
Sorry for getting too lyrical and all. Have I told you that there is also a bit-banged USB stack for this 10 cents MCU?! Yeah, there is one, and it even has a working bootloader - rv003usb.
So, that's it, we have 21 WS2812 compatible LEDs, USB Type-C port, two headers to daisy-chain multiple displays and communicate between them via UART or I2C. And also a switch, that will help us enter the bootloader and do some interactions in standalone mode.
The actual LEDs have different (smaller) package, but they are compatible with the 2020 footprint of WS2821B, headers are also missing because they are somewhat special and I couldn't find a 3D model, and couldn't be bothered with making my own, but I'll show you the picture:
I've ordered 10 of each boards and after some time I had everything ready to do some soldering:
Also while waiting for PCBs to arrive I've printed more light diffusers and decided to make them thinner.
And after soldering I had something to gift to my friends and people who helped me to start this project in the first place.
My friend liked it so much that he filmed a nice motivational video for me :)
Next time I'll finally tell you and show what I've been doing with RGB version trying to fulfill my initial vision.
While you are waiting you can take a look at this github where I uploaded single-colored version and soon will add the RGB one, and also now this project has it's own little web page here: https://subjectiverealitylabs.com/SC002/
I had a working prototype, and charlieplexing worked, almost as intended. One part that was missing was the font. George Mason omitted this part in his patent, so we don't know how it was supposed to look, except maybe for one letter - M.
Read more »I watched a TechnologyConected video about the Numitron 7-segment displays. In the beginning, Alec showed the first variants of the now ubiquitous segmented displays. He mentioned a patent by George Mason dated 1898 and said that though it was the true alpha-numeric display the font it produced was "creepy". I love font design, calligraphy, and everything about letters and I was definitely against such a harsh description. I thought the font and the display itself as it was described in a drawing was beautiful! Anyway, I sent a link to the patent to a friend who happens to be a graphical designer and asked if I was wrong thinking that this thing has potential as a font. He said that it definitely looked interesting and unusual and later that day sent me a mock-up in figma where you could switch segments on and off and make letters. I was amused by this and though I had other projects to work on I thought it would be pretty simple but cool to bring this display to life.
(Later I was informed that someone already did this very thing (of course they did) so even though my project has slightly different goals and idea, I can't not mention them here. The first one is Resurrecting 21-Segment Victorian Displays by Max Maxfield. And another one is a collection of segmented fonts and an easy way to test them in your browser by Marcin Wichary.)
Read more »
Create an account to leave a comment. Already have an account? Log In.
That's interesting, but would be hard to pack everything on one side without making it noticeably bigger.
maybe you can send it in for hackaday's supercon exhibit? this seems to fit the criterias well and they seem to provide transport to a certain degree.
https://hackaday.com/2024/08/26/supercon-2024-show-off-your-unique-display-tech/
Become a member to follow this project and never miss any updates
Somehow this project and Sams UV-A display project ( https://hackaday.io/project/182078-uv-fluorescent-pcb-7-segment-display ) should be combined to make a cool display for those of us who are scared of 3d printers.