Posts

Showing posts from August, 2026

An Electronic Explanation Of 1960s Fuzz Boxes

Image
It’s likely that even those of us who have never picked up a guitar in our lives will recognize the sound of an electric guitar with a fuzz box effects pedal. The raspy distorted sound has been at the heart of so many very well known recordings. Behind it is a distortion circuit, or as [Bill Jehle’s Mad Scientist Guitar Lab] is here to tell us, eight different circuit topologies . The result is a fascinating trip through the evolution of rock music through the 1960s, as he examines circuits from simple diode clippers through to frequency doublers and phase shifters. He’s provided a playlist as an accompaniment so you can even have an immediate listen to each sound. It’ll mess up our YouTube recommendations, but worth it for the informative journey. It’s also a window into a lost period in electronics where all they practically had was the transistor, so each device had to put in the maximum work for a living. Designing circuits like these called for intim...

At Last, A Gameboy Advance With Decent Audio

Image
Many pieces of consumer electronics are build down to a price, and the corners cut show up in their performance. The Gameboy Advance from Nintendo is no exception: its audio is a PWM stream that sounds awful through the included amplifier. [Cajun Panda] has a fix though, in the form of a replacement audio chain . It takes the form of a PCB that hooks into the pads of the removed GBA audio chip, and provides a much cleaner audio path with filtering and EQ and a class D audio amplifier. In addition there’s an audio codec and an ESP32 for Bluetooth connectivity, enabled by a long press of a GBA button and configured via a web interface on the ESP. Best of all there is no case modification, this is designed to remain as stock as possible. Everything can be found in a GitHub repository should you wish to make your own, so if you want to bring your GBA audio up to scratch you know where to go. If you want to make it even better don’t forget, you can always upgrade the screen . ...

Neo-Cyclostyle: Automatic Document Copying Devices in 1890

Image
Using the special pens to remove the wax coating on the template. (Credit: Old Typerwriters and Calculators, YouTube) Document duplication has been a highly desirable feature, long before medieval monks slaved over yet another illuminated manuscript by flickering candle light. Fortunately one part of the Industrial Revolution was the invention of machines like Cyclostyle copying machines, which covered a range of manual and automated devices. One such crank-powered device from 1890 is demonstrated in this video . The Cyclostyle and neo-Cyclostyle copying system was quite simple yet elegant: by removing the wax coating on a special piece of paper ink from a screen-printing system could be pressed through the resulting template, and allow for repeat copies to be made. With the machine demonstrated in the video the ink is applied to the top rollers, with the lower roller inking itself on them during the retraction cycle, before applying the fresh ink to the screen on the cycle followi...

3D Printing a Railway Pump Car

Image
It’s arguably adult-sized. (Credit: Sam Barker, YouTube) A staple of old movies featuring railways, many handcars – also called pump trolleys or pump cars – feature the characteristic seesawing beam. Requiring at least two people, the motion of this beam is subsequently converted into the rotating motion of the wheels, propelling it at a leisurely pace across the tracks. As a fun and yet functional mechanical contraption it also makes for an entertaining 3D printable project, which is what [Sam Barker] and [Tom] did . You can find the entire project over at Printables if you are feeling the itch as well, though as of writing details on the required bolts and shafts are still pending. Since the entire assembly had to be lugged over to the Open Sauce event in the US, they had to design it to be small enough to fit into check-in luggage and easy enough to reassemble in a hotel room. Naturally this put some constraints on the full size of the contraption, with it omitt...

Hackaday Links: August 23, 2026

Image
We’ll start this week off with some disappointing, though not entirely unexpected, news — the ambitious commercial mission to save NASA’s Neil Gehrels Swift Observatory is officially a bust. The space agency provided an update earlier this week explaining that the attitude control issues with the LINK spacecraft that started a few weeks after it launched will prevent it from being able to safely dock with the Swift Observatory and boost its altitude. As such, the space telescope is now expected to reenter the Earth’s atmosphere and burn up before the end of the year. Although LINK won’t be able to live up to its name, NASA did say operator Katalyst Space has been given permission to continue with the rendezvous attempt. The two craft won’t actually make contact with each other, but teams on both sides feel there’s lessons to be learned and data to be collected by seeing the orbital dance of these two vehicles play out for as long as possible. ...

Using the Basic SNES Hardware to Play Minecraft

Image
After previously putting a very basic version of Minecraft on the Game Boy Color, [Tobi] decided to have some fun and port that version also to the Super Nintendo (SNES), just to see what would happen with its more powerful hardware. Even without using an add-on chip like the Super FX 3D chip that made games like Star Fox and Doom possible with its 3D-rendered geometry, the basic SNES hardware can already provide a serviceable Minecraft experience. You can download the SFC file here , featuring a starting world in which you can do all the usual Minecraft-ing shenanigans, like world destruction and construction. Unsurprisingly the game’s resolution is much higher than on the GBC, though the brief glimpse [Tobi] shows of Minecraft on the Game Boy Advance (GBA) with its proper 3D-rendering hardware are leaps ahead of what the basic SNES can do. This of course raises the question of what Minecraft on the SNES could look like once you add the Super FX or similar 3D accelerator ch...

