A circular wheeled robot sits on a white background. There is a green tank of butane/propane in the center surrounded by wires and electronics.

Doomba: Purifying Your Floors With Fire

If you’ve ever thought that your floor cleaning robot eating the fringe on your rug wasn’t destructive enough, [Kyle Brinkerhoff] is working on a solution — Doomba.

This blazingly fast RC vehicle has a tank of butane/propane gas nestled snugly amid its electronics and drive system to fuel a (not yet implemented) flamethrower. Watching how quickly this little bot can move in the video below certainly made our hearts race with anticipation for the inevitable fireworks glory of completed build. Dual motors and a tank-style drive ensure that this firebug will be able to maneuver around any obstacle.

As of writing, the flamethrower and an updated carriage for the drivetrain are underway. Apparently, spinning very quickly in circles can be just as disorienting for robots as it is for us biological beings. During the test shown below, the robot kicked out one of its drive motors. [Kyle] says the final touch will be putting the whole assembly inside an actual Roomba shell for that authentic look.

With spooky season upon us, it’s always good to have the cleansing power of fire at hand in case you find more than you bargained for with your Ghost-Hunting PKE Meter. While there’s no indication whether Doomba can actually run DOOM, you might be interested in this other Doomba Project that uses Roomba’s maps of your house to generate levels for the iconic shooter.

Continue reading “Doomba: Purifying Your Floors With Fire”

Back of the dock shown. You can see that the dock is milled out of a massive chunk of aluminium, and you can see the charging, HDMI and Ethernet ports being accessible on the back.

Nintendo Switch Stock Dock Imperfect? Mill Your Own!

Despite the seat of honor it enjoys in literally millions of households, the official Nintendo Switch Dock is certainly far from perfect. For one, it’s not milled out of a hefty block of aluminum. A less apparent but no less important issue is that the ports are positioned kind of awkward – [Kevin] from Modified believes that the USB ports should be facing the front side, while the HDMI, Ethernet, and charging inputs should be on the backside — a reasonable position. He set out to fix both of these problems at the same time, and tells us the CNC-heavy rebuild story in a short but captivating video.

The original dock consists of two PCBs, and these two boards are the only thing [Kevin] didn’t redesign from scratch. As they’re connected with a flexible cable, he could freely rotate and thus completely reposition the ports-equipped board without soldering. He added some standoffs to secure this board to the case, and after 3D printing a few iterations for test-fitting, the milling went on for all of us to marvel at.

The resulting dock is pretty, functional, and even has some extra features — for instance, the “i” in the embossed Nintendo logo lights up when the dock is in use. In no small part due to the Nintendo logo, we don’t expect this one to grace store shelves, but we hope that it provides inspiration to other makers to do their builds. If you like this rebuild and crave more, whether you’re looking for inspiration, CNC work insights, or pretty milling videos, [Kevin]’s milled Xbox case project is an excellent “Watch next” choice.

Continue reading “Nintendo Switch Stock Dock Imperfect? Mill Your Own!”

Mouse Finds New Home In Pinball Machine

Restoring pinball machines is an excellent hobby, and can even be more than that as we see businesses like bars and museums focusing on them as a main attraction. There’s all kinds of intrigue to be found, from esoteric mechanical systems to classic electronics and unique artwork. For those building new pinball machines, though, one way to bypass a lot of the hassle of finding antiquated parts is to build a digital machine with an analog feel, like this machine which repurposes a computer mouse in an interesting way.

One of the important design considerations with a more modern system like this is to preserve the mechanical components that the player interacts with, in this case the plunger. This pinball machine is really just a large screen driven by a computer, but the plunger is a spring-loaded one from an old analog machine. Attached to the end of the plunger inside the cabinet is a cloth strap which passes underneath an old optical mouse. When the plunger is pulled and released, the mouse registers the position of the plunger and sends that information to the computer controlling the pinball display.

We really appreciate a KISS-style design like this in general. Mice are a proven, reliable technology and the metal components of the plunger are unlikely to ever wear out, which means that at least this part of the new pinball machine is unlikely to need much maintenance over the lifespan of the cabinet itself. For other ways of preserving the original feel of old machines, take a look at this build which incorporates all kinds of tricks within a MAME cabinet.

Screenshot of the PS4 screen, showing a "Waiting to receive disc image file..." notification on the left, and a Windows commandline window with nc running on the right, sending an .iso file to some IP address - presumably the PS4

Subverting PS4 And PS5 Through The PS2 Emulator

Game console hacking remains a fascinating area, and we’re glad when someone brings the spoils of exploration for us to marvel at. This time, we’re looking at the [mast1c0re] hack story by [cturt] – an effort to find bugs in PS2 emulation toolkit present on Sony PlayStation 4 and 5 consoles, proving fruitful in the end. What’s more, this exploit seems unpatchable – not technically, but under the Sony’s security practices, this emulator falls under the category of things they refuse to patch when identified.

