bending the wood

Better Kerf Cuts With A CNC Bit

Bending wood is a complex affair. Despite the curves inherent in trees, most wood does not naturally want to bend. There are a few tricks you can use to bend it however, such kerf cutting and steaming. [JAR made] has a clever hack to make better kerf cuts using a CNC bit.

Typically kerfs are cut with a table saw or a miter saw set to trench. Many laser-cut box generations use kerfs to allow the piece to bend. The downside is that the cuts are straight cuts that are the same thickness throughout. This means that when the wood is bent into its shape, there are large gaps that need to be filled if you want the wood to look continuous. The hack comes in by using a router (not the networking kind) with a 6.2-degree taper. This means that the kerfs that it makes are angled. By placing the right amount of cuts and spacing them out equally, you get a perfectly rounded curve. To help with that even spacing, he whipped up a quick jig to make the cuts repeatable. Once all the cuts were made, the time to bend came, and [JAR made] used some hot water with fabric softener to assist with the bend. His shelves turned out wonderfully.

He makes the important statement that this CNC bit isn’t designed with this use case in mine and the chances of it snapping or breaking are high. Taking precautions to be safe is key if you try to reproduce this technique. Perhaps you can bust out some framing lumber and bend it into some beautiful furniture.

Continue reading “Better Kerf Cuts With A CNC Bit”

Ask Hackaday: What’s Your Worst Soldering Job?

Soldering! It’s the primary method for attaching one component to another in the world of electronics. Whether you’re free-forming a circuit, attaching connectors to cables, or populating a PCB, you’ll eventually find yourself doing some soldering, whether by hand, reflow, or maybe even a fancy wave soldering machine.

It’s a fundamental skill that nevertheless remains one of the biggest hurdles for newcomers to overcome when diving into the electronics hobby. Difficult jobs with tiny components or with large heat sinks can up the challenge for even well-practiced hands. Thus, today we ask the question: What’s your worst soldering job?
Continue reading “Ask Hackaday: What’s Your Worst Soldering Job?”

Coin Cell Eliminator Does More Than Save Batteries

Coin cells are useful things that allow us to run small electronic devices off a tiny power source. However, they don’t have a lot of capacity, and they can run out pretty quickly if you’re hitting them hard when developing a project. Thankfully, [bobricius] has just the tool to help.

The device is simple – it’s a PCB sized just so to fit into a slot for a CR2016 or CR2032 coin cell. The standard board fits a CR2016 slot thanks to the thickness of the PCB, and a shim PCB can be used to allow the device to be used in a CR2032-sized slot instead.

It’s powered via a Micro USB connector, and has a small regulator on board to step down the 5 V supply to the requisite 3 V expected from a typical coin cell. [bobricius] also gave the device a neat additional feature – a pair of pads for easy attachment of multimeter current probes. Simply open the jumper on the board, hook up a pair of leads, and it’s easy to measure the current being drawn from the ersatz coin cell.

If you’re regularly developing low-power devices that use coin cells, this tool is one that could save a lot of mucking about in the lab. [bobricius] has them available on Tindie for those eager to get their hands on one. We’ve seen similar designs before too, albeit pursued in a different way!

Open Source LXI Tools Free Us From Vendor Bloat

LXI, or LAN eXtensions for Instrumentation is a modern control standard for connecting electronics instrumentation which supports ethernet. It replaces the older GPIB standard, giving much better performance and lower cost of implementation. This is a good thing.  [Martin Lund] has created the open source lxi-tools project which enables us to detach ourselves from the often bloated vendor tools usually required for talking LXI to your bench equipment. This is a partial rewrite of an earlier version of the tool, and now sports some rather nice features such as mDNS for instrument discovery, support for screen grabbing, and a LUA-based scripting backend. (API Link)

SCPI or Standard Commands for Programmable Instruments is the text-based language spoken by many instruments, allowing control and querying of an instrument. Just to be clear, SCPI is not at all a new thing, and older instruments that have GPIB or RS232 connectors, still could talk SCPI. lxi-tools is not for those. Some instruments can also be very picky about the formatting of commands, especially if they’re buggy, so the ability to interactively debug commands is very desirable. It is quite possible to make poor use of SCPI commands in your test script and end up with tests that just take far longer to execute that they need to. lxi-tools has a benchmarking tool too, which helps you to dig in and find out where all the time is going and make suitable adjustments.

