Category Archives: EMSL Projects

The Heathkit Build – Part 2 – Building

IMG_2769 - Version 2

Last part we unboxed the Heathkit, looked at all the components, and started to build some of it. Now it’s time to finish off the build with the three main plates. This part is cool as you are able to see the creation come together before your eyes. We even created our own replacement part!

We also saw some cool vintage Heathkits at the Electronics Flea Market, and will show some pictures of those. Read on for more!

Continue reading The Heathkit Build – Part 2 – Building

Shadows of an Eclipse

Eclipse 2012- 5

There were a lot of amazing things that we saw this weekend at Maker Faire— everything from live demonstrations of snails creating artwork (by Presley Martin) to the DIY pick and place machine (from buildyourcnc.com).

There was also something special in the sky: the solar eclipse on Sunday.

Eclipse 2012- 9

Viewed elsewhere (e.g., further north in California) this was an annular eclipse, where the sun does not disappear entirely, but instead becomes a ring of fire (since the apparent size of the moon is not large enough to block the full disk of the sun).

For us at Maker Faire in San Mateo, it was a spectacular partial eclipse, which we were able to view through solar viewing filters, kindly handed out by the Exploratorium.


Eclipse 2012- 8

Of course, it turns out that you don’t actually need a solar filter to watch the eclipse. Any little aperture— in this case the cap between my hand and the camera —can act as the pinhole in a pinhole camera and project the image of the sun onto a surface.


Eclipse 2012- 4

Eclipse 2012- 2

So if you’re not sure if an eclipse has started, or how much of an eclipse it is, just hold out your hands and make some little apertures; the shadows will show up with little bright spots in the shape of the sun, whether that’s a circle, ring, or crescent.

Eclipse 2012- 1

Stranger yet is to look around at all the shadows that you see every day. Even the shadow of your hand takes on an unexpected shape when the sun is anything other than round.
There are actually five outstreched fingers on my hand here, but you can hardly tell that when every bit of light that seeps through (or around the edges) projects a crescent-shaped image.

We take for granted that the shadow of an object will the same shape as the object, but as you can see, that isn’t necessarily the case when the light source isn’t round.

New Bumper stickers!

Just in time for Maker Faire, we’ve got brand new vinyl stickers, reflecting the new design of our site.

Specifications: 10.5″ x 2.0″ (266 x 51 mm), UV coated and weather resistant on tough vinyl, with an easy-peel backing. Shown above with Diavolino for scale.

(Sorry, no datasheet yet.)


If you’d like to show your support for our little project blog, let us humbly suggest that these new stickers just might considerably enhance the appearance of your car, laptop, lab notebook, bike, sumo robot, name tag, home-brew 3D printer, tesla coil, K’nex gun, interositor, oscilloscope, fission reactor, hovercraft, or electronic art projects.


Come find us at Maker Faire— we’ll have a stack of these to give away —or pick them up at our store, where they’re part of our site-wide pre-Maker Faire “DIY Fever” sale this week.

The Heathkit Build – Part 1 – Unboxing & Components

THE BOX!

Ever wondered where some of the kit projects get their inspiration to strive for clear instructions, excellent documentation, and an overall fantastic DIY experience?

Heathkits were electronics kits popular in the late 1940s and 1950s. We have a mint AC Voltmeter kit that we will be building up over the next few days! We plan to document the experience and share it with all of you! Read on for more delightful photos and descriptions!

Continue reading The Heathkit Build – Part 1 – Unboxing & Components

Maker Faire is (almost) here!

Digi-Comp II - 02

The 2012 Bay Area Maker Faire will take place May 19 and 20— just 9 days away — in San Mateo, California.
This is the big Maker Faire, and the best. If you’ve never been to Maker Faire, or if you’ve only been to one of the little ones, it’s an experience not to be missed.

Today (Wednesday, May 9) is the last day to buy advance discount tickets for Maker Faire. If you don’t have your tickets yet, this is a great time to get them.

This year we will again be bringing the Giant Digi-Comp II— our supersized binary digital mechanical computer —to Maker Faire. You can read all about the Giant Digi-Comp II here and see a video demonstration of it here. We will also be doing an Egg-Bot demonstration in the Maker Shed.

