A purple PCB with an OLED display and various chips

A Neat Little Tool To Reset The Fuses On Your ATtiny

If you’re an experienced hacker, you’ve probably run into a problem at some point and thought “let’s make a tool to automate that”. A few hours later you’ve got your tool, but then realize that the amount of work you put into making the tool vastly exceeds what you would have needed to solve the original problem manually. That really doesn’t matter though: developing a fancy tool can be a rewarding experience that teaches you way more about the original problem than you would have learned otherwise. [sjm4306]’s ATtiny High Voltage Fuse Reset-er is a clever device that firmly falls into this category.

The problem it solves is familiar to anyone who’s ever worked with Atmel/Microchip’s ATtiny series of microcontrollers: set one of the configuration fuses incorrectly and you’re no longer able to reprogram your chip. Getting the ATtiny back to its original configuration requires a high-voltage programming step that involves pulling the reset pin to 12 V in what’s otherwise a 5 V system. You could simply grab a spare 12 V supply and hack together a level shifter with a few transistors, but where’s the fun in that?

[sjm4306]’s solution is built on a pretty purple PCB that contains an ATmega328, an OLED display, and sockets to accommodate various versions of the ATtiny series microcontrollers. To generate the required 12 V, one could simply use an off-the-shelf boost converter IC. But instead, he decided it would be interesting to make such a circuit out of discrete components and control it using the ATmega. After all, this chip already contains timers to generate PWM signals and an ADC to measure the converter’s output voltage, so all it took was to write some control logic in the form of a PID controller.

The end result, as you can see in the video embedded below, is a convenient little PCB that runs off a 5 V USB power supply and resets the fuses on your ATtiny at the push of a button. Sometimes, simple tools that do one thing well are all you need; however, if you’re looking for an all-in-one AVR programmer that also supports HV programming, check out this AVR Multi-Tool.

Continue reading “A Neat Little Tool To Reset The Fuses On Your ATtiny”

Tiny Pneumatic Tool Made From A Single(-ish) Bolt

We’ve noticed a couple of things about the “Widget from a Single Bolt” genre of metalworking videos. The first thing is that almost all of them need to use a freakishly large bolt, and many of them also rely on other materials to complete the build. And secondly, these builds all pretty much depend on a lathe to transform the bolt into the intended widget.

While this single-bolt pneumatic graving tool build is guilty on that first count, it somehow manages to avoid needing a lathe. Not that [AMbros Custom] wouldn’t have greatly benefited from a lathe to make this somewhat specialized and unusual tool a reality. A graving tool or graver is used during metal engraving, the art of making controlled cuts into flat metal surfaces to render complicated designs. A powered graver like this can make engraving faster and more precise than a traditional manual graver, which is typically powered by light taps with a special hammer.

The lathe-less build [AMbros] undertook was quite ambitious given the number of moving parts and the tight tolerances needed for a pneumatic tool. The real hero here is the hand drill pressed into service as an impromptu lathe; teamed with various tools from files to emery cloth to even a Dremel and an angle grinder, it did a respectable job turning down the various parts. The entire build is shown in the video below, and it’s worth a watch just to see what ingenuity can accomplish when coupled with sheer persistence.

Hats off to [AMbros] for sticking with what was admittedly a problematic build, and here’s hoping a lathe is in his future. With that, he may be able to pull off other impressive “single-bolt” builds, like this combination padlock. Or throw another bolt or two in and pull off this cryptex-like safe.

Continue reading “Tiny Pneumatic Tool Made From A Single(-ish) Bolt”

Versatile Reflow Oven Controller Uses ESP32-S2

[Maker.Moekoe] wanted a single controller board that was usable with different reflow ovens or hotplates. The result is a versatile board based on the ESP32-S2. You can see a video of the board’s assembly in the video below.

