12 Foot LED Display Keeps Your Office Informed

Don’t reach for a sticky note when you need to leave a message for your office mates, write it down on a 12 foot LED marquee. [Kitesurfer1404] built this for his home office, but we’re sure he’ll find fun stuff to use it for. The display has 512 LEDs driven by plain old 595 shift registers for the high-side columns, with an ULN2803A Darlington Array to pull the eight rows to ground. The whole thing is controlled by an ATmega8 via a serial connection. Our compliments to the builder for accurately drilling a grid of 64×8 holes in each hardboard panel of the display. The buses for each row and column also look nice and clean. For the final look a 79% light transmittance frosted acrylic panel was added to diffuse the light.

We used the same method to build our LED pumpkin. Transistors ran the low side, and if we had needed more columns, shift registers are a popular go-to for I/O expansion. Check out that project to learn more about display multiplexing.

Scrolling Marquee Made From GE Christmas Lights

[John Riney] picked up three strands of addressable Christmas lights and used them to make a scrolling marquee. You may remember that the G-35 lights were hacked at the beginning of December, and we saw a project or two that involved these fun toys.

In order to make the display [John] modified the original packing material to hold three strands in a six by eighteen grid for a total of 108 pixels. In the video after the break he points out one interesting feature of the strand that we don’t remember from looking at the original hack; each bulb’s address is not fixed, it can be set after power-up. This works the same way as sending color data, except that you just send the address. This makes controlling a grid like this extremely easy from a microcontroller programming standpoint. Once all of the addresses have dropped down the serial bus, you’re ready to start sending color and intensity data packets.

The setup is fast, bright, and beautiful, taking just three pins of an Arduino for control. The only thing holding us back from trying this ourselves is the $150 price tag. But that was before the holiday, and we have heard some whispers about closeout deals on this product.

Continue reading “Scrolling Marquee Made From GE Christmas Lights”

OLED Displays And Small Microcontrollers

If you’ve ever thought of utilizing a small and inexpensive OLED display in your project [Rossum] has the details you need to get started. In the past we’ve seen him take a tour of available LCD screens and this is much the same, detailing his look at three different models. In the video after the break each is connected to a driver board that he made. The boards have two important components, the first is a boost driver for the 12-16V input the screens need, the second is an octal buffer necessary if you are using a 5V microcontroller. These take care of the hardware considerations, making it simple to drive them with a chip of your choosing.

Continue reading “OLED Displays And Small Microcontrollers”

Creating Art From An Old Christmas Tree

So you manged to get a great deal on a fake tree during the after Christmas sales, but what should you do with your old one? If it was lighted with fiber optics you can reuse the strands to create your own star map. [Mr Trick] shows how to disassemble one of these trees, grouping the fibers by length. He built a wood frame, then covered it with a layer of cardboard and another of black fabric. From there the painstaking process of routing the fibers in a way to looks convincing starts.[Mr Trick’s] final product uses multiple LED light sources and even includes RF control.

Think this project is large and time-consuming? Check out the same idea built into a bedroom ceiling.

Rovio Headlight Hack Looks Stock

Even the most thorough inspection may not raise the alarm that this Rovio has been hacked to include LED headlights. [Adam Outler’s] super clean work puts the two light sources on either side of the camera for maximum effect. It may not provide as many Lumens as our external headlight hack, but we were never all that excited about the black project box that housed it. [Adam] built the circuit on a scrap of perfboard, using a transistor to connect the LED pair to the battery, with the original LED power wire going to the base in order to switch the transistor.

Dome Light LED Retrofit

One of the bulbs in the dome light of [Pete’s] car burnt out. These were a bit hard to get at for replacement so he thought he’d try something that would last longer, and have no problem standing up to the vibrations that go along with automotive electronics. But plug-in LED replacements cost more money than he was willing to spend. Luckily there was a dollar store next door to the auto part shop, so he bought three LED touch lights for the dome and cargo bulbs.

After cracking them open he found that the LEDs were wired in parallel. He needed to put these in series in order to take advantage of the voltage drop. After de-soldering the bulbs he measured the characteristics of one, then calculated the voltage drop and resistor value using a worst case scenario of 14V to avoid damage to the light when the engine is revving high. From there he cut the traces on the board and rewired them. The reworked module fits nicely and as you can see in the image, gives a more pleasing light color than the orange of the stock bulb.

Flower With PCB Pot And LED Blossoms

[Johannes Agricola] recently held a workshop at the Peace Mission in Goettingen, Germany where he shared his RGB LED flowers. The small round PCB hosts an ATmega88 microcontroller which is running the V-USB stack so that the unit can be controlled by a computer. Each flower blossom is an RGB LED connected with four enameled wires which, when twisted together, make up the stem of the flower. [Johannes] took tons of pictures during the assembly while offering soldering advice along side the illustrations. The PCB is single-sided helping make this a great project for someone trying out surface mount component soldering for the first time. Or if you want something a little more free-formed try out this lemon-juice powered LED flower.