Scratch Built Magnetic Vise Stays Where You Need It

For those who might not have run into one before, a magnetic vise is used when you want to quickly anchor something to a metal surface at an arbitrary position. They’re often used to hold the workpiece down when machining, and can be a real time saver if a lot of repositioning is involved.

[Workshop From Scratch] recently wanted to put together one of these handy pieces of gear, and as we’ve come to expect from his channel, the finished product is an absolute beast. Starting with little more than scraps of metal, the video after the break takes the viewer on a fascinating journey that ends with some demonstrations of the vise in action.

Conceptually, this build is relatively simple. Start with a vise, put a hollow base on it, and fit it with powerful electromagnets that will anchor it down once you flip the switch. Technically you could just build a magnetic base and bolt a commercially available vise onto it, but that’s not how [Workshop From Scratch] does things.

Every element of the build is done by hand, from the pattern cut into the jaws to the t-handle nut driver that gets adapted into a very slick crank. Of particular interest is how much effort is put into grinding down the surface of the electromagnets so they are perfectly flush with the base of the vise. Incidentally, these beefy electromagnets were salvaged from automotive air conditioning compressors, so you might want to add that to your junkyard shopping list.

Eagle-eyed readers might recognize the surface [Workshop From Scratch] uses the vise on as the custom drill press table he built a few months ago. These videos are not only reminders of what you can accomplish when you’ve mastered the use of a few common tools, but just how much design and thought goes into the hardware many of us take for granted.

Continue reading “Scratch Built Magnetic Vise Stays Where You Need It”

Old Laptop Gets New Lease On Life With Raspberry Pi

It seems not a day goes by that we don’t see somebody cramming a Raspberry Pi into some unwilling piece of consumer electronics. But despite being a pretty obvious application for the diminutive ARM board, we don’t often see it installed in an actual computer. Which makes this very clean Raspberry Pi laptop conversion by [Sherbethead2010] all the more interesting.

The first step involved taking a Dremel to the Dell’s chassis and essentially leveling out the entire internal volume. The only component that got reused was the fan, and even that appears to be relocated, so all the mounting posts were just standing in the way of progress.

[Sherbethead2010] mounted the Raspberry Pi towards the rear of the case so its USB and Ethernet ports would be available from the outside, and installed a driver board for the original Phillips LP171 LCD panel in the old drive bay. Power is provided by two custom 18650 battery packs connected to dedicated buck converters, along with an onboard charge controller to safely top them off.

Rather than trying to adapt the original input devices, [Sherbethead2010] decided to take the easy route and installed a Rii K22 wireless keyboard with integrated track pad into the top of the laptop. It turned out to be an almost perfect fit, and beyond the keys being slightly off-center, at first glance it looks like it could be stock.

The last time we saw a Raspberry Pi so well integrated into a real laptop, it was to create a functioning version of one of the props from Hackers. While that build was a joy for its own reasons, it’s hard not to be impressed with how unassuming this computer looks after all the work that’s been done to it.

Building A New RF Remote From Scratch

We’ve seen no shortage of projects that use the ESP8266 or ESP32 to add “smart” features to existing home appliances, often by pairing the microcontroller with a radio or IR transmitter. If your device has an existing remote, integrating it into a custom home automation system is often just a matter of getting a few cheap modular components and writing some simple code to glue it all together.

But what if the appliance you want to control doesn’t use a common frequency? That’s a question that [eigma] recently had to answer after finding the remote control for the bedroom ceiling fan was operating at a somewhat unusual 304 MHz. Something like the MAX1472 could probably have been tuned to this frequency, but the chip doesn’t seem to be available in a turn-key module as the popular 315 MHz transmitters are.

There were a few possible options, including using a software defined radio (SDR), but [eigma] didn’t want to spend a fortune on this project or wait months for parts to get shipped from overseas. The most straightforward solution was to design a custom transmitter tuned to the proper frequency using discrete components; something of a dark art to those of us who’ve been spoiled by the high availability of modular components.

What follows is an fascinating look at the design, testing, and troubleshooting of a truly scratch-built transmitter. You won’t find any ICs here, the carrier signal is generated with just a transistor, some carefully measured pieces of wire, and a handful of passive components. By modulating the signal with an ESP32, [eigma] successfully makes the oddball ceiling fan an honorary member of the Internet of Things.

The write-up that [eigma] has done is an absolutely invaluable resource if you ever find yourself in need of rolling a bespoke transmitter. It easily ranks among some of the most informative radio reverse engineering work we’ve covered, and you’d be wise to file this one away for future reference. That said, most of the newer hardware you’re going to run into will probably be utilizing a widely-supported frequency like 433 MHz.

A Custom Saw Designed For Close Quarters Making

It probably goes without saying that we’d all love to have a huge, well-appointed, workshop. But in reality, most of us have to make do with considerably less. When trying to fit tools and equipment into a small space you need to get creative, and if you can figure out a way to squeeze multiple functions out of something, all the better.

Wanting to get as much use out of his space as possible, [Chris Chimienti] decided that his best bet would be to design and build his own folding combination table. Using interchangeable inserts it can switch between being a table saw and a router, and with its extendable arms, also serves as a stand for his miter saw. Of course when not cutting, it makes a handy general purpose work surface.

In the videos after the break, [Chris] takes viewers through the design and construction of what he calls the “Sinister Saw”, which is made somewhat more complicated by the fact that he obviously doesn’t have a table saw to begin with. Cutting out the pieces for the table itself and the panels that would eventually become home to the router and circular saw took some careful work with clamps and saw horses to make sure they were all perfectly square.

