LED Etch-a-Sketch Built Without A Microcontroller

logic-etch-a-sketch

This project is a wonderful example of what can be accomplished with a rather complicated logic circuit. It’s an Etch-a-Sketch made from a 16×16 LED grid. That in itself is only somewhat interesting. But when hearing about the features and that it is driven by logic chips we were unable to dream up how it was designed. There’s no schematic but the video commentary explains all.

The thing that confused us the most is that the cursor is shining brighter than the rest of the pixels. This is done with two different 555 times and a duty cycle trick. When you turn the trimpots the cursor position is tracked by some decade counters. Pixels in your path are written to a RAM chip which acts as the frame buffer. And there’s even a level conversion hack that let’s the display run at 15v to achieve the desired brightness. Top notch!
Continue reading “LED Etch-a-Sketch Built Without A Microcontroller”

Adding LEDs To An Engagement Ring

ring

Once upon a time, a nerd met a girl. Things happen as they do, and eventually [Ben] wanted to create the be-all, end-all engagement ring. (here’s a cache) It’s a simple titanium affair with 23 stones around the perimeter. What makes this ring so cool, though, is that it lights up whenever [Ben] and his girl are holding hands.

The metalworking portion of the build was about as easy as you would expect machining titanium to be. After the ring was cut off its bar stock, [Ben] brought it over to a mill where 23 holes for each of the stones were drilled. The stones were affixed to the ring with  jewelers epoxy and the entire ring was buffed to an amazing shine.

The electronics are where this project really shines. Putting a battery of capacitor inside a ring is nigh impossible, so [Ben] decided to power the LEDs with an inductive charging circuit. A coil of wire wound around kapton tape serves as the inductor and a small SMD capacitor powers three very bright and very tiny LEDs.

The inductive charging unit itself is a masterpiece of hackery; [Ben] wanted the ring to light up whenever he and his ladyfriend were holding hands. To do this, [Ben]’s inductive charger is also a wearable device: a large coil of wire is the charger’s transformer and was would to fit around [Ben]’s wrist. The entire charging circuit can be easily hidden under a jacket sleeve, making for a nearly magical light-up ring.

An awesome piece of work, and one of the best jewelry builds we’ve seen in a long time. You can see the inductive coupling and shining LEDs in the video below.

Continue reading “Adding LEDs To An Engagement Ring”

North Street Labs Try To Spice Up A Game Of Tic-Tac-Toe

tic-tac-toe-stomp-box

The team at North Street Labs really went all out with this Tic-Tack-Toe stomp box. At its most basic it’s a blinky version of the simple two-player game. But there’s always some added appeal when you make large manifestations of normally small items; the 10x Arduino is a good example of this.

The project is NSL’s qualifying entry for this year’s Red Bull Creation Contest (has it already been a year since the last contest?). A special Arduino shield was produced once again, this time it features hardware necessary to control LED strips… a lot of them. That led to the creation of this box, which houses a ton of strip sections inside to light the grid based on tapping one of the red buttons with your foot. We’d image the game would be seldom used at your hackerspace, but they take it to show off at the local children’s museum and it’s a huge hit with the kids!

LED Retrofit For Vintage Edge-lit Numeric Display Modules

edge-lit-led-retrofit

This single digit display is an old edge-lit module that [Ty_Eeberfest] has been working with. The modules were built for General Radio Company and have a really huge PCB to control just one digit. [Ty’s] modules didn’t come with that driver board, so he was left with the task of controlling an incandescent bulb for each digit. After a bit of thought he figured it would be much easier to just replace the edge-light bulbs with a set of LEDs.

We’ve seen these exact modules before, referenced in a project that created an edge-lit Nixie tube from scratch. Each digit in the display is made from a piece of acrylic with tiny drill holes which trace out the numerals. The acrylic is bent so that the edge exits out the back of the module where it picks up light from the bulb. [Ty] laid out his circuit board so that each LED was in the same position as the bulb it was replacing. As you can see, his retrofit works like a charm.

Continue reading “LED Retrofit For Vintage Edge-lit Numeric Display Modules”

Drinking Games And Digital Logic

Untitled-1

For those of you who might have forgotten, let’s go over the rules of Centurion. The object of the game is for every minute, for 100 minutes, drink a shot of beer. It doesn’t sound like a lot, but after completing the challenge you’ll have had 3 liters of beer (or about eight and a half 12 oz cans) in just under two hours. When [Peter] played Centurion, he found the biggest problem was – understandably – keeping track of the time and who drank what. For an upcoming weekend of drinking, [Peter] decided to solve this problem once and for all with shift registers and seven-segment displays.

[Peter]’s Centurion score box comes in two parts. The first and largest part of the build is the main board housing an ATMega8 microcontroller and a huge two digit seven-segment display to keep track of the countdown until the next shot. Two other boards house eight additional two digit seven-segment displays for each player, incremented every time a player presses a giant arcade button.

The entire build is designed around a small travel case that also holds a large battery for cordless drinking parties. Let’s just hope the project is reasonably water-resistant; we can see a lot of spills happening in the future. Check out the video demo below.

Continue reading “Drinking Games And Digital Logic”

Auto Dimmer Hacked Into Keyboard Backlight

keyboard-backlight-auto-adjustment

As the title says, [José Faria] added the ability to adjust his keyboard backlight based on ambient light levels. But that’s just one of the things he did during his hacking extravaganza with this Razer BlackWidow Ultimate.

When he first received the peripheral he didn’t like the blue LEDs used as backlights. So he removed all of them and put in white ones. He doesn’t talk too much about that but we’d image it was a ton of work. The new color was pleasing, but then the ability to adjust their brightness started to irritate him. There are four predefined levels and that’s all you get. Even the GUI which has a slider for adjustment couldn’t go outside of those levels.

His solution was to augment the controller with his own. He patched in an AVR chip to the transistor which controls the low side of the LED circuits. While at it he also noticed that the keyboard case was actually translucent. This let him hide a photosensor inside which automatically adjusts the light levels. But he did it in a way that still allows him to use the original functionality with the flip of a switch. See for yourself after the break.

Continue reading “Auto Dimmer Hacked Into Keyboard Backlight”

Old LED Marquee Turned Embedded Video Player

driving-led-marquee-with-rpi

[Sprite_TM] is was sent an old LED Marquee by an anonymous fan of his hacking projects. The display isn’t full color, but it’s large — 224 by 48 pixels — and he figured he could render some okay images with the bi-color diodes. In the end, he replaced the controller and turned it into a video player.

The original system work well enough, but the 100 MHz 486 industrial style PC that drove the display seems a little comical these days. After giving it a spin and testing out how it drives the display [Sprite] hooked up an FTDI chip and managed to get it playing video from his computer. Above you can see part of the opening sequence of The Simpsons.

Now that he had learned its secrets he set out to give it an embedded controller. His first attempt was with a Carambola board which he’s worked with before. That proved to be a little slow for all the pixel data he was pushing so he upgraded to a Raspberry Pi and never looked back. You can see the demo video after the jump.

Continue reading “Old LED Marquee Turned Embedded Video Player”