How To Populate A Surface Mount PCB

Reflow_08

Let’s face it friends, everything is moving toward surface mount components. We’ve seen quite a few features here that cover using stencils to populate boards and using ovens to reflow. [Oleg] has put together a tutorial on the process he uses to populate and reflow his own boards.

[Oleg] is the creator of the USB Isolator and therefore has a need to frequently populate the same board. He’s using an acrylic frame that fits the PCB perfectly to hold it in place so that paste and be applied right up to the edges of the board. He ordered a laser cut Kapton stencil for applying the solder. The paste is squeegeed into the stencil holes, the stencil is removed, and parts are placed with tweezers and a steady hand. For the final step, the boards go into an old toaster oven for reflow.

[Oleg] uses temperature marker on his boards to monitor the progress of the reflow. This marker is basically a crayon that begins to melt at a specific temperature. When the board has cooled, the melted mark can be scraped away or removed with alcohol.

Of course this is only really useful if you have a bunch of high-quality boards to populate. But with the relatively low cost of getting professionally made boards we think the need for this type of assembly process is on the rise.

A Stirring Hack

Stirring Flask

[Oleg] of Circuits@Home and maker of the USB Isolation Board and the USB Host Shield has a new, two-part hack for his chemistry set. In Part 1 of  this hack, [Oleg] discusses the method he uses to make a stir bar spin and what types of stir bars work the best. Part 2 discusses the motor control code and circuit. Given the ample amount of capability leftover in the Arduino he used, we would like to see this stirrer paired with a heating element to have a complete hotplate/stirrer. What do you think you could do with or to improve this device?

A Modular Halloween With Grid Beam

gridbeam

The fantastic Creatrope blog has a great article on quickly assembling animatronic Halloween gags using salvaged electric motors, pvc pipe, and “grid beam” construction.

Grid beam is a prototyping and building medium that’s like a giant hippie Erector set. You can’t buy grid beam, but with a drill press, a jig, and some square stock you can create your own unlimited supply. It’s ideal for “sketching” and temporary constructions like these Halloween props. After use, everything can be dismantled, stored flat, and later reused for the next [Herbie Hancock] music video creative project. Looks like fun!

The article wraps up with some valuable pointers on getting started with grid beam and where to acquire parts.

Pocket Multimeter Review

three_pocket_multimeters

Reader [Mikey Sklar] told us about a review he wrote covering 3 different models of pocket multimeters. We’re sure that you’ve had the same experiences we have being the go-to-guy or got-to-gal  for all things electrical. For our sort, having a multimeter on hand at all times has become an expectation.

[Mikey] looks at a model from ebay, Harbor Freight, and Radio Shack. Not surprisingly, the ebay offering doesn’t rate too well but does get the job done. We were surprised to read that he picked up the Cen-Tech model for about $10 at Harbor Freight. Although it may no longer be sold there (we haven’t checked) [Mikey] seems pretty happy with it so we’ll be on the lookout during our next tool-buying trip. We’re unfamiliar with the tiny Radio Shack 22-820 but we’ve always been happy with our larger 22-811. The 22-820 allows the probes to be folded up inside of the case cover for a truly pocketable package.

You can never have too many meters at your disposal and we’ll have to keep this article in mind the next time we’re shopping for another. Never used a multimeter before? Take a look at the tutorial [Mikey] linked to over at ladyada.

Power Generating Backpack

[youtube=http://www.youtube.com/watch?v=UL_CUbN9F7E]

In the military, you have to carry tons of stuff. This is something we hear and see all the time. They are always trying to come up with ways to reduce the weight or quantity of the things that you bring into the field. This power generating backpack harnesses the natural up and down motion of your steps to produce power. This could reduce the amount of batteries carried into the field greatly. That’s what they say anyway, how many batteries do soldiers normally carry around? Aside from that point, we think it is pretty cool. We could see using this to keep our cell phone or GPS charged on long hiking and camping trips. You could also build something of your own to work similarly.

How To Generate Font And Picture Header Files

custom_fonts_displayed

Displaying custom fonts or images on an LCD screen using a microcontroller usually requires quite a bit of work. We’ve used some readily available tools to make this a bit easier for your next project. Our python script will convert BMP files into a header file ready for use with AVR microcontrollers. We’ll walk you through it after the break. Continue reading “How To Generate Font And Picture Header Files”