Nokia Color LCD Flickr Frame


Tinkerlog got their hands on a color LCD from SparkFun and set it up to receive images from Flickr. These color LCDs are 128×128 pixel and the include a breakout board with a separate power supply for the backlight. Communication is via a three wire SPI bus plus a reset line. [Alex] used an ATmega48 for control, which is connected to the computer using an RS232 to USB converter. The wiring schematic is here.

For the software side of things, he adapted Sparkfun’s example ATmega8 code for the microcontroller (he couldn’t get the Arduino code to work). Beej’s Python Flickr API was used to grab the images. The Python Imaging Library converted them, and finally, they were sent to the display using pySerial. SparkFun has been offering these displays for quite some time; it’s good to see a quality writeup of one in use.

[via Make Flickr Pool]

LED Lightbar Controller

[youtube=http://www.youtube.com/watch?v=6ihIaNN9UBY&hl=en]
[Adam Grieg] recently posted this video of his LED lightbar controller at work making a strip of LEDs flash to the beat of his music. The controller does it by picking up the music via an electret microphone, then amplifying it with an LM386 Amp. The ATtiny13 microcontroller keeps track of the noise level and makes the LED array flash whenever it senses a peak.

In addition to the parts listed, [Grieg] used a small SparkFun box as the enclosure for the controller. If you’re considering trying your hand at this project, check out [Grieg]’s schematics and code. It’s relatively cheap to make, so it wouldn’t be that hard to rig up several of these set to flash at different frequencies.

[via SparkFun]

Tips On Picking The Right Case


Finding the right enclosure to house your latest project can be tricky, so Sparkfun wrote up some handy tips on the how to pick the right one.

The most important tip is to have your components measured before acquiring a case; even being a few milimeters too small can put you back at square one. To do this right, it’s useful to look at the dimensional drawings of prospective cases to get a sense for the size. These typically include recommended shapes for PCBs too.

You may find a case that meets your dimensional needs but doesn’t have the appropriate mounting bosses. To get the placement right, screw some plastic standoffs to the PCB, then use super glue to attach them firmly to the case.

Tips on button choices, hole drilling, and other typical issues with case modification can also be found in this guide. If this is something that’s been stumping you, give it a look.

How-To: Where To Find Parts For Your Projects


Hunting down the right parts usually takes more time than soldering everything together. I can’t count the number of projects that I tried to build and couldn’t find some key component that’s no longer made. You can help put together a list of suppliers at the end, but the idea is to have a quick reference to get your projects rolling (saving your money for important things, like espresso). Even if you’re familiar with the usual electronics parts shops, chime in to help me create a list of the best suppliers to fuel those hardware hacking projects.

Continue reading “How-To: Where To Find Parts For Your Projects”

Interactive Textile Construction

The e-textile construction kit by [Leah Buechley] consists of stitch-able sensors and microcontrollers. Stitch-able refers to the fact that these parts can be sewn with a needle and thread into wearable clothing or other fabric-based housings. A paper (PDF) on the e-textile construction kit project contains the first version. The second version of the e-textile construction kit, the LilyPad Arduino, is available this month through SparkFun’s site. Especially interesting are her instructions for modifying the clock speed on the Arduino to make it suitable for battery powered wearables.

We’ve covered [Leah Buechley]’s work twice in 2005 for her wearable led matrix work.

Update: [Leah] updated her site since we posted this and added this new how-to.

Virtualcogs Open Portable Gaming Platform


[David] thought you guys might like this – and I agree. It’s an open gaming platform built around a PSP LCD. It’s got all the basics, and it’s expandable. They’d like to put together an order for a run of boards, so let em know if you want one. If you’re lazy, here’s the specs:

  • MX21 ARM9 266MHz processor with 64MB SDRAM and 16 MB of FLASH
  • TFT LCD from the PSP (our thanks to Nathan at Sparkfun for helping us out with that)
  • stereo audio CODEC
  • stereo speakers
  • headphone jack
  • microphone
  • couple of joysticks
  • loads of buttons
  • battery pack
  • SD/MMC slot
  • expandable (can add GPS, bluetooth, accelerometers and gyros, etc…)

Most of the hardware is pretty decent, but the battery pack could use some help. Maybe a good surplus li-ion cell phone battery.