Solder Sucking the Easy Way

Introducing The Solder Sucker 9000

Using a regular plunger style solder sucker is tedious at best, and usually not that effective. If you’re trying to salvage components off a PCB, sometimes it can take longer than it’s worth to do — short of reflowing the entire board that is! But what if you had something to desolder individual components faster?

After getting fed up with his cheap plunger-based solder sucker, [electro1622] decided to try a different tactic. He reuses components from old PCBs all the time, so he tried something a bit unorthodox to remove them. Compressed air.

Now let’s just preface this with it will be messy, so you might want to set up a box to catch the removed solder. Simply use your iron of choice to heat up the solder globs holding back your components, and then blast it with compressed air out of a small nozzle. Way faster than a solder sucker.

Continue reading “Introducing The Solder Sucker 9000”

Adam Savage’s First Order Of Retrievability Tool Boxes

Let’s face it, we’re all a bit obsessed with tools. Whether it’s an oscilloscope or a screwdriver, having just the right tool can be the difference between loving what you are doing, or dreading it. But oddly enough, not much is talked about tool organization. We tend to think that how you organize your tools is just as import as the tools themselves.

[Adam Savage] of Mythbusters fame might just be the king of tool organization. In this thread on the Replica Props Forum, [Adam] shares the design and construction of two sets of mobile tool boxes he built while working at Industrial Light and Magic. The idea is simple: First Order Retrievability. That is, you should never have to move one tool to get to another. That in turn affords the fastest, most efficient way of working.

The evolution of this idea started with medical bags (the kind doctors would use, back in the day when doctors still made house calls), but as [Adam’s] tool collection grew, the leather was no match for 50 pounds of tools. So, he stepped up to two aluminum tool boxes. Adding wheels and a scissor lift allowed for a moveable set, at just the right height, that are always in reach. Perfect for model making, where being able to move to different parts of a model, and taking your tools with you is key. If you’re looking for a list of what’s inside [Adam]’s box of wonder, here you go.

What are some of your favorite ways of organizing your tools? What tips or tricks do you have? Post a picture or description in the comments.  I’m sure we all could learn a bit from one another.

DIY Through Hole Plating Like A Boss

We’ve seen plenty of professional looking, homemade PCBs over the years. But this is the first time we’ve seen such professional vias and through hole plating. Don’t let the green solder mask fool you. This is a homemade PCB.

[Kurt Skauen] started with your standard artwork, followed by etching. He then applied a solder mask that is UV curable. At this point, it’s nothing we haven’t seen done before. After drilling he then adds vias with wire. Again, we’ve seen that before as well. Where it gets interesting is his use of through hole plating rivets. We’ve heard of these micro-sized rivets in the past, but hadn’t seen their use documented as well as [Kurt] has.

Making such a professional looking board at home is practically an art form. One could argue that with today’s cheap, short run PCB fab houses, why bother with trying to do it yourself? Well, perhaps you need a professional looking board to show a client ASAP. Maybe you just hate waiting for your boards to arrive. Or maybe you do it just because you can. Either way, the results [Kurt] achieved are very impressive.

TwinTeeth: The Delta Bot PCB Factory

There are a few all-in-one CNC/milling/plotting/3D printing/engraving bots out there that claim to be mini factories for hobbyists, prototypers, and other homebrew creators. The latest is Diyouware’s TwinTeeth, a bot obviously inspired by a few 3D printers, but something that has a few interesting features we hope will propagate through the open hardware ecosystem.

The design of the TwinTeeth is an inverse delta bot, kinematically similar to a large number of 3D printers out there. Instead of suspending the tool from a trio of arms, the TwinTeeth puts the work surface on the arms and suspends the tool from the top of the machine. There are a few neat bonuses for this setup – all the tools, from a BluRay laser diode, a Dremel, solder paste dispenser, and a plastic extruder for 3D printing can be mounted in easy to mount adapters. The TwinTooth design uses three locking pins to keep each toolhead in place, and after a little bit of software setup this machine can quickly switch between its various functions.

One very interesting feature of this bot is the ability to mask off PCBs for chemical etching with a BluRay laser diode. This actually works pretty well, as evidenced by the teams earlier work with a purpose-built PCB masker machine. The only problem with this technique is that presensitized boards must be used. If that’s an issue, no problem, just use the Dremel attachment with a v-bit cutter.

