64pixels Are Enough

64pixel

[Alex] put together this lovely minimal LED project. The square pixel matrix is soldered directly to the microcontroller in the same style as EMSL’s Micro-Readerboard. During the prototyping phase he used resistors to limit the current from the programming board. The final product doesn’t use resistors and manages the current draw by only turning on a single pixel line at a time. The illustrated assembly guide is very thorough and should help your create an equally compact device. Check out a video of it in motion below.

Continue reading “64pixels Are Enough”

STK500 As An Arduino

stkarduino

The AVR STK500 has been Atmel’s standard AVR development platform for many years. Recently though, hobbyists have embraced the Arduino. [Alessandro] has decided to bring the two together so that you can use the Arduino environment with the STK500. Unlike the Arduino, it comes with 8 LEDs, 8 switches, a variable power supply, and variable analog reference. It’s a great way to get hardware you might already have back into service.

Temperature Sensing Munny

munny

Here’s another nerdy present that was built for Valentine’s Day. [João Silva] created a temperature sensing Munny. A Munny is a vinyl toy made to be customized. Other than these Munny speakers, we haven’t seen them in many electronics projects. The LM35CZ temperature sensor has an analog output that connects to the ADC on the ATtiny15L. The microcontroller changes the RGB LED’s color based on the temperature: blue for cold, green for comfortable, and red for hot. It only flashes every three minutes to conserve the power in the coin cells. His one-off circuit board also includes an ISP header for programming. The Munny’s head looks like it does a great job diffusing the light.

Molten Metal LED Display

[youtube=http://www.youtube.com/watch?v=gMuDudCiPR8]

firstly, we don’t know why they are doing this, and we don’t care. You are watching an LED panel, controlled by molten metal. The panel has the leads sticking down below the bottom of the board, so the metal can make connections as it flows past. They are using Wood’s metal, not mercury so it has to be heated to about 159 degrees Fahrenheit to be fluid. This has been representing problems as the metal tends to stick to whatever container he is holding it in. That actually seems to be what most of the writeup and discussion are about, rather than, what it will be used for.

[Thanks Andre]

Flexible Circuit Valentine

valentine

[xander] built this LED valentine for his loved one. It’s interesting because he used Pyralux, a flexible circuit board material from DuPont. He describes the consistency as “tough plastic tissue-paper”, but had no trouble using standard toner transfer etching. It has an ATtiny45 microcontroller that pulses the 16 LEDs at an approximation of his heart beat. To avoid soldering a bunch of surface mount resistors, he used two constant current shift registers.

Electric Matchstick

[youtube=http://www.youtube.com/watch?v=q-HY8a9cCvI]

Here is a cool little toy, an LED matchstick. We don’t really know what purpose it serves, but [dhananjaygadre] did a pretty good job of reproducing the effect. The light is controlled by a microprocessor to emulate the flickering of a flame. It holds a charge for a short while, staying lit for an amount of time comparable to a match. To turn it on, you even “strike” it on a match box filled with magnets.

SparkFun Releases RGB Button Controller

rgb_button

SparkFun has been selling button pad parts for some time and we used them in our RGB door lock project. A excellent part, but you needed to implement your own interface to use the boards. SparkFun has just released two additional versions to make it easier on builders. The first is their Button Pad Controller USB. It has a 4×4 grid of buttons lit by RGB LEDs and a USB interface. This board can be expanded using the Button Pad Controller SPI. The SPI bus means it should be easy to add the button pad to embedded projects. This newest release puts you much closer to building your own RGB monome clone or other custom controller than ever before. The unit pictured above is their own project and they have no plans on selling anything like it.