Wattcher, Twittering Kill A Watt Plans Posted

kill-a-watt

You probably saw [Phillip Torrone] and [Limor Fried]’s twittering Kill A Watt earlier this week. It was an entry in the Core77/Greener Gadgets Design Competition. We saw a little bit about how it was assembled, but now they’ve posted a full guide to assembling the hardware. Each Kill A Watt gets an XBee radio that transmits back to a receiver that logs the power usage. The difficult part when putting this design together was the XBee required 50mA when transmitting. This is well above the Kill A Watt’s internal power supply. They remedied this by adding a 10,000uF supercap to act as a rechargeable battery. The daily twittering is just a side-effect of the project. The Kill A Watts transmit every 2 seconds, so you’ll get a very accurate report of your power usage. This is a great project for renters who can’t permanently modify their power infrastructure. Each Kill A Watt can support quite a few appliances since they’re rated for 15A, ~1800W.

Oomlout’s Guide To Kitting

oomlout

The team at oomlout has continued to post all the methods they use in their manufacturing process. This time around it’s the kitting process: how they actually packaged 30 identical SERB kits in an efficient fashion. We covered their wire cutting bot before, but they’ve got other dedicated machines like a sticker cutter. The stickers are used to remove all the cut acrylic pieces from the laser cutter as one unit. They’ve got some other tricks like using a scale to count bolt quantities, and an egg timer to keep track of the laser cutting. All of their envelopes are printed using a parallel port inkjet that has been modified to work with any thickness paper.

We love when hackers bother to post this much detail about their process. One of our favorites is [ladyada]’s full rundown of how the Minty Boost was created.

Spoke-o-dometer Bicycle POV Speed Display

spokepov

[Rory Hyde] and [Scott Mitchell] are exploring several projects that add more information to public spaces. The first is the Spoke-o-dometer a persistence of vision device that can display bicycle speed and distance traveled. To develop the device, they first bought a few POV kits to test out. They decided to build their version using an Arduino. Once they had the display proof of concept working, they added a hall effect sensor like the SpokePOV so they could determine speed and orient the display. Check out their project site for plenty of example code and development details.

[via ladyada]

Stripboard Drawdio

drawdio

When we posted about the Drawdio release, mentioned how simple the circuit was and that we wouldn’t be surprised if people adapted it. [Dylski] decided to build it using stripboard and parts he had laying around. He shows how he laid it out on paper so that it would fit on a 29×5 piece. It took some planning, but the end result is a perfectly functional as you can see in the video below. Continue reading “Stripboard Drawdio”

Wireless Arduino Programming With ZigBee


ZigBee is a low-power communication system using digital radios. It’s intended to be easier to work with than Bluetooth. Adafruit recently added an adapter board for Digi’s XBee product line and has put together a great how-to to show the devices potential. Using two XBee radios and adapters you can wirelessly program an Arduino board. This would be great if your Arduino was installed in an inaccessible area or maybe it’s over 100feet away from where you’re working. The radios do serial communication just fine. What the how-to covers is getting the reset line working so the Arduino can restart automatically after you program it. Once the radio pair is configured properly, it will pass the RTS line state directly from one device to the other.

Drawdio Kit Lets You Make Music While You Draw

[blip.tv ?posts_id=1345490&dest=-1]

Drawdio, designed by [Jay Silver], is a fun, simple toy that uses the conductive nature of pencil graphite to generate different sounds. When you use the Drawdio pencil to draw or write, you also simultaneously create music. The entire kit is available for sale at Adafruit Industries, or for the more adventurous, separate components and parts are listed. The circuit is fairly simple and we wonder what other devices people can come up with based on this theme.

In The Lab: SIM Reader


Adafruit Industries sent us one of their SIM Reader kits a few weeks ago to test. Assembly was a breeze thanks to the through hole components and good documentation. We plugged it into our USB -> RS232 converter and tried out the provided pySimReader software. It worked fine, but our modern SIM card out of an N95 didn’t prove very interesting. It was too new to attempt cloning and being a smart phone it doesn’t rely on the SIM for storing anything unless you specifically tell it to. The story was the same for a SIM we pulled out of a Treo. We tried the device with [Dejan]’s SimScan and a copy of Woron Scan. Both worked without any issue. Conclusion: the device works great despite us lacking anything interesting to do with it.