Turning Corroded, Bug-Loving WiiMotes into a Working One

Image
A time-honored tradition in the electronics repair business is to make many into one, specifically a stack of broken devices into one that works. So too with a triplet of heavily corroded and bug-infested WiiMote controllers that [eWastelander] dug out of a box of e-waste. After suffering abuse like leaving in leaky alkaline cells, bugs and general corrosion the task was to see whether at least one working WiiMote could be assembled from these three. (Video, embedded below.) Adding to the fun was that the PCBs in these WiiMotes spanned at least two hardware revisions, and on one board the battery corrosion had caused an IC to fall off. After an initial assessment, neutralizing the battery acid and a deep clean of all the disassembled parts, it was time to give it a shot at reassembly into something resembling a Wii controller you could use and even want to touch without washing your hands afterwards. Ultimately at least one working WiiMote was put together, with still an open questi...

An Atari Desktop On A Sega

Image
Over recent years there have been a range of classic 16-bit consoles coaxed into running familiar operating systems, with -nommu Linux being a favourite. But the 16-bit era had its own operating systems of note, and [1d4r3k] has brought one of them to a console that fit very much into a different 16-bit camp. It’s Atari’s TOS, on a Sega Mega CD . We should in all fairness start by saying it’s not “real” TOS, but EmuTOS , an open-source drop-in replacement. So far it supports a serial keyboard device, a printer, and sound, and it mounts the CD or cartridge it booted from, a RAMdisk, internal backup RAM, and cartridge save RAM. We’re told in the tip email that there’s also been some work porting GEOS to the platform, and thus the GEOS software suite may be ported to it. Sadly there are no images, so we can’t see it working, but trying it looks to be as straightforward as burning aan ISO or flashing a cartridge if you have the original hard...

Open-Source ExpressLRS Receiver Reaches for Range

Image
Drone control links are, from a radio signals perspective, nothing short of amazing: using a transmitter capable of transmitting, at most, one watt, a protocol such as ExpressLRS (ELRS) can control a drone over 100 kilometers away. [Stan], who has been building a drone electronics stack from scratch, recently designed four ELRS receivers and went over the principles behind their incredible range. Up to a certain point, the simplest way to increase a radio’s range is to lower the frequency; lower radio frequencies penetrate better through most materials and don’t attenuate as quickly with distance. However, although ELRS can use 900 MHz bands, [Stan]’s receivers primarily use 2.4 GHz. The major improvement is in modulation: unlike other control protocols, which mostly use frequency modulation, or Wi-Fi, which uses phase and amplitude modulation, ELRS uses Chirp Spread Spectrum modulation. This has a low data rate, but it’s very reliable; every bit is transmitted as a chirp – a linear...

The Shutter Makes This 3D Printed Camera Special

Image
Making a film camera is a project within the reach of almost anyone, from the experimenter with cardboard and sticky tape, to the machinist with an aluminium billet. But 3D printing has opened up the world of cameras to whole new set of experimenters, and we’ve seen some very impressive builds here as a result. For all that, there’s always been a particularly tricky aspect to a home made camera: the shutter. In particular, making one with variable speed has proved almost impossible. Now [Camera Things] has given it a very good shot, with a sliding 3D printed design . To cock it, both the strips are pulled across, before the blind strip is pushed back, and the shutter operates by sliding back under the influence of a rubber band. The clever part in this case is that the blind strip can be partially pushed back to affect the size of the shutter opening. The effect is then of a variable width strip of light passing over the film, which is equivalent to varying the speed of a c...

How the Grid’s Harmonic Filters Keep the Power Clean

Image
A fun way to think about a national electrical grid is as a massively upscaled electrical circuit, one in which you have multiple power supplies injecting AC power, with various bits and bobs involving resistors, inductors and capacitors in between working to synchronize and clean-up this power before it gets to the end users. Recently [Jordan Taylor], also known as [The Electric Brit] took a look at the grid’s harmonic filters that do a lot of this sinewave scrubbing after the HVDC to AC conversion. Using a UK-based line-commutated converter (LCC) HVDC converter station as a physical example [Jordan] takes us through the elements of this harmonic filter, what it is, what it does and why it’s a necessity. The design considerations with components at this immense scale are also covered, along with the types of filters possible. The Cliff’s Notes version is that following the conversion step from said HVDC there are harmonics introduced in the AC, not unlike in a muc...

Building a Hammond Organ to Understand How They Work

