Making Teeny Clamps With Hand Tools

Sometimes you need a small clamp, and sometimes it’s nice to use tools you’ve made yourself. [Neil] from [Pask Makes] delivers on both counts, with incredibly cute little clamps that he whipped up in his own home shop. You can even make them with hand tools!

The first step is to cut out a section of flat steel bar, and then drill a hole in the middle. The flats that form the key clamping surfaces can then be cut using a hacksaw. From there, it’s a matter of cleaning up the resulting blank with a file to take off sharp edges and neaten up the flats.

Drilling and tapping the main hole through the bottom of the clamp is the next job, and getting the hole straight and true is key to making a good usable clamp. The video shares tips on how to do this with even a simple cordless drill, by using a vice and a wood guide to keep things on track. The swiveling nut is then made out of a piece of round bar, and installed on the end of a bolt to create a nice clamping surface. A cute little brass handle is used to tighten it up.

It’s a useful tool, and the video goes on to show how the clamp can be made more quickly using higher-end facilities. While small clamps can be had cheaply, the video notes that making tools is fun and we think that’s as good a reason as any to make your own.

We’ve seen [Neil]’s work before, particularly in the case of this stunning “bladeless fan” build. Video after the break.

Continue reading “Making Teeny Clamps With Hand Tools”

Building A Big Ol’ Powerful Wheelbarrow

Sometimes you’ve gotta haul big heavy loads around a wide area. Regular wheelbarrows are fine, but it can quickly grow tiring when one has to make multiple trips. [Workshop from Scratch] instead elected to build a powered wheelbarrow, with plenty of grunt to shift loads about.

The build is absolutely from the ground up, welded up from sections of steel RHS, and given rear steering for plenty of maneuverability. The actual job of steering is handled by a rack repurposed from automotive use, set up with a single-sided attachment to the rear wheel assembly. It’s quite a neat and tidy way of doing the job, and seems to work well. Drive is sent to the front wheels through a hydrostatic lawnmower transmission. A 17-horsepower engine provides plenty of grunt for the job at hand, even coming with electric start already fitted for the ultimate in ease-of-use.

It’s impressive to see just how much of the rig was put together from raw materials; even the fuel tank was fabricated in steel. We’ve seen similar builds from [Workshop from Scratch] before, like this tidy bandsaw. Video after the break.

Continue reading “Building A Big Ol’ Powerful Wheelbarrow”

Fractal Vise Holds Odd-Shaped Objects Tight

A regular vice is great if you want to clamp rectangular objects, but it can fall down a little with more complex shapes. Inspired by an ancient vise [Chris Borge] whipped up his own 3D-printed fractal clamping tool.

The inspiration for this one comes from the [Hand Tool Rescue] video that shows of the clever mechanism. The vice uses a series of interlocking parts that can freely articulate to grip the object of interest via several protruding fingers. In reproducing the design, [Chris] had some issues initially with the joints, but settling on a dovetail similar to that of the original metal vice which got things working nicely.

[Chris] notes that while the design works, it could still use some refinement. Silicone or rubber tips on the fingers could give the vice better grip, and there remain some flexural issues that could be improved. Overall, however, it’s a useful table vice for small jobs on weird shaped things. We’ve seen 3D-printed vices before, particularly in the PCB vice space, but the grip scheme user here is totally unique.

Continue reading “Fractal Vise Holds Odd-Shaped Objects Tight”

Raspberry Pi Cameras Stand In For Stereo Microscope

Handling tiny surface mount components and inspecting PCBs is a lot easier with a nice stereo microscope, but because of their cost and bulk, most hobbyists have to do without. At best they might have a basic digital microscope, but with only one camera, they can only show a 2D image that’s not ideal for detail work.

The team behind [Stereo Ninja] hopes to improve on the situation by developing a stereoscopic vision system that puts tiny objects up on the big screen in three dimensions. Utilizing the Raspberry Pi Compute Module, a custom carrier board that enables the use of both MIPI CSI camera interfaces, and a 3D gaming monitor, their creation combines the capabilities of a traditional stereo microscope with the flexibility of a digital solution.