Toner Transfer And Packing Tape

The toner transfer process of producing PCBs has evolved tremendously over the last few years. It started out by printing PCB layouts onto magazines with a laser printer, then some clever people figured out that glossy inkjet photo paper would work just as well. Now there’s a new substrate for you – packing tape – and it seems to work pretty well.

[David] was designing a cheap board for a robot kit for a workshop and needed 100 tiny PCBs. They were simple boards, and perfectly suited for home PCB manufacturing. He started off by printing directly onto glossy magazine paper, but this wasn’t an ideal solution. During one run, some of the toner landed on the packaging tape he was using to secure the boards. A bit of serendipity came into play and [David] discovered packaging tape is usable in the toner transfer process.

The technique is simple enough: put some packaging tape on a piece of paper, print a board layout (reversed!) on a laser printer, and go through the usual clothes iron/laminator/etching process. [David] is actually using a hair straightener for transferring the toner over to the copper clad board – interesting, and in a pinch you can use the same tool for reflowing SMD components.

Turn Your BeagleBoneBlack In To A 14-channel, 100Msps Logic Analyzer

The BeagleBoneBlack is a SoC of choice for many hackers – and quite rightly so – given its powerful features. [abhishek] is majoring in E&E from IIT-Kharagpur, India and in 2014 applied for a project at beagleboard.org via the Google Summer of Code project (GSoC). His project, BeagleLogic aims to realize a logic analyzer using the Programmable Real-Time units on board the AM335X SoC family that powers the BeagleBone and the BeagleBone Black.

The project helps create bindings of the PRU with sigrok, and also provides a web-based front-end so that the logic analyzer can be accessed in much the same way as one would use the Cloud9 IDE on the BeagleBone/BeagleBone Black to create a new application with BoneScript.

Besides it’s obvious use as a debugging tool, the logic analyzer can also be a learning tool that can be used to understand digital signals. BeagleLogic turns the BeagleBone Black into a 14-channel, 100Msps Logic Analyzer. Once loaded, it presents itself as a character device node /dev/beaglelogic. In stand-alone mode, it can do binary captures without any special client software. And when used in conjunction with the sigrok library, BeagleLogic supports software triggers and decoding for over 30 different digital protocols.

The analyzer can sample signals from 10Hz upto 100MHz, in 8 or 16 bits and up to a maximum of 14 channels. Sample depth depends on free RAM, and upto 320MB can be reserved for BeagleLogic. There’s also a web interface, which, once installed on the BeagleBone, can be accessed from port 4000 and can be used for low-volume captures (up to 3K samples).

[abhishek] recently added the BeagleLogic Cape which can be used to debug logic circuits up to 5V safely. Source files for BeagleLogic as well as the Cape are available via his github repos. [abhishek] blogged about his project on his website where there’s a lot more information and links to be found. Catch a video of BeagleLogic after the break.

Continue reading “Turn Your BeagleBoneBlack In To A 14-channel, 100Msps Logic Analyzer”

How To Zip, Stick, And Screw Stuff Together

One of the first problems every new hacker/maker must solve is this: What’s the best way to attach part “A” to part “B”. We all have our go-to solutions. Hot glue, duck tape ( “duct tape” if you prefer) or maybe even zip ties. Super glue, epoxy, and if we’re feeling extra MacGyver-ish then it’s time for some bubble gum. For some Hackaday readers, this stuff will seem like old hat, but for a beginner it can be a source of much frustration. Even well versed hackers might pick up a few handy tips and tricks presented in this video after the break.

In part one of this series, [Ben Krasnow] shows us the proper use of just a few of the tools and techniques he uses in his shop. [Ben] starts out with a zip-tie tool which he loves in part because of a tension setting that ensures it’s tight but not overly. He moves on to advice for adhesive-vs-material and some tips on using threaded fasteners in several different circumstances. He also included a list of the parts and tools he uses so you don’t have to go hunting them down.

[Ben] is no stranger to us here at Hackaday. He does some epic science video. You can subscribe to his channel or follow his blog if you enjoy what you see.

Continue reading “How To Zip, Stick, And Screw Stuff Together”