More 555 Projects To Enjoy

We love all of the projects that are coming out for the 555 design contest, so we thought we would share a couple more that have caught our collective eye.  Have a 555 project of your own? Be sure to share it with us, and keep an eye out for the contest submission dates. Read on for a few of our project picks.

Continue reading “More 555 Projects To Enjoy”

Versaloon Ported To STM8 And STM32 Discovery Boards

[Bingo] did some work porting Versaloon for STM8 and STM32 discovery boards. Versaloon is a multiple-architecture programmer that we saw a few weeks back. At its center is an STM32 microprocessor, which greatly simplifies the work necessary to use the two discovery boards instead. Flashing the firmware to the boards will zap the ST-link firmware and [Bingo] doesn’t know of a way to restore that so be warned. This hack is still pretty fresh off the bench, but so far it looks like vsprog and OpenOCD both work just fine with the new hardware.

10 µm Scanning Electron Microscope From Vidicon Tube

[Segelfam] built his own scanning electron microscope. He based the machine around an old Vidicon tube, a video recording technology that was used in NASA’s unmanned space probes prior the Galileo probe in the late 1970’s. We struggle a bit with the machine translation of [Segelfam’s] original build log, but it seems that he filled the tube with helium in order to convert it for use as a microscope. But don’t worry, if you’re interested in this hack the information is all there – between the forum thread and build log – it’s just a matter of putting it all together to fill in the details.

In case you were wondering, the image to the upper right has been colored using Photoshop; the rest are straight from the SEM.

[Thanks Jerry]

Custom Enclosures Made Of Paper

[Sivan Toledo] needed a enclosure for a unique sized electronic project, not finding what he needed in off the shelf solutions, he went to the next best thing, … Papier Mâché!

Using a mold made out of standard corrugated cardboard, he slowly built up layers made of magazine paper, and ordinary “white glue” diluted with water. After getting near the thickness wanted he switched over to typing / copy type paper for a nice clean outer surface. Ports were made in the usual fashion when dealing with soft or thin material, drill a smaller hole, going back with successively larger holes, and then follow up with an appropriate file, all while taking things slow along the way to prevent unwanted results. Finishing up with layers of paper carefully cut into strips to meet the circumferences / edges, along with the final outer surface to make it all even.

The end result is awesome as it stands, but we cant help but wonder what some sanding and paint would look like on a enclosure made like this, though any way you finish it, the idea comes down to custom enclosures that do not need special tools or materials to complete (on the cheap).

Thanks [Drone]

Simple Touch Sensor And Other Lessons

[HankDavis] sent along this link to a video showing a tutorial on how to make touch sensors using a “darlington pair”. In the video we are taken through the idea and how we’re going to construct it.  [Thad]explains in detail how this works in simple terms and illustrates it clearly. Unfortunately they don’t show an actual constructed system, but this is so simple you could toss it together quickly and see for yourself. This is a great lesson on how to get a simple touch sensor into your projects. This video appears to be one of a series of class visuals, and you can find several others on youtube under this account.

Continue reading “Simple Touch Sensor And Other Lessons”

STK200 Pocket Change Programmer

A common complaints of beginners to microcontroller programming is the availability of DIY tools that do not require a parallel port.  Using not much more than a couple of 74xx series chips and some protoboard, [Rue] was able to create an AVR programmer for less than the cost of some chips it can program – giving parallel programmers a run for thier money. [Rue] used Linux treat the ubiquitous PATA/IDE port as a parallel port. By having avrdude treat the programmer as an Atmel STK200, [Rue] was able to upload a blinky program to his AVR microcontroller through ISP. If anybody can think of an even lower cost unconventional solution give us a shout.

Digital Measuring Tape

You’ll never come up short with this measuring tape. That’s because there isn’t actually any tape in the device; it measures distance based on the rotation of a wheel. Roll it across the room and you’ll get an accurate measurement of the distance the little bugger traveled. Like the Etch-a-Sketch from Monday this uses the encoder wheel from a mouse as the input. The IR emitter and sensor from the ubiquitous peripheral find a new home on the PCB that hosts the PIC 16F819. It monitors the rotation, turns it into inches, then spits that number out on a 7 segment display. Handy, and cheap!