But the wooden components of the Sinister Saw are only half of the story. The table is able to extend by way of an aluminum extrusion frame, and there are numerous 3D printed parts involved for which [Chris] has provided the STL files. We particularly like the box that holds the emergency stop button and relocates the tool’s battery to the front panel, which looks to be an evolution of his previous work in 3D printing cordless tool adapters. We could certainly see this part being useful on other projects that utilize these style of batteries.

In the other extreme, where you want to build your own tools and have plenty of space, you could try making everything out of giant slabs of stone.

Continue reading “A Custom Saw Designed For Close Quarters Making”

Get Your Microcontroller Online At The Speed Of Light

When developing a network-enabled project with the ESP8266 or ESP32, the easiest way to handle WiFi credentials is to just hardcode the access point and encryption key into the program. But that means recompiling the firmware if you ever want to use it on a different network, which isn’t really an option if you’re trying to make something that other people can easily use. If you’re expecting grandma to bust out the UART cable, we’ve got bad news for you.

There are various ways around this problem, but we think the one developed by [Pekka Lehtikoski] is particularly clever. With a simple application, network credentials can be literally “flashed” to the waiting microcontroller by rapidly blinking the flash LED on an Android device. This allows the information to be transferred quickly and easily regardless of the user’s technical proficiency. One could even make the argument that it’s more secure than some of the other methods of doing initial setup, since an eavesdropper would literally need to see you do it if they wanted to steal your encryption key.

[Pekka] has made the source code for the Android application and the “Gazerbeam” library open for anyone who wants to include the capability in their own projects. To pick up the blinking light you just need to add a phototransistor, an opamp, and a handful of passives to your circuit; making this solution cheap enough that you could even use it in a small-scale production run. The concept isn’t limited to network credentials either. Whenever we can hold conferences again, it could be an interesting way to let attendees customize their badge.

Of course, [Pekka] isn’t the first person to use this trick. Hackers well versed in the history of WiFi MCUs may recall that the Electric Imp used a very similar method of configuration called BlinkUp. If you ever come across a device that asks you to put your phone’s screen down on a little window to perform the initial setup, there’s a good chance it has an Imp inside.

NASA Readies New Electric X-Plane For First Flight

Since 1951, NASA (known in those pre-space days as NACA) and the United States Air Force have used the “X” designation for experimental aircraft that push technological boundaries. The best known of these vehicles, such as the X-1 and X-15, were used to study flight at extreme altitude and speed. Several fighter jets got their start as X-planes over the decades, and a number of hypersonic scramjet vehicles have flown under the banner. As such, the X-planes are often thought of as the epitome of speed and maneuverability.

So the X-57 Maxwell, NASA’s first piloted X-plane in two decades, might seem like something of a departure from the blistering performance of its predecessors. It’s not going to fly very fast, it won’t be making any high-G turns, and it certainly won’t be clawing its way through the upper atmosphere. The crew’s flight gear won’t even be anything more exotic than a polo and a pair of shorts. As far as cutting-edge experimental aircraft go, the X-57 is about as laid back as it gets.

But like previous X-planes, the Maxwell will one day be looked back on as a technological milestone of its own. Just as the X-1 helped usher in the era of supersonic flight, the X-57 has been developed so engineers can better understand the unique challenges of piloted electric aircraft. Before they can operate in the public airspace, the performance characteristics and limitations of electric planes must be explored in real-world scenarios. The experiments performed with the X-57 will help guide certification programs and government rule making that needs to be in place before such aircraft can operate on a large scale.

Continue reading “NASA Readies New Electric X-Plane For First Flight”

Washing Your Hands With 20,000 Volts

These last few weeks we’ve all been reminded about the importance of washing our hands. It’s not complicated: you just need soap, water, and about 30 seconds worth of effort. In a pinch you can even use an alcohol-based hand sanitizer. But what if there was an even better way of killing bacteria and germs on our hands? One that’s easy, fast, and doesn’t even require you to touch anything. There might be, if you’ve got a high voltage generator laying around.

In his latest video, [Jay Bowles] proposes a novel concept: using the ozone generated by high-voltage corona discharge for rapid and complete hand sterilization. He explains that there’s plenty of research demonstrating the effectiveness of ozone gas a decontamination agent, and since it’s produced in abundance by coronal discharge, the high-voltage generators of the sort he experiments with could double as visually striking hand sanitizers.

Looking to test this theory, [Jay] sets up an experiment using agar plates. He inoculates half of the plates with swabs that he rubbed on his unwashed hands, and then repeats the process after passing his hands over the high-voltage generator for about 15 seconds. The plates were then stored at a relatively constant 23°C (75°F), thanks to the use of his microwave as a makeshift incubator. After 48 hours, the difference between the two sets of plates is pretty striking.

Despite what appears to be the nearly complete eradication of bacteria on his hands after exposing them to the ozone generator, [Jay] is quick to point out that he’s not trying to give out any medical advice with this video. This simple experiment doesn’t cover all forms of bacteria, and he doesn’t have the facilities to test the method against viruses. The safest thing you can do right now is follow the guidelines from agencies like the CDC and just wash your hands the old fashioned way; but the concept outlined here certainly looks worthy of further discussion and experimentation.

Regular viewers of his channel may notice that the device in this video as actually a modified version of the hardware he used to experiment with electrophotography last year.

Continue reading “Washing Your Hands With 20,000 Volts”