The board sports several inputs and outputs including:

  • 2x MAX6675 thermocouple sensor input
  • 2x Fan output with flyback diodes
  • 2x Solid state relay output
  • 3x Buttons
  • 1x LED
  • 1x Buzzer
  • 1x Servo motor output
  • 0.96 inch OLED display

You could probably find a use for the board for other similar applications, not just ovens.

The video is oddly relaxing, watching parts reflow. It is like watching a 3D printer, no matter how many times we see it, we still find it soothing to watch. You can also see how he integrated the board with a toaster oven.

Overall, the board looks great and the workmanship is also very good. If you’ve never seen anyone set heat-set threaded inserts into a 3D printed piece, be sure to watch around the four minute mark.

We’ve seen plenty of oven projects. You can even use an Easy Bake oven.

Continue reading “Versatile Reflow Oven Controller Uses ESP32-S2”

Quick Hacks: Countersinking Screw Heads With 3D Laser Engraving

Here’s a fun quick hack from [Timo Birnschein] about using the 3D laser engraving (or ‘stamp’ engraving) mode of certain laser cutter toolchains to create a handy countersink shape in a laser-cut and engraved workpiece. Since [Timo] uses a small laser cutter to cut out and mark project boards for their electronics builds, having an extra messy, manual countersinking operation with subsequent clean-up seemed like a waste of time and effort, if the cutter could be persuaded to do it for them.

Designs are prepared in Inkscape, with an additional ‘3D engraving’ layer holding the extra processing step. [Timo] used the Inkscape feathering tools to create a circular grayscale gradient, leading up to the central cut hole (cuts are in a separate layer) which was then fed into Visicut in order to drive the GRBL-based machine, However, you could do it with practically any toolchain that supports laser power control during a rastering operation. The results look perfectly fine for regions of the workpiece not on show, at least, but if you’re only interested in the idea from a functional point of view, then we reckon this is another great trick for the big bag of laser hacks.

There have been a great number of laser cutting hacks here over the years, since these tools are so darn useful. The snapmaker machine can be a 3D printer, a CNC cutter and a laser cutter all in one, albeit not too perfect at any of those tasks, but the idea is nice. If you own a perfectly fine 3D printer, but fancy a spot of laser engraving (and you have good eye protection!), then you could just strap a 5W blue diode laser to it and get your fix.

A Pi Pico connected to a MYIR Z-turn board with a set of jumper wires

Need A JTAG Adapter? Use Your Pico!

JTAG is a powerful interface for low-level debugging and introspection of all kinds of devices — CPUs, FPGAs, MCUs and a whole lot of complex purpose-built chips like RF front-ends. JTAG adapters can be quite obscure, or cost a pretty penny, which is why we’re glad to see that [Adam Taylor] from [ADIUVO] made a tutorial on using your Pi Pico board as a JTAG adapter. This relies on a project called XVC-Pico by [Dhiru Kholia], and doesn’t require anything other than a Pi Pico board itself — the XVC-Pico provides both a RP2040 firmware implementing the XVC (Xilinx Virtual Cable) specification and a daemon that connects to the Pico board and interfaces to tools like Vivado.

First part of the write-up is dedicated to compiling the Pico firmware using a Linux VM. There’s a pre-built .uf2 binary available in the GitHub repo, however, so you don’t have to do that. Then, he compiles and runs a daemon on the PC where the Pico is connected, connects to that daemon through Vivado, and shows successful single-stepping through code on a MYIR Z-turn board with a Xilinx XC7Z020. It’s worth remembering that, if your FPGA’s (or any other target’s) JTAG logic levels are 1.8V or 2.5V-based, you will need a level shifter between it and the Pi Pico, which is a board firmly in the 3.3V realm.

You just cannot beat the $3 price and the ease of setup. Pi Pico is shaping up to be more and more of a hardware multi-tool. Just a month ago, we covered how the Pico can work as a logic analyzer. A lot of that, we have the PIO peripherals to thank for — an assembly of state machines that even let you “bitbang” high-speed interfaces like DVI. If you’re interested in how PIO functions, there are some good write-ups around here. Lacking a Pi Pico, you can use this board’s bigger sister to interface with JTAG, too.