Finally, we’ll also be participating in Maker Faire Education Day (Thursday, May 17, for K-12 students).

We hope to see you there!

 

Version Control for Stuff

compdiff

Today at Wired, Chris Anderson draws attention to one of our favorite problems: Version Control for Stuff. We wrote about this last fall in our article, Improving open source hardware: Visual diffs.

In his article, Chris introduces the big ideas (using our article for an example) and discusses a couple of the current efforts towards “source code” repositories for hardware.

Instead of such expensive and closed commercial systems, we need open Web-based repositories for design files, filling the role that GitHub, Sourceforge, and Google Code have for software. (You can already use the existing code repositories for design files. And some, like GitHub, already have good ways of comparing images. But none of them were designed for CAD or PCB design, so you can’t understand the contents of the files and manage them the way you’d manage text.)

I’m not sure to what extent the latter part is truly relevant. Version control for software projects isn’t necessarily context aware, so why should we expect hardware to be?

That is to say, when you commit a new revision of your code to GitHub, do you expect it to recognize— and tell you in a diff —that a given block of code represents a loop or class definition? (Likely not— just as it doesn’t understand that another loop draws an integrated circuit footprint.) And, version control is already used on files that are not particularly human-readable, whether those files are ultimately used in a hardware or software context.

One might even argue that hardware is more amenableto simple diffs than software, because our eyes can take in so much information, so quickly.

But in any case, he’s right on the big points: we need those visual diff tools. And yes, as version control tools do evolve to become more context aware, we’ll increasingly need them to be aware of the differences between hardware and software.

Link: Wanted: Version Control for Stuff @ Wired

The Ping-Pong Ball Bot

Ping-Pong Ball Bot

Over at RasterWeb, certified Egg-Bot Operator Pete Prodoehl has written at some tips for using the Eggbot as a machine for decorating ping pong balls:

I found the trick to doing them well […] was to put the ball in with the printed logo aligned directly upwards, and then using the manual control to spin the ball 180 degrees (1600 steps) so the logo is facing downwards so you can center your plot onto the backside where you’ll have the most room and (in theory) the artwork should be centered.

We’ve seen plenty of printing on ping pong balls before— often in the context of beer pong(!)—but these look great, and that’s a pretty neat tip about making sure that the logo doesn’t get in your way.

Link: Ping-Pong Ball Bot @ RasterWeb

Basics: Blink an LED with an AVR

AVR Blink Blog Post

Getting an AVR to blink might seem like an incredibly difficult task compared to the usual Arduino blink, but it really isn’t! In this post we will be uploading a basic blink example to an ATtiny2313. This is perfect for projects where using an Arduino would be over the top. So let’s get started!

Continue reading Basics: Blink an LED with an AVR

StippleGen: Weighted Voronoi stippling and TSP paths in Processing

grace2k-2

One of the perennial problems that we come across in a variety of contexts, including CNC artwork and producing artwork for the Egg-Bot, is the difficulty of creating good-quality toolpaths– i.e., vector artwork representing halftones –when starting from image files.

One of the finest solutions that we’ve ever come across is TSP art,” where the image is represented by a single continuous path. You can generate a path like this by connecting all of the dots in a stipple diagram. Designing a route that visits each dot exactly once is an example of the famous Travelling Salesman Problem (or TSP). From the standpoint of toolpaths (for the Egg bot and most other CNC machines), a “TSP” path is even nicer than stipples, because little or no time is spent raising and lowering the tool.

Today we’re releasing a new program, StippleGen, which can generate stipple diagrams from images, using Secord’s algorithm. StippleGen saves its files as editable, Eggbot-ready Inkscape SVG files, which can in turn be opened by other vector graphics programs, or re-saved as PDF files for use in other contexts. It can also generate a TSP path from the stippled image, and either save that path as an SVG file or simply use that path as the order of plotting for the stipple diagram.

StippleGen is free and open source software, written in the Processing development environment. It comes ready to run on Mac, Windows, and Linux, and it is available for download now.

Continue reading StippleGen: Weighted Voronoi stippling and TSP paths in Processing