We’ve not seen much about LXI on Hackaday, but we did cover using PyVISA for dealing with SCPI-over-GPIB in python.  If you have an older instrument  with GPIB and you don’t want to sell a internal organ to pay for a USB adaptor, here’s one you can make yourself.

AR Display Shows CNC Lathe Operations In Real Time

[Kent VanderVelden] has come up with an interesting AR system to assist operators who are monitoring CNC lathes. (video, embedded, below) The idea is to first produce a ‘frozen’ video stream of the workpiece. This was achieved by placing a high-speed camera above the lathe, and triggering an image capture, synchronized to the rotational position of the workpiece. A high-speed rotary encoder, attached to the tailstock via a belt drive, feeds the current position into an Altera Terasic DE-Nano FPGA eval board. This is then compared to the position from another encoder, doing duty as an angular set point control. The resulting signal is used as the camera trigger to generate a video stream of just the frames where the angle is as selected by the operator, thus giving the impression of a frozen position. The video stream is sent over to a client device based on a Raspberry Pi 4 with a UPS hat, allowing it to be portable.

High speed rotary encoder driven via a belt

This video stream is overlaid with details of the current machine position, as well as the LinuxCNC G-code being executed and a graphical representation of the operation being performed by the machine. This combined video is then fed to a Vufine VUF-110 wearable, which is minimally invasive, allowing the operator to clearly see the machine of interest. As [Kent] suggests, there are many possible usage scenarios for such a setup, including remote monitoring of multiple operating machines by a single operator.

We’ve seen a few neat machine hacks over the years, here’s a nice project adding a programmable power feed to an old lathe, and since wood lathes are often missing out some DRO love, here’s a nice way to tell them that you care.

Continue reading “AR Display Shows CNC Lathe Operations In Real Time”

Spin Some Spudgers From Secondhand Silverware

Even though it’s not the right tool for the job, we’ve all used a flat head screwdriver for other purposes. Admit it — you’ve pried open a thing or two with that one in the toolbox that’s all dirty and dinged up anyway. But oftentimes, screwdrivers just aren’t thin enough. What you need is a spudger, which for some reason, seem to only come in plastic. Blame our disposable times.

In a relevant break from building electronics, [lonesoulsurfer] took the time to craft a set of spudgers and such from secondhand silverware. These are all made from spoons and butter knives sourced from a thrift store. For the spoons, [lonesoulsurfer] removed the heads with an angle grinder, shaped them on a belt sander, and thinned them out until they were spudger-slim. After doing the same with the handle end, [lonesoulsurfer] polished up the new tools on the wheel with some compound.

Not all of these are spudgers — some are destined to scrape, and others for lifting badges and decals. But they all live in harmony in a handy carrying case. Check out the build video after the break.

On the other hand, sometimes a disposable tool is all you really need.

Continue reading “Spin Some Spudgers From Secondhand Silverware”

Industrial Sewing Machine: Acquired

Well, it’s done. After weeks of trawling Craigslist, an hour-long phone call with an intelligent stranger about a different machine that wasn’t going suit my needs, and a two-week delay while the seller and I waited out their unintentional COVID exposure, I am the proud new owner of a vintage Consew 206RB-3 industrial sewing machine.

So far, it is exactly what I wanted — at least a few decades old, in decent shape, built by a reputable maker, and it has a clutch motor that I can upgrade to a servo motor if I wish. I even like the color of the head, the table, and the little drawer hiding on the left side. Connie Consew is perfect!

Decidedly Not Portable

The internet was right — these things are heavy. According to the manual, the machine head alone weighs 25.5 kg (56 lbs). The motor probably weighs another 50-60 lbs. There’s a small wooden peg sticking up from the table that has the job of holding the head whenever it is tilted back for maintenance or bobbin changes. I’ll admit I didn’t trust the little peg at first, but it does a fine job of supporting all that weight on a single point of contact about an inch in diameter.

Continue reading “Industrial Sewing Machine: Acquired”