DuinoStamp


We think that in honor of the DuinoStamp’s small size and big power, the post about it should also be small and powerful. About the size of 34-pin DIP, the DuinoStamp is a breakout board that fits in DIP sockets and is Arduino compatible. It features an ATmega 168-20PU chip, a 16MHz resonator, decoupling capacitors and more. It doesn’t come with the necessary 5V power supply or any kind of interface cable, but what do you expect for under $10?

The Great Internet Migratory Box Of Electronics Junk


UPDATE: EMSL has four more boxes ready to go. If you are in the silicon valley area, pick one up.

The Great Internet Migratory Box of Electronics Junk is essentially a virtual swap meet. A mysterious USPS flatrate box arrives on your door step filled to the brim with random electronics. You remove some pieces that you find interesting or useful. Write about them. Add some items from your own collection, and then ship it off to a recipient you deem worthy. [John Park] was kind enough to send us the box code named Rangoon and here’s what we found inside:

Continue reading “The Great Internet Migratory Box Of Electronics Junk”

Arduino Environment On ATmega644

Our friend [Zach Hoeken] at NYC Resistor is porting the Arduino environment to an ATmega644 chip. This doesn’t really add new functionality to the ATmega644 as it is already fully programmable, but it does add a user-friendly and familiar environment to the ATmega, allowing users to build their Arduino-based projects with more powerful hardware. The ATmega is, after all, the biggest DIP package AVR makes, featuring 64k flash and 4k RAM (both four times as much as an Arduino) and 32 I/O pins, which is 12 more than an Arduino. The video is only proof of concept, so we will let you know when [Zach] releases more details.

[via NYC Resistor]

Lamination For PC Board Etching


If you’ve ever tried ironing laser printed paper to transfer the toner, you know that it can be slightly frustrating. [Dave] sent in an interesting twist on this method. The laser printer is used to print onto paper from a magazine and then the board and paper are both run through a laminating machine six or seven times. From the writeup, it looks like this technique works great. (You’ll probably need a printer with a manual feed tray to get it to print on the magazine paper)

Tom’s RGB Mood Lamp


[Tom] has been refining a board that drives a high power RGB LED for applications like this moodlight. It’s based around an ATmega8 microcontroller. The goal was to make an RGB LED easy to work with: It can cycle between colors in standalone mode. You can control it via a serial interface. It also has a pin header to hooking up three potentiometers for manual color mixing. Boards aren’t available yet, but he’s already posted a build tutorial. The board looks straightforward enough that it shouldn’t be too hard to layout if you really want to.