Hacked Calipers Make Automated Measurements A Breeze

Now, digital calipers with wired interfaces to capture the current reading are nothing new. But the good ones are expensive, and really, where’s the fun in plugging a $75 cable into a computer? So when [Max Holliday] was asked to trick out some calipers for automating data capture, he had to get creative.

[Max] found that cheap Harbor Freight digital calipers have the telltale door that covers a serial connector, making them a perfect target for hacking. A little Internet sleuthing revealed the pinout for the connector as well as some details on the serial protocol used by most digital calipers: 24-bit packets is six four-bit words. [Max] used his SAM32, a neat open-source board with both a SAMD51 and an ESP32 that can run CircuitPython. An inverting buffer interfaces the serial lines to the board, which is just the right size to mount on the back of the caliper head. It’s hard to tell how [Max] is triggering readings, but the SAM32 is mounted as a USB device and sends keystrokes directly to a spreadsheet – yes, with the ESP32 it could have been wireless, but his client specifically requested a wired setup. Taking multiple readings is easy now that the user never has to swap calipers for a pen.

Cheap calipers like these are pretty hackable – you can add Bluetooth, turn them into DROs for a milling machine, or even make them talk.

Spice With A Sound Card

In years gone by, trying out a new circuit probably would have meant heating up a soldering iron. Solderless breadboards have made that even easier and computer simulation is easier still, but there’s something not quite as satisfying about building a circuit virtually. [Thedeuluiz] has a way to get some of the best of both worlds with the RTSpice project.

The idea is simple in concept, although not as simple in execution. The program does a Spice-like simulation of a circuit and can accept input and produce output from a PC’s sound card. Obviously, that means you can’t simulate RF circuits — at least not at the input and the output. It also means the simulation has to run lightning fast to keep up with the sound card sample rate. According to the author, it works best with modest circuits but exactly how big you can go will depend on your hardware.

Continue reading “Spice With A Sound Card”

Hands-On: GreatFET Is An Embedded Tool That Does It All

There’s a new embedded hacking tool on the scene that gives you an interactive Python interface for a speedy chip on a board with oodles of GPIO, the ability to masquerade as different USB devices, and a legacy of tricks up its sleeve. This is the GreatFET, the successor to the much loved GoodFET.

I first heard this board was close to launch almost a year ago and asked for an early look. When shipping began at the end of April, they sent me one. Let’s dig in for a hands-on review of the GreatFET from Great Scott Gadgets.

Continue reading “Hands-On: GreatFET Is An Embedded Tool That Does It All”

Automatic Cut-Off Saw Takes The Tedium Out Of A Twenty-Minute Job

For [Turbo Conquering Mega Eagle], the question was simple: Do I spend 20 minutes slaving away in front of a bandsaw to cut a bunch of short brass rods into even shorter pieces of brass rod? Or do I spend days designing and building an automatic cutoff saw to do the same job? The answer is obvious.

It’s only at the end of the video below that [TCME] reveals the need for these brass bits: they’re for riveting together the handles of knives he makes and sells. That makes the effort that went into his “Auto Mega Cut-O-Matic” a little easier to swallow, although we still think he ran afoul of this relevant XKCD. The saw is built out of scraps and odd bits using angle iron as a base and an electric die grinder to spin a cut-off wheel. A small gear motor feeds the brass rod down a guide tube until it hits a microswitch stop, which starts the cut cycle. Another motor swivels the saw to make the cut then moves it out of the way so the stock can advance. The impressive thing is that the only control mechanism is a series of microswitches, cams, levers, and springs  – no Arduino needed. Heck, there’s not even a 555, which we find a refreshing change.

Yes, it’s overkill, but he had fun and made something pretty ingenious. [Turbo Conquering Mega Eagle] always has something interesting going on in the shop, and we couldn’t help but notice him using his aluminum-melting tea kettle to make some parts for this build.

Continue reading “Automatic Cut-Off Saw Takes The Tedium Out Of A Twenty-Minute Job”

Stopping A Bench Grinder Quickly

In every workshop ever, there’s a power tool that goes unnoticed. It’s the bench grinder. It’s useful when you need it, and completely invisible when you don’t. We take the bench grinder for granted, in part because we keep it over there with that box of oily rags, and partly because it’s so unassuming.