In this story, we’re taken on a journey through the PS2 emulator internals, going through known-exploitable PS2 games and learning about a prospective entry point. Circling around it, collecting primitives and gadgets, bypassing ASLR on the way there, the emulator is eventually escaped, with a trove of insights shared along the way. As a demonstration, [cturt] successfully loaded a different PS2 game from outside the PS2 emulator, transferring it to the PS4 over WiFi! Continue reading “Subverting PS4 And PS5 Through The PS2 Emulator”

Laser Zaps Cockroaches Over One Meter

You may have missed this month’s issue of Oriental Insects, in which a project by [Ildar Rakhmatulin] Heriot-Watt University in Edinburgh caught our attention. [Ildar] led a team of researchers in the development of an AI-controlled laser that neutralizes moving cockroaches at distances of up to 1.2 meters. Noting the various problems using chemical pesticides for pest control, his team sought out a non-conventional approach.

The heart of the pest controller is a Jetson Nano, which uses OpenCV and Yolo object detection to find the cockroaches and galvanometers to steer the laser beam. Three different lasers were used for testing, allowing the team to evaluate a range of wavelengths, power levels, and spot sizes. Unsurprisingly, the higher power 1.6 W laser was most efficient and quicker.

The project is on GitHub (here) and the cockroach machine learning image set is available here. But [Ildar] points out in the conclusion of the report, this is dangerous. It’s suitable for academic research, but it’s not quite ready for general use, lacking any safety features. This report is full of cockroach trivia, such as the average speed of a cockroach is 4.8 km/h, and they run much faster when being zapped. If you want to experiment with cockroaches yourself, a link is provided to a pet store that sells the German Blattela germanica that was the target of this report.

If this project sounds familiar, it is because it is an improvement of a previous project we wrote about last year which used similar techniques to zap mosquitoes.

Continue reading “Laser Zaps Cockroaches Over One Meter”

Infrared controller and receiver board

Your Own Home IR Cloner

Many devices use infrared (IR) as a signalling medium like, for example, RGB LED strip controllers
modules and some TV controllers. Often times these signals aren’t meant for secure applications which means the functionality can be reproduced by simply replaying back the received signal verbatim. Sometimes, enterprising hackers want to reverse engineer the IR signals, perhaps to automate some tasks or just to get a better understanding of the electronics we use in our everyday life. To help in this effort, [dilshan] creates an open source hardware IR cloner device, capable of snooping IR signals and retransmitting them.

The IR cloner is a sweet little IR tool that can be used to investigate all sorts of IR signals.
In addition to the source code and design files, [dilshan] has also taken care to create detailed documentation as an addendum to the video on assembly and usage. Continue reading “Your Own Home IR Cloner”

Fermenter on the desk, with the front door opened and some tempeh disks visible inside of it

Hackaday Prize 2022: An Easy-To-Build Fermenter For Tempeh

[Maud Bausier] and [Antoine Jaunard] believe we should all know about tempeh — a traditional Indonesian food made out of legumes fermented with fungi. To simplify the process a bit: you get some soybeans, add a tempeh starter fungi culture to them, ferment them a while, and out comes the tempeh. It’s a great source of proteins that’s relatively easy to grow on your own. One catch, though — you do need a certain kind of climate to have it develop properly. This is why [Maud] and [Antoine] are bringing a tempeh fermenter design to this year’s Hackaday Prize.

Ready tempeh disks cut into long pieces, showing the cross-section of some. It looks pretty tasty!This fermenter’s controller drives a heating element, which adheres to a pre-programmed fermentation cycle. It also has a fan for airflow and keeping the heat uniform.

The fermenter itself is a small desktop machine with a laser-cut case helped by some CNC-cut and 3D-printed parts, electronics being a simple custom PCB coupling a Pi Pico with widely-available modules. This is clearly a project for someone with access to hackerspace or fab lab resources, but of course, all of the files are on GitHub.

Once built, this design allows you to grow tempeh disks in home conditions on a small scale. It seems the design is mostly finalized, but if you’d like to hear news about this project, they have a blog and a Mastodon feed with some recent updates.

We’ve covered a whole lot of fermentation-related hacks over these years. Most of them have been alcohol-related, but every now and then we see people building fermentation equipment for other food materials, like vinegar, yogurt and sourdough. Now, having seen this fermenter, we’ve learned of one more food hacking direction to explore. This project is one of 10 finalists for our latest Hackaday Prize round, Climate-Resilient Communities. It’s a well-deserved win, and we can’t wait to see where it goes!