Posts

3D Printing Bores Without Support

Image
If you’ve done even a small amount of 3D printing, you probably ran into the challenge of printing a small hole on top of a larger hole. The conventional solution is just to add support, but in the video after the break, [Angus] of Maker’s Muse demonstrates an alternative solution you can implement in CAD, without having to do manual post-processing. This is a common problem when you have a countersink feature for a bolt head or captured nut on the bottom of the part. [Angus] first demonstrates some other techniques, including printing the bore over empty space, adding a sacrificial bridge , and making the overhang 45°. Each of these work but have some trade-offs. The proposed solution is what [Angus] calls sequential overhangs. It involves bridging the sides of the open space in steps to create supporting edges onto which the bore perimeter can print. It starts with 2 or 3 bridging layers to create a rectangle the same width as the bore, and then a second set of bridges at 90° to t...

Hacking a “Smart” Electric Toothbrush To Reset Its Usage Counter

Image
The visible circuitry inside the brush head. Following the trend of stuffing more electronics in everyday devices, the new Philips Sonicare electric toothbrush that [Cyrill Künzi] purchased ended up having a ‘brush head replacement reminder’ feature that wasn’t simply a timer in the handle or base of the unit, but ended up involving an NFC chip embedded in every single brush head containing the usage timer for that particular head. Naturally, this asked for it to be solidly reverse-engineered and hacked . The NFC chip inside the brush head turned out to be an NXP NTAG213 , with the head happily communicating with the NFC reader in a smartphone and the NFC Tools app. This also revealed the memory layout and a few sections that had write access protected by a password, one of which was likely to be the counter. This turned out to be address 0x24, with a few experiments showing the 32-bit value at this address counting the seconds the brush head had been used. Decoding the NFC dat...

AI Image Generation Gets a Drag Interface

Image
AI image generators have gained new tools and techniques for not just creating pictures, but modifying them in consistent and sensible ways, and it seems that every week brings a fascinating new development in this area. One of the latest is Drag Your GAN , presented at SIGGRAPH 2023, and it’s pretty wild. It provides a point-dragging interface that modifies images based on their implied structure. A picture is worth a thousand words, so this short animation shows what that means. There are plenty more where that came from at the project’s site, so take a few minutes to check it out. GAN stands for generative adversarial network, a class of machine learning that features prominently in software like image generation; the “adversarial” part comes from the concept of networks pulling results between different goalposts. Drag Your GAN has a GitHub repository where code is expected to be released in June, but in the meantime, you can read the full paper or brush up on the basics of ho...

Headset’s Poor Range Fixed By Replacing Antenna

Image
[rafii6312]’s Corsair HS80 wireless headset had a big problem: short range. The sound quality was great, but the wireless range wasn’t winning any friends. Fortunately, the solution was just to swap the small SMT antenna on the USB transmitter for an external one . Original SMT antenna (blue component) offers small size, but poor range. This particular headset relies on a USB dongle to transmit audio from PC to headset over its own 2.4 GHz wireless connection. By popping open the USB dongle, [rafii6312] was able to identify an SMT antenna and easily desolder it, replacing it with a wired connection to a spare 2.4 GHz external antenna. That’s all it took to boost the headset’s range from barely one room to easily three rooms, which is a success by any measure. Sadly, the USB transmitter dongle doesn’t have any intention of being opened and puts up a fight, so the process was a bit destructive. No problem, [rafii6312] simply fired up Fusion360 to design a new 3D-printed enclosure t...

Minecraft in Minecraft on the CHUNGUS II

Image
Minecraft is a simple video game. Well, it’s a simple video game that also has within it the ability to create all of the logic components that you’d need to build a computer. And building CPUs in Minecraft is by now a long-standing tradition. Enter CHUNGUS II. The Computational Humongous Unconventional Number and Graphics Unit by [Sammyuri] is the biggest and baddest Minecraft computer that we’ve ever seen. So big, in fact, that it was finally reasonable to think about porting a stripped-down version of Minecraft to the computer itself. Yes, that’s right, Minecraft running in Minecraft . (Video embedded below.) Writing the compiler and programming the game brought two more hackers to the party, [Uwerta] and [StackDoubleFlow], and quite honestly, we’re amazed that a team as small as three people pulled this off. Anyway, once you’ve picked your jaw up off the floor, also check out [Sammyuri]’s video on just the CHUNGUS II computer itself . (Also embedded below.) Seeing the architectu...

Restoring Dot Matrix Printer Cartridges For 2023

Image
The noise of a dot matrix printer is probably as synonymous with 1980s computing as the modem handshake would become with the desktop experience a decade or more later. But unlike the computers that would have driven it, a dot matrix printer can still be a very useful device here in 2023. And why not? They’re cheap to operate and can produce surprisingly good quality when paired with suitable drivers. There is a snag though; while cartridges for popular models can still be found, there are plenty whose consumables are long gone. [Drygol] had an Apple ImageWriter II with exactly that problem, and after finding all his cartridges were non-functional, took a look at how to bring them back . Inside a dot matrix cartridge is a fabric ribbon similar to the one that might once have been found on a typewriter. It’s not on a roll but folded into the space, and it’s drawn through by a pair of rollers. Not only had the ink on the fabric dried out, but the foam on the rollers had also disintegra...

Generating Hydrogen Peroxide for Disinfecting Water Using a Solar-Driven Catalyst

Image
Ensuring that water is safe to use and consume can be a real chore, especially for those who live in impoverished areas without access to safe drinking water. Here is where researchers at Stanford University hope that their recently developed low-cost catalyst can make a difference. This catalyst comes in the form of nano-sized particles (nanoflakes) consisting out aluminium oxide, molybdenum sulfide, copper and iron oxide. When exposed to sunlight,  the catalyst performs like a photon-sensitive semiconductor/metal junction (Cu-MoS 2 ), with the dislodged electrons going on to react with the surrounding water, resulting in the formation of hydrogen peroxide (H 2 O 2 ) and hydroxy radicals. Disinfectant powder is stirred in bacteria-contaminated water (upper left). The mixture is exposed to sunlight, which rapidly kills all the bacteria (upper right). A magnet collects the metallic powder after disinfection (lower right). The powder is then reloaded into another beaker of contam...