Space Invader Button

spaceinvaderbutton

[Marcus] saw [Alex]’s 64 pixel project and decided it could be implemented in even less space. Pictured above is his Space Invader button with a bicolor LED matrix. The controller board is all SMD and piggybacked on the matrix. An ATmega164P drives the 24 pins via transistors. In addition to animation, the board can do LED sensing too. It’s a very clever project and [Marcus] has some notes about working with such tiny components. You can see a video of it below. Continue reading “Space Invader Button”

Gameboy Color On An LED Matrix

[youtube=http://fr.youtube.com/watch?v=-n-iORmV3Qk]

Here is a video of a GameBoy Color being played on an LED matrix. He has built it up to 140×140 LEDs so far and it seems to be going well. He needs to add the final 20 LEDs to get the 160×140 resolution of the GameBoy.  He notes in the comments that he had some problems with dead LEDs in the boards he got from eBay. Trying to remove the dead LED with a hot air rework station resulted in massive damage to the board. At one point he says that the power consumption is 1KW when showing all white. Wow, that’s a drain.

[Kevtris] gave us some more info in the comments with a link to the build pictures in his blog.

[thanks tReg]

Overhauling LED Marquees

led-sign

In a previous job, [sprite_tm] was responsible for wrangling many different LED text ad marquees. The hardware was fairly simple and he always figured they could be pushed much further with a little work. He recently acquired ten 32×16 LED displays a decided to see what he could do with them. By the end of the project, he had full motion video running on the display. This is a great project to read up on if you’ve ever wondered about LED matrix displays. He starts by reverse engineering the electronics on the board. He then attached an ATmega88 to drive the display module. Multiple display modules were daisy chained together over serial. The article covers PWM control and refresh timing as well. Check out one of a few demo videos below. Continue reading “Overhauling LED Marquees”

3D Printer Uses Office Paper

3dhouse
Mcor Technologies recently launched a brand new rapid prototyping machine. The Mcor Matrix forgoes the standard of expensive and rare build materials by using A4 office paper. The machine selectively deposits glue on the sheet of paper: more glue on the cross-section, less on the waste. It then uses a blade to cut out the part profile. The vertical resolution is determined by the paper thickness. You can use either 20lb paper, which has a thickness of .1mm, or 40lb, which is twice as thick, so it will build twice as fast. The final part can be sanded and painted like wood. The idea is similar to LOM, but those machines require specialized paper. It’s nice to see a company intentionally target a low cost of ownership. If they had used a laser though, you’d only have to worry about sourcing the glue. Machine and material prices have yet to be announced.

[via Fabbaloo]

Cellular Automata And LED Matrix Fun

Blinkomat, an LED matrix, turned out quite well. 240 LEDs controlled by an Atmega 16 is what we call a decent bookshelf decoration. The dimensions of 12×20 were chosen due to the fact that the microcontroller has 32 I/O lines.  The LEDs are switched on and off using multiplexing. The brightness, controlled by pulse width modulation can be varied by 16 levels.  The overall effect is quite smooth an fun to look at.  He has programmed it to do other things than just cellular automata.  Our personal favorite is a simple sine wave. Watch it after the break.

Continue reading “Cellular Automata And LED Matrix Fun”

Jar Of Fireflies

[Randomskk] has been attempting to make electronic fireflies for quite some time and finally settled on a design he liked. His jar of fireflies uses an ATtiny13 to control a set of 12 matrixed LEDs. The green SMD LEDs are each soldered to a pair of thin wires that hang down into the jar. The software picks an LED at random to flash and then flashes it 1-3 times. The random seed is incremented each time the jar is turned on, so you’ll get 255 different patterns. The power is just a standard coin cell. The project is fairly simple electrically, but the LED soldering could prove difficult. It was inspired by this firefly jar project. Check out [Alex]’s synchronizing fireflies too. A video of the jar is available below. Continue reading “Jar Of Fireflies”