Image
The Hammond organ is an early form of electronic– or perhaps electromechanical– musical instrument. It solved the very real problem of organs normally being the sort of thing you built into a cathedral, allowing a similar sound to fit into a piano-like form factor. Their workings are a so simple that it’s hard to wrap your head around it actually working– which is why [Uri Tuchman] built one on YouTube . Also for a gift exchange, but we’re not Santa, here– we’re here to learn, and [Uri] does not disappoint. [Uri]’s organ is a bit smaller than what the Hammond corporation was putting out back in the day, just one hand-cranked octave– and it lacks the distinct spinning speaker in favour of plugging into any old guitar amp. It’s enough to get the idea across. Each of the twelve keys acts as a simple switch, wired to a pickup made from a coil of wire around a steel rod– much like a magnetic pickup on an electric guitar. The ...

Thermoacoustic Sterling Engine is Now Fully 3D Printable

Image
Would you like to make your own energy? Why, who doesn’t in this era of rising costs! A sterling engine always looks like a good fit for that: highly efficient, with no risk of a boiler explosion. A thermoacoustic sterling engine looks even better, since it has only one moving part at the output end. A thermoacoustic sterling engine you can 3D print yourself looks best of all, and that’s what [my engines] has on offer , now that even the burner and hot end of his thermoacoustic engine are designed for SLA metal printing. We previously reported on the open-source engine , but there’ve been some improvements worth talking about. For one thing, he’s integrated a biogas/methane burner directly inside the 3D-printable hotend. For another, that 3D-printed design allows for an excellent heat exchange geometry that would be very hard to get any other way. The whole thing is open source with plans available at OwnEnergy.org , where you can find links to the apparently-ma...

PVC Pipe Turned DIY Digital Telescope

Image
[Makestreme] had always wanted to own a nice telescope, but found that budget would not stretch to anything above a cheap model with a limited 50 mm aperture. Wanting a better view of the heavens, the way forward was obvious— it was time to build a better telescope, instead! The build is based around a 114 mm diameter mirror sourced from Amazon. It’s assembled inside a length of 5-inch PVC pipe of just under a meter to suit the 900 mm focal length of the concave reflector. 3D printed components are used to mount the mirror and control its position for proper focus and collimation. Traditionally, a reflector based telescope would use a mirror and eyepiece to provide a view to the user. However, [Makestreme] built this as a smart telescope, instead integrating a Raspberry Pi Camera Module 3 at the focal point. It’s connected to a Raspberry Pi Zero 2W, running off an 18650 lithium-ion cell and a 5 V boost module for portability. The Pi runs a Python script that hosts a small w...

Superconducting Temperature Record set at Ambient Pressure

Image
An interesting type of superconductors available to us today are the ones that achieve this property at room temperature, with only the small snag that they require crushing pressures that would render biological lifeforms into a very thin layer of molecules. What these however suggest is that something in these materials changes at these high pressures, and if we could retain that state upon releasing said pressure, we might be able to have our superconducting cake and eat it too. This is effectively what researchers recently achieved, with a research article in  PNAS Physics by [Liangzi Deng] et al. covering the pressure-quench protocol (PQP) that they used for this feat. There is also an associated easy-to-read press release by Argonne National Laboratory (ANL) as well as one by the University of Houston. Target material was a cuprate, specifically HgBa 2 Ca 2 Cu 3 O 8+δ , also known as the HBCCO series or Hg1223 for short. Hg1223 has been the subject of much research and expe...

Samsung Printer is the Next Frontier Of Minecraft Servers

Image
While DOOM remains the undisputed champion of ‘game you play on every piece of hardware’ it seems that the role of ‘game you play on everything just because you can’ is slowly being shifted to Minecraft, as we have yet another Minecraft server somewhere Minecraft has no business being served– in this case, a Samsung Printer. The hack actually requires opening up the printer to get at the debug ports to bang your way in via serial, but as any security expert will tell you, once the black hats have physical access to a machine, they own it. That isn’t to say it’s easy– [vimpo] had to dump the firmware and find an exploit. Since it’s 2026 [vimpo] tried to get an LLM to do all that hard work for him, and while it helped with identifying functions in the dump, ultimately the hacking still fell upon [vimpo]’s human intelligence, though not before burning through millions of tokens.  Having found a good old fashioned UDP overflow exp...

Homebrew 68K Machine Has A PCI Bus

Image
The Peripheral Component Interconnect (PCI) bus was first introduced all the way back in 1992. It quickly became the standard way to interface add-on cards on the PC platform, supplanting earlier buses like ISA and various other oddball standards. You wouldn’t expect to see a PCI bus on a Motorola-based machine, but [maniek86]’s homebrew rig offers just that.  That’s a lot of soldering. This computer is a beautiful piece of homebrew engineering, constructed out of protoboard and loose wires rather than any fancy PCB. At the heart of the build lies a Motorola 68000 running at 10 MHz. It’s got 1 MB of SRAM, 4 KB of ROM, and a MC68681P acting as a UART, timer source, and I/O controller. Where things get special, though, is in the inclusion of a Xilinx Spartan II FPGA (XC2S100), which acts as a PCI bridge. It provides the machine with two 32-bit 5-volt PCI slots which are interrupt capable, albeit with no bus mastering. A XC95144XL CPLD also sits present to act as ...