With two Raspberry Pi cameras suspended over the work area, and the addition of plenty of LED light, Stereo Ninja is able to generate the 3D image required by the monitor. While the camera’s don’t have the same magnification you’d get from a microscope, they’re good enough for enlarging SMD parts, and looking at a big screen monitor certainly beats hunching over the eyepiece of a traditional microscope. Especially if you’re trying to show something to a group of people, like at a hackerspace.

Of course, not everyone has a large 3D gaming monitor on their workbench. In fact, given how poorly the tech went over with consumers the last time it was pushed on us, we’d wager more hackers have stereo microscopes than 3D displays. Which is why the team’s next step is to have the Raspberry Pi generate the signals required by the shutter glasses, allowing Stereo Ninja to show a three dimensional image on 2D monitors; bringing this valuable capability to far larger audience than has previously been possible.

Continue reading “Raspberry Pi Cameras Stand In For Stereo Microscope”

Iron Becomes SMD Hot Plate

Few things have changed our workshops more than surface mount components. In 1980 it would have been strange to see a hobby bench with a microscope, hot air equipment, tweezers, and all the other accouterments that are a necessity today. [Electronoobs] wanted a reflow hot plate and decided that he could repurpose a consumer laundry iron for the job. You can see the results in the video below.

Opening the iron revealed surprisingly simple circuitry, so the build has some additional parts along with a controller and an LCD, of course. The power requirement for the heating element is significant — 13 amps — so the plate uses a solid state relay to turn things on and off.

Continue reading “Iron Becomes SMD Hot Plate”

Sub-mm Mechanical 3D Scanner With Encoders And String

[Scott Rumschlag] wanted a way to precisely map interior spaces for remodeling projects, but did not want to deal with the massive datasets created by optical 3D scanning, and found the precision of the cost-effective optical tools lacking. Instead, he built a 3D cable measuring device that can be used to map by using a manual probe attached to a cable.

The cable is wound on a retractable spool, and passes over a pulley and through a carbon fiber tube mounted on a two-axis gimbal. There are a few commercial machines that use this mechanical approach, but [Scott] decided to build one himself after seeing the prices. The angle of rotation of each axis of the gimbal and the length of extended cable is measured with encoders, and in theory the relative coordinates of the probe can be calculated with simple geometry. However, for the level of precision [Scott] wanted, the devil is in the details. To determine the position of a point within 0.5 mm at a distance of 3 m, an angular resolution of less than 0.001° is required on the encoders. Mechanical encoders could add unnecessary drag, and magnetic encoders are not perfectly linear, so optical encoders were used. Many other factors can also introduce errors, like stretch and droop in the cable, stickiness of the bearings, perpendicularity of the gimbals axis and even the spring force created by the encoder wires. Each of these errors had to accounted for in the calculations. At first, [Scott] was using an Arduino Mega for the geometry calculations, but moved it to his laptop after he discovered the floating point precision of the Mega was not good.

[Scott] spend around 500 hours building and tuning the device, but the end result is really impressive. There are surprisingly few optical machines that can achieve this level of precision and accuracy, and they can be affected by factors like the reflectivity of an object.

If you do want to get into real 3D scanning, definitely take the time to read [Donal Papp]’s excellent guide to the practical aspects of the various technologies. Most of us already have a 3D scanner in our pocket in the form of a smartphone, which can be used for photogrammetry.

Continue reading “Sub-mm Mechanical 3D Scanner With Encoders And String”

AD409 Microscope Review

It wasn’t that long ago that if you had an optical microscope in your electronics shop, you had a very well-supplied shop indeed. Today, though, a microscope is almost a necessity since parts have shrunk to flyspeck-size. [Maker Mashup] recently picked up an AD409 and posted a video review of the device that you can see below.

The microscope in question has a 10-inch screen so it is a step up from the usual cheap microscope we’ve seen on a lot of benches. Of course, that size comes at a price. The going rate for a new on is about $400.

Continue reading “AD409 Microscope Review”