Peggy on Make cover!

Make vol 18 cover
We’re thrilled to see Peggy 2 on the cover of Make Magazine vol. 18 which is showing up in mailboxes now and will be on shelves soon. We were especially excited to get our copy so we could see Windell’s article on making a one-ton servo motor out of an electric automotive jack.

Speaking of our friends at Make, Maker Faire is coming right up! We’ll be there again and hope to see lots of you in San Mateo on May 30 and 31. Discounted tickets are only available through May 20, so if you’re planning to attend, get your tickets soon!

The Amazon Kindling

Kindling

This week’s project is a collaboration with Rob from the always-entertaining-but-hard-to-describe science/prank/DIY/investigative journalism site Cockeyed.com. He had the brilliant idea of making an Amazon Kindling— a wireless wooden e-book (which uses no electricity….), and we were pleased to help out. You can read his writeup here. It came out well, and you can even use it as firewood when you’re done reading.


Amongst his other projects, Rob has a long and remarkable history of putting unusual objects on eBay– and apparently the Kindling qualifies– his auction is here.


Update 5/14, 11:55 PM: eBay has pulled the auction. That’s surprising– it was accurately described, listed in the “sculpture” category, and very clearly a parody. (No sense of humor, some people.)


Update 5/15, 12:15 AM: The auction appears to have been reinstated. (Have to keep an eye on this.)

Stickers for the Organic Gardener

Organic Gardening Stickers


The influence of the Slow Food movement is increasing, and gardening is getting ever more popular. Even the tech bloggers are posting about local pollinators and getting beehives. In this environment, it is fitting that a new use has been found for our Now Slower and with More Bugs stickers, which were first seen in the wild back in December 2007. If you find a good use for them, we’d love to see pictures in the flickr auxiliary!


(Thanks, Lorien!)





Organic Gardening Stickers


Photos by Lorien Tersey

Peggy 2 RGB

Peggy 2 RGB
We filled up a Peggy 2 with 2×2 super-pixels consisting of red, green, blue, and white 10 mm LEDs. This makes an easy and big programmable full-color LED matrix.

Peggy 2 RGB
Peggy fits 25×25 LEDs, so if you fill every hole this way, you wind up with a 12.5 x 12.5 pixel RGBW matrix.

And like whoa— you can animate it.

Peggy 2 RGB   Peggy 2 RGBPeggy 2 RGB   Peggy 2 RGB

Yup, there’s video. The video is embedded below, and you can also view it directly at YouTube. (In either case, please excuse the scanline artifacts produced by our camera.)

One thing worth noting (and that we demo in the video) is that you can diffuse the big RGBW pixels into one continuous full-color display by placing a thin diffusing plastic layer above the LEDs– it really works well.

The demo code is an Arduino sketch, based on Jay Clegg’s timer-interrupt style grayscale driver for Peggy (demonstrated here), you can download it here (12 kB Arduino .pde sketch file). Besides the colorful flow shown in the pictures, this code also has a mode to light just the red, green, blue or white LEDs at a time.

Super quick no-sew iPhone cozy

no-sew iPhone cozy14

Here’s a simple fabric sleeve you can make to protect your phone from keys, coins, cables, and whatever else gets thrown in the bag with it. Even simpler, you can make it without sewing at all through the magic of iron-on adhesives. Best of all, you can still see who’s calling and answer calls through the fabric.

Continue reading Super quick no-sew iPhone cozy

17 cool magnet tricks

Here are seventeen of our favorite magnet tricks, projects and demos.

Magnet tricks

Extract batteries from stubborn holders
We’ve all got things that take batteries. Some of them are well designed, and some of them are not. The worst offenders are electronic toys that take (say) half a dozen AA batteries, all of which must be inserted with the correct orientation– spring side first– and pried out, well, somehow. Rather than risk puncturing your batteries by prying them out with something pointy, just use a magnet to lift them out.
Continue reading 17 cool magnet tricks

Linkdump: April 2009

A Bulbdial Clock

bulbdial_1

Last year David Friedman published on his blog Ironic Sans an interesting design concept for something that he called The Bulbdial Clock.

That’s like a sundial, but with better resolution– not just an hour hand, but a minute and second hand as well, each given as a shadow from moving artificial light sources (bulbs).
We’ve recently put together a working bulbdial clock, with an implementation somewhat different from that of the original concept.

Bulbdial - 12
Rather than using three physically moving light sources at different heights, we use three rings of LEDs at different heights. Within each ring, we only turn on one LED at a time, so that we only have a single effective light source– it can light up at different places from within the ring. The three rings are located above one another so that they each project light onto the rod in the middle, making shadows of different lengths.

Additionally, for fun and clarity, we used red, green, and blue LEDs for the three rings, making each shadow hand of the clock a different color. Each ring has 12 LEDs, and the 36 LEDs are efficiently multiplexed by an AVR microcontroller that also handles the timekeeping part of the project. Continue reading A Bulbdial Clock