A glorious mechanical seven segment display

If you’ve ever wondered why you’ve never seen a mechanical seven-segment display, now you know. They’re fairly complicated and most likely absurdly expensive, especially when a few light bulbs or LEDs would do the same job equally well. This didn’t stop [kiu] from completing his mechanical seven-segment clock he calls SevenBlocks, and for that we are thankful.

Each of the 28 segments in [kiu]’s clock is made of three layers of acrylic and a short section of a rack gear. Unlike every seven-segment display you’ve ever seen, tiny hobby servos provide the indication for each segment. For the electronics, An ATMega8 is used for the brains of the outfit with a 74HC595 shift register to expand the number of I/O lines. A DS1307 RTC module provides accurate timekeeping, and the dozens of servo outputs visible in the ‘guts shot’ makes you realize why you’ve never seen a mechanical seven segment display before – they’re really friggin’ complex.

If you want to build your own mechanical seven-segment clock, [kiu] put all the files up on Github. Everything is there, from the .DXF files ready to feed to a laser cutter to the schematic and board files for each of the three PCBs. A video showing this clock in action is sort of necessary, so you can check that out after the break.

[Read more…]

Display made out of hundreds of seven segment LEDs

While huge LED panels are a relatively common project du jour for people wanting to flex their engineering muscle, we’re taken aback by the sheer beauty of [Skot9000]’s huge LED display made of seven-segment displays. He calls the build DigitGrid, and it’s a wondrous display the likes of which we’ve never seen.

To build a display based on seven-segment LEDs, [Skot] went with a modular approach in designing the DigitGrid. To power and control all these seven-segment displays, [Skot] used a Texas Instruments TLC5920 to run four 4-digit displays as a single module. Four of these modules connect together to form a row of 32×2 digits, and eight rows of digits come together to make a 512-digit display. With seven LEDs for each digit, that works out to 3,584 4,096 individual LEDs for the entire panel.

To power and control this gigantic array of LED displays, each row uses a PIC16F microcontroller which, in turn, is controlled by an FPGA. After several hours of writing Verilog, [Skot] had a reasonably good hunk of software that allowed him to send frames from his computer to the display. The results, quite simply, are amazing. [Skot] managed to put up a short film showing off the animation capabilities of his new display, and it’s a wonder to behold. You can check that video out after the break.

[Read more…]