Foldable OLED Displays and the Bane of Dust

Image
Much like Apple’s once vaunted super-slim butterfly keyboard, today’s range of portable devices featuring flexible OLED displays – which can fold said display into a much smaller form factor – are a marvel of engineering. The foldable phone after a dusty encounter. (Credit: iFixit, YouTube) Unfortunately engineering can only do so much against fundamental flaws. In the case of both these flexible OLEDs and butterfly keyboards the main issue is that of dust intrusion, with a recent teardown by [iFixit] going over the reasons for this . As test subject we got a Galaxy Z Fold 8, as an example of a modern-day foldable smartphone-tablet hybrid. This phone has an IP48 rating, meaning that it’s water-resistant, but not dust-resistant for particles smaller than 1 mm. To test this, [iFixit] used UV-reactive dust particles, making sure that they got literally everywhere inside the phone’s hinge mechanism. After this treatment, trying to fold the phone cause...

Quick Share Implemented On A Kindle

Image
Quick Share is a useful tool for flipping files between Android smart phones in a fuss-free wireless manner. [unrealJune] has now implemented the feature on Kindle devices. You’ll need a jailbroken Kindle to use this, which is running the Kindle Unified Application Launcher and KOReader as well. You’ll also want SSH access, and a machine that has Go and Docker for you to build the project. [unrealJune] steps through the steps to compile and install the Quick Share plugin to KOReader, as well as explaining how it works. Notably, it’s receive only—so you can spit files onto the Kindle, but you can’t send them from the Kindle to other devices. The Kindle will also automatically accept files, which is worth noting if you’re security conscious. If there’s no network, the Kindle is also able to appear as its own AP if needed. Think of this as a nifty convenience if you find yourself regularly trying to truck files on to your jailbroken Kindle. It’s ...

NASA Tests Featherweight Radar Antenna for SkyFall Mars Helicopters

Image
After the little Mars helicopter Ingenuity blew everyone away with its performance, it was clear that a future Mars mission should involve more helicopters like it, with even more capabilities. The main proposal here is NASA’s SkyFall mission which would involve three autonomous helicopters, capable of searching for resources like water. To this end they would need a ground-penetrating radar system, with the antenna somehow folding away for landings, an idea that JPL is currently testing . The SkyFall mission is currently penciled in to commence in 2028, following which it will be deployed from the Space Reactor-1 fission reactor-powered spacecraft based around elements of the now discarded Lunar Gateway space station. This obviously poses some uncertainties around when and if this mission will actually take place, but that doesn’t prevent JPL engineers from solving issues with these SkyFall helicopters. As the antenna for the ground-penetrating radar extends beyond the ...

HYDR8 Will Lead You to Water, But Will You Drink?

Image
[Ayushmaan] states up front that most of his free time is spent “building things that probably didn’t need to exist”. Well, this one might be an anomaly, because it seems pretty useful to us. HYDR8, as it says on the tin, is a wearable that knows when it’s time to hydrate . The impetus for this one was something we all chase: the flow state. [Ayushmaan] would sit down, get deep into work, and look up hours later to to find that he had a headache and a full water bottle. Phone reminders were soon swiped away in annoyance. This wearable is based on a XIAO ESP32-C3. It reads heart rate, oxygenation, skin temperature, and both the ambient temperature and humidity. It also learns your personal resting numbers range. Taking all of this into consideration, it generates a heat/hydration stress score between 0-100. The thing is, HYDR8 tells you specifically what to do; sometimes it’s ‘drink water’ and other times, it’s ‘find shade’. ...

Mini Blinking Barrels Keep Desktop Traffic in Check

Image
Your desk or bench is a work area, so why not make it look the part? That’s the idea behind the miniature blinking traffic barrels that [Glen Akins] recently put together . Of course, just a single blinking light doesn’t really sell the idea of a busy construction zone, so he spent a somewhat surprising amount of time and effort optimizing the design for small-scale production. The end result is a fascinating write-up that dives into the design decisions [Glen] made. Every aspect of this project, from the overhang of the “handle” on the 3D printed barrel to the number of passive components on the PCB was carefully considered. Critics may say [Glen] put too much thought into something that didn’t need to be so complex, but projects like these are an excellent way to keep your skills sharp — there’s no such thing as practicing too much. Starting with the design of the barrel itself, we appreciate that [Glen] kept the capabilities of his desktop ...