But you can really mess your hands up on a bench grinder. Words like ‘degloving’ are thrown around, and that doesn’t involve actual gloves. For his Hackaday Prize entry, [Scott] is adding safety to the ubiquitous bench grinder. It’s called the Grinder Minder, and it aims to make the humble bench grinder a lot safer.

There are a few goals to the Grinder Minder, most importantly is DC injection braking. This stops the grinder from spinning, and if you’ve ever turned off a bench grinder and waited for it to spin down, you know there’s either a lot of energy in a grinder wheel. Grinder Minder also adds accidental restart protection and an actual ANSI-compliant emergency stop. All of this is designed so that’s it’s a direct drop-in electronics package for a standard off-the-shelf grinder.

The early prototypes for the Grinder Minder have the requisite MOSFETs and gigantic wire-wound resistors , but the team has recently hit an impasse. The current market research tells them the best way forward is designing a product for bigger, more powerful tools that use three-phase power. The team is currently researching what this means for their project, and we’re looking forward to seeing where that research lands them.

Laser Cutting Wooden Pogo Pin Test Jigs

Now as far as problems go, selling so many products on Tindie that you need to come up with a faster way to test them is a pretty good one to have. But it’s still a problem that needs solving. For [Eric Gunnerson] the solution involved finding a quick and easy way to produce wooden pogo test jigs on his laser cutter, and we have a feeling he’s not the only one who’ll benefit from it.

The first step was exporting the PCB design from KiCad into an SVG, which [Eric] then brought into Inkscape for editing. He deleted all of the traces that he wasn’t interested in, leaving behind just the ones he wanted to ultimately tap into with the pogo pins. He then used the Circle tool to put a 0.85 mm red dot in the center of each pad.

You’re probably wondering where those specific parameters came from. The color is easy enough to explain: his GlowForge laser cutter allows him to select by color, so [Eric] can easily tell the machine to cut out anything that’s red. As for the size, he did a test run on a scrap of wood and found that 0.85 mm was the perfect dimensions to hold onto a pogo pin with friction.

[Eric] ran off three identical pieces of birch plywood, plus one spacer. The pogo pins are inserted into the first piece, the wires get soldered around the back, and finally secured with the spacer. The whole thing is then capped off with the two remaining pieces, and wrapped up in tape to keep it together.

Whether you 3D print one of your own design or even modify a popular development board to do your bidding, the test jig is invaluable when you make the leap to small scale production.

The Practical Approach To Keeping Your Laser In Focus

You could be forgiven for thinking that laser cutters and engravers are purely two dimensional affairs. After all, when compared to something like your average desktop 3D printer, most don’t have much in the way of a Z axis: the head moves around at a fixed height over the workpiece. It’s not as if they need a leadscrew to push the photons down to the surface.

But it’s actually a bit more complicated than that. As [Martin Raynsford] explains in a recent post on his blog, getting peak performance out of your laser cutter requires the same sort of careful adjustment of the Z axis that you’d expect with a 3D printer. Unfortunately, the development of automated methods for adjusting this critical variable on lasers hasn’t benefited from the same kind of attention that’s been given to the problem on their three dimensional counterparts.

Ultimately, it’s a matter of focus. The laser is at its most powerful when its energy is concentrated into the smallest dot possible. That means there’s a “sweet spot” in front of the lens where cutting and engraving will be the most efficient; anything closer or farther away than that won’t be as effective. As an example, [Martin] says that distance is exactly 50.3 mm on his machine.

The problem comes when you start cutting materials of different thicknesses. Just a few extra millimeters between the laser and your target material can have a big difference on how well it cuts or engraves. So the trick is maintaining that perfect distance every time you fire up the laser. But how?

One way to automate this process is a touch probe, which works much the same as it does on a 3D printer. The probe is used to find where the top of the material is, and the ideal distance can be calculated from that point. But in his experience, [Martin] has found these systems leave something to be desired. Not only do they add unnecessary weight to the head of the laser, but the smoke residue that collects on the touch probe seems to invariably mar whatever surface you’re working on with its greasy taps.

In his experience, [Martin] says the best solution is actually the simplest. Just cut yourself a little height tool that’s precisely as long as your laser’s focal length. Before each job, stick the tool in between the laser head and the target to make sure you’re at the optimal height.

On entry level lasers, adjusting the Z height is likely to involve turning some screws by hand. But you can always add a motorized Z table to speed things up a bit. Of course, you’ll still need to make sure your X and Y alignment is correct. Luckily, [Martin] has some tips for that as well.