The shredder after being rebuilt, on the bench top, with the washing machine pulley driving it spinning. It has not yet been fed, but that's about to happen.

Shredder Rebuilt From The Ashes, Aims To Produce More Ashes

What do you do when you buy a broken shredder and, upon disassembly, find its gears in pieces? You might reach towards your 3D printer – this one’s not that kind of shredder, however. [New Yorkshire Workshop] gives us a master class on reviving equipment and putting it to good use – this one’s assigned to help turn their cardboard stores into briquettes for their wood burner.

But first, of course, it had to be fixed – and fixed it was, the crucial parts re-designed and re-built around a sturdy wooden frame. It was made into a machine built to last; an effort not unlikely to have been fueled with frustration after seeing just how easily the stock gears disintegrated. The stock gear-based transmission was replaced with a sprocket and chain mechanism, the motor was wired through a speed controller, and a washing machine pulley was used to transfer power from the motor to the freshly cleaned and re-oiled shredder mechanism itself. This shredder lost its shell along the way, just like a crab does as it expands – and this machine grew in size enough to become a sizeable benchtop appliance.

After cutting loads of cardboard into shredder-fitting pieces, they show us the end result – unparalleled cardboard shredding power, producing bags upon bags of thinly sliced cardboard ready to be turned into fuel, making the workshop a bit warmer to work in. The video flows well and is a sight to see – it’s a pleasure to observe someone who knows their way around the shop like folks over at [New Yorkshire Workshop] do, and you get a lot of insights into the process and all the little tricks that they have up their sleeves.

The endgoal is not reached – yet. The shredder’s output is not quite suitable for their briquette press, a whole project by itself, and we are sure to see the continuation of this story in their next videos – a hydraulic briquette press was suggested as one of the possible ways to move from here, and their last video works on exactly that. Nevertheless, this one’s a beast of a shredder. After seeing this one, if you suddenly have a hunger for powerful shredders, check this 3D printed one out.

Continue reading “Shredder Rebuilt From The Ashes, Aims To Produce More Ashes”

Solder Pot From The Kitchen

We aren’t shy of dangerous projects, but, then again, a large cooking pan full of lead solder might be a bit much, even for us. It goes without saying that you should be extremely careful and you won’t want to use any of the cookware again for any other purpose. You can see the build in the video below.

On the one hand, it isn’t hard to make a solder pot. All you need is a container that won’t melt and a heat source. But it seems like molten metal should be in something a little harder to tip over. The real story here is the technique for using the solder pot as the build is dead simple: a cheap hot plate and an iron skillet are all it takes.

Why do you want a solder pot? They are useful. As [Coalpeck] shows, you can use them to dip solder a through hole PCB easily enough. They are great, too, if you want to tin a lot of wires. They also can do a great job of removing parts from a board or a connector. Check out the old, but good video of a commercial unit removing a PCB connector after the main video.

We thought the temperature measurement technique of letting newspaper turn brown was interesting. Granted, a commercial solder pot big enough to be useful isn’t cheap. You can, though, get smaller pots (50-80 mm) for under $50. These will usually have a tray to catch spills and will be harder to tip over by accident. Not that you won’t want to be careful, though. If you do attempt this, we suggest you use a pan with no handle and set it in an outer pan to catch any overflow. But if you spill a few pounds of molten solder on your workbench, don’t say we didn’t warn you.

We’ve covered several homebrew solder pots over the years but, mysteriously, all the original websites are gone. We hope they are OK. We did look at a host of desoldering techniques that include the solder pot. Or ditch the pot of hot lead and try one of [Bil Herd]’s methods.

Continue reading “Solder Pot From The Kitchen”