Volkswagen Tools Turned To The Space Age

The Volkswagen Beetle, and yes the bus and the sexiest car ever made, are cars meant for the people. You can pull the engine out with a strong friend, and you can fix anything in an old Volkswagen. VW realized this, because in the 1950s and ’60s, they came up with plans for tools designed to tear apart an old VW, and these tools were meant to be manufactured in a local shop. That really turns that right to repair on its head, doesn’t it?

While working on his van, [Justin Miller] came across a reference to one of these tools meant to be made at home. The VW 681 is a seal puller, designed to be manufactured out of bar stock. It’s an old design, but now we have interesting tools like 3D printers and parametric CAD programs. Instead of making one of these DIY seal pullers with a grinder, [Justin] brought this tool from the space age into the modern age. He took the design, modelled it in OpenSCAD, and printed it out.

The VW reference book that lists this tool is Workshop Equipment for Local Manufacture, and for this seal puller, it gives perfectly dimensioned drawings  that are easily modelled with a few lines of code. The only real trouble is filing down the pointy bit of the puller, but a bit of boolean operations fixed that problem. After 15 minutes of printing and a few hours finding the right documentation and writing fifteen lines of code, [justin] had a plastic VW 681 in his hands. Yes, it was probably a waste of time as a regular seal puller could have done the job, but it’s an excellent example of what can happen when manufacturers support their local repairman.

Making A Hammer With Beautiful Engravings

Tools are a key part of any maker’s pursuit of their work. For most of us, our tools come from the local hardware store or are purchased online. Some prefer to craft their own, however, and [Uri Tuchman] is just one such person.

[Uri] starts at the absolute beginning, with a piece of unfinished rectangular stock. The workpiece is marked up, and the shape of the hammer head meticulously filed out by hand. The wooden handle is similarly prepared from raw stock with a combination of planes, chisels and files.

It may not be the fastest way to work, but careful hand craftsmanship is always impressive to watch. The build also showcases [Uri]’s talent at engraving, with the complex designs all carved out of the surface a millimeter at a time. [Uri] recommends enamel paint to highlight such works, for its rich color and the ease of removing excess paint.

Where [Uri] has built a beautiful piece of art that moonlights as a hammer, it’s possible to go in completely the opposite direction with a build. Video after the break.

[Thanks to BrightBlueJim for the tip!] Continue reading “Making A Hammer With Beautiful Engravings”

Cutting Wit And Plastic

If you have ever used a scalpel to cut something tougher than an eraser, you can appreciate a hot knife or better yet, an ultrasonic cutter. Saws work too, but they have their own issues. [This Old Tony] uses a hobby store tool to cut some plastic and wood, then demos a commercial ultrasonic cutter to show how a blade can sail through with less brute force. The previous requires some muscle, finesse, and eventually a splash of Bactine antiseptic. The video can also be seen after the break.

This is more than a tool review, [Tony] takes it apart with a screwdriver and offers his snarky comments. On the plus side is that it cuts polystyrene well where a regular knife won’t do more than scratch or shatter it. Meanwhile in the negative category we don’t hear a definitive price, but they seem to cost half as much as his mini-lathe. If you need an estimated return on investment, consider the price of two-thousand X-acto blades, but you may also wish to factor in the reduced hand calluses. While you are shopping, maybe also think about a set of earplugs; when the video gets to 17:30 he tries to cut a ceramic fitting and manages to make a child-deafening screech instead. We warned you.

This is a fitting follow-up to his unsuccessful attempt to turn an ultrasonic cleaner into an ultrasonic cutter, but we have seen success converting a tooth scaler into a cutter.

Continue reading “Cutting Wit And Plastic”

Take A Mini Lathe For A Spin

[This Old Tony] is no stranger to quality tools, but he started on a mini lathe. Nostalgia does not stop him from broadcasting his usual brand of snark (actually, it is doubtful that anything short of YouTube going offline will stop that). He rates the lathe’s ability to machine different materials and lets you decide if this is an investment, or a money pit.

Lathe parts range from a chintzy start/stop button assembly that looks like it would be at home on a Power Wheels restoration project to a convenient cam locking mechanism on the tail stock which is an improvement on the lathe with which our narrator learned. We see the speed tested and promptly disproved as marketing hoopla unless you allow for a 40% margin of error. It uses a 500 watt DC motor, so don’t try correcting for mains power frequency differences. The verdict on the lead screw and thread dial is that you get what you pay for and this is demonstrated by painstakingly cutting threads into aluminum. Finally, we see torture tests on cold rolled steel.

Maybe someone from the mini lathe community will stop by with their two-cents. If you appreciate this introduction to lathes, consider [This Old Tony]’s guide to CNC machines or injection molding. But for us, [Quinn Dunki’s] series of machine tools has been a real treat this year.

Continue reading “Take A Mini Lathe For A Spin”

Modified F Clamp Is Wheely Good

Sometimes, a job is heavy, messy, or unwieldy, and having an extra pair of hands to help out makes the job more than twice as easy. However, help isn’t always easy to find. Faced with this problem, [create] came up with an ingenious solution to help move long and heavy objects without outside assistance.

Simple, and effective.

The build starts with a regular F-clamp  – a familiar tool to the home woodworker. The clamp is old and worn, making it the perfect candidate for some experimentation. First off, the handle is given a good sanding to avoid the likelihood of painful splinters. Then, the top bar is drilled and tapped, and some threaded rod fitted to act as an axle. A polyurethane wheel from a children’s scooter is then fitted, and held in place with a dome nut.

The final product is a wheel that can be clamped to just about anything, making it easier to move. [create] demonstrates using the wheelclamp to move a long piece of lumber, but we fully expect to see these on the shelf of Home Depot in 12 months for moving furniture around the house. With a few modifications to avoid marring furniture, these clamps could be a removalist’s dream.

While you’re busy hacking your tools, check out these useful bar clamps, too. Video after the break.

Continue reading “Modified F Clamp Is Wheely Good”

From SPIDriver To I2CDriver

Communicating with microcontrollers and other embedded systems requires a communications standard. SPI is a great one, and is commonly used, but it’s not the only one available. There’s also I2C which has some advantages and disadvantages compared to SPI. The problem with both standards, however, is that modern computers don’t come with either built-in. To solve that problem and allow easier access to debugging in SPI, [James Bowman] built the SPIDriver a few months ago, and is now back by popular demand with a similar device for I2C, the I2CDriver.

Much like the SPIDriver, the I2C driver is a debugging tool that can be used at your computer with a USB interface. Working with I2C is often a hassle, with many things going on all at once that need to sync up just right in order to work at all, and this device allows the user to set up I2C devices in a fraction of the time. To start, it has a screen built in that shows information about the current device, like the signal lines and a graphical decoding of the current traffic. It also shows an address space map, and has programmable pullup resistors built in, and can send data about the I2C traffic back to its host PC for analysis.

The I2CDriver is also completely open source, from the hardware to the software, meaning you could build one from scratch if you have the will and the parts, or make changes to the code on your own to suit your specific needs. If you’re stuck using SPI still, though, you can still find the original SPIDriver tool to help you with your debugging needs with that protocol as well.

Pocket High Voltage Generator Becomes Great Test Tool

[The LED Artist] often found a need for a relatively high voltage (100 to 200 Volt) but low current DC power supply, and it turns out that a small HV generator that uses a single AA cell only took about an hour to make. The device ended up being a pretty handy tool for testing things like LED filaments (which have a forward voltage of over 60 V), or even neon and nixie tubes.

The device’s low current means that nixie and neon elements won’t light up very brightly, but they will light up enough to verify function and operation. [The LED Artist] reports that touching the output terminals of the generator only causes a slight tingling sensation.

Open-circuit voltage generated from a single AA cell is about 200 V, but that voltage drops rapidly under any kind of load. Even regular LEDs can be safely lit with the circuit, with less than a milliamp being supplied at the two to three volts at which most regular LEDs operate.

[The LED Artist] fit the device into a two-AA battery holder, with a single AA cell on one side and the circuit in the other, and says it’s one of the more useful tools they’ve ever made. LED filaments are fairly common nowadays, but if they intrigue you, don’t forget that [Mike Harrison] covered everything you need to know about experimenting with them.