Robots Hacks – Hackaday https://hackaday.com Fresh hacks every day Mon, 15 Jun 2026 17:15:07 +0000 en-US hourly 1 https://wordpress.org/?v=7.0 156670177 Building a Ceiling-Based Crane Robot to Keep a Room Clean https://hackaday.com/2026/06/15/building-a-ceiling-based-crane-robot-to-keep-a-room-clean/ https://hackaday.com/2026/06/15/building-a-ceiling-based-crane-robot-to-keep-a-room-clean/#comments Mon, 15 Jun 2026 23:00:02 +0000 https://hackaday.com/?p=1117636 One of the joys you get to experience whether as a proud parent or pet owner is that a lot of things get left around haphazardly. You could of course …read more]]>

One of the joys you get to experience whether as a proud parent or pet owner is that a lot of things get left around haphazardly. You could of course pick every piece of discarded clothing, half-destroyed toy and detritus yourself, but as a parent of three children himself [Nathaniel Nifong] opted to use his engineering background to potentially over engineer a wires-suspended robotic claw to do this picking up for him.

What he calls Stringman robots requires an anchoring point at four corners of a room, after which the robotic crane can then scour across the ceiling, identify targets to pick up and move these to predesignated drop-off points. It’s an open source project with the LeRobot-based firmware available on GitHub in addition to build instructions for the physical hardware. There’s also a pilot run of ready to use hardware and kits for those who want to trial it, but aren’t interested in building it themselves via [Nathaniel]’s company website.

The basic idea is that this crane can run for an hour or so and deal with the mess in its room without having to do anything yourself. The process isn’t perfect yet, of course, with the underlying diffusion transformer to implement machine vision requiring more refinement. The gripper itself struggles with objects like books, which can be a concern for parents and bookworms, and of course while the crane is operating the wires will dip down as a potential risk to anyone in the room.

Compared to an overhead crane like a traditional bridge crane this wire-suspension crane is probably more stable, but either is an interesting engineering challenge when applied to a household. Next it would probably also be cool if items could be put away where they belong instead of dropped into a bin, as so far that task will still be left to deal with by the adult humans.

]]>
https://hackaday.com/2026/06/15/building-a-ceiling-based-crane-robot-to-keep-a-room-clean/feed/ 13 1117636 ceiling_crane_over_engineer_youtube
Robot Chess but Each Piece is a Small Robot https://hackaday.com/2026/06/13/robot-chess-but-each-piece-is-a-small-robot/ https://hackaday.com/2026/06/13/robot-chess-but-each-piece-is-a-small-robot/#comments Sun, 14 Jun 2026 02:00:11 +0000 https://hackaday.com/?p=1117230 We have seen a number of self-playing chess boards over the years, but the general theme has been standard chess pieces moved by either an internal electromagnet or an external …read more]]>
A topless chess piece. (Credit: 3DprintedLife, YouTube)
A topless chess piece. (Credit: 3DprintedLife, YouTube)

We have seen a number of self-playing chess boards over the years, but the general theme has been standard chess pieces moved by either an internal electromagnet or an external robotic arm. This is, of course, a reasonable choice, as it reduces complexity, and sometimes you can even use standard chess pieces on a regular board. But what if each piece could move by itself? That seems cooler, so that’s what [3DprintedLife] did with 3D-printed chess pieces that are also tiny robots.

Although technically not the first, as you can buy the commercial Chessnut Move offering, this being an open hardware and source project makes it a lot more interesting, also because the general design is generic enough to be usable for applications other than just playing chess.

The MiniBots, as the individual pieces are called, are built around a custom PCB with an ESP32-C3 module, two PMO8-2 miniature stepper motors with requisite drivers, a magnetometer, and are powered by a 170 mAh LiPo battery. Communication with the central hub is done using ESP-NOW, with each MiniBot using its own dedicated channel.

This hub’s mainboard also runs on an ESP32-C3 for the wireless interface, while the processing is handled via a serial link with a Raspberry Pi SBC that runs the main Python-based software. Localizing the individual pieces on the board is done by scanning electromagnets embedded in the board and using the readings from the individual magnetometers to triangulate the positions.

Although at the end of the video a basic prototype sort of works, the ESP32-C3, being a single-core MCU, tripped up the firmware, necessitating some changes that should be in the next update, along with power saving and easier recharging being issues to address.

If you want to see a more conventional chess robot, we’ve seen plenty.

]]>
https://hackaday.com/2026/06/13/robot-chess-but-each-piece-is-a-small-robot/feed/ 5 1117230 chess_robot_piece_3dprintedlife_youtube A topless chess piece. (Credit: 3DprintedLife, YouTube)
Print Your Own Robby the Robot https://hackaday.com/2026/06/09/print-your-own-robby-the-robot/ https://hackaday.com/2026/06/09/print-your-own-robby-the-robot/#comments Tue, 09 Jun 2026 23:00:47 +0000 https://hackaday.com/?p=1116803 When it comes to robots, few are as iconic as Robby. [Ogrinz Labs] has wanted to build one and even examined a real one up for auction to get high-res …read more]]>

When it comes to robots, few are as iconic as Robby. [Ogrinz Labs] has wanted to build one and even examined a real one up for auction to get high-res photos of it. He also combined his designs with some other open-source designs, and it looks good. He’s released his design as a Creative Commons-licensed set of STL files that you, in theory, could print. There are more details and instructions in the video below.

If you are looking for something quick to print for the weekend, this isn’t it. As you might expect, this is a lot to print. The creator admits, too, that it isn’t totally accurate. It has bigger feet, for example, so his feet can fit inside. There are a few other modifications made for different reasons, but only a hard-core Robby enthusiast would notice any of them.

In theory, you can wear the robot as a costume, but at the current height, it doesn’t look like that will work for the creator. Also, the joints that would make things rotate are still forward work, but he’s promised to provide updates.

Robby started out on Forbidden Planet and went on to appear in many other movies and TV shows. Much of the original body was vacuum-formed plastic (an early form of ABS known as Royalite).

Thanks to modern slicers, you can easily print the parts on your printer for later assembly, and the video shows you how. You can select what connectors are used, and while we like the dovetail mode for most of what we do, Robby’s clean surfaces need dowel connectors. We would be really excited to see someone take these files and make a working robot based on the design.

We’ve been watching this project for a while. If you are sorry you missed the auction of the original, you aren’t alone. But we couldn’t have afforded the $5,375,000 price tag anyway.

]]>
https://hackaday.com/2026/06/09/print-your-own-robby-the-robot/feed/ 5 1116803 rob
Like a Wire Bender, But For Pop Tubes https://hackaday.com/2026/06/01/like-a-wire-bender-but-for-pop-tubes/ https://hackaday.com/2026/06/01/like-a-wire-bender-but-for-pop-tubes/#comments Mon, 01 Jun 2026 15:30:14 +0000 https://hackaday.com/?p=1115723 Are you familiar with pop tubes? Resembling the corrugated section of a bendy straw, they are at the core of PopTuber, an intriguing research project from the Actuated Experience Lab …read more]]>

Are you familiar with pop tubes? Resembling the corrugated section of a bendy straw, they are at the core of PopTuber, an intriguing research project from the Actuated Experience Lab at the University of Chicago.

With five motors and specialized gears a pop tube can be formed into complex, arbitrary shapes, and just as easily reset.

PopTuber shows how five motors and some specialized gears are all it takes to bend pop tubes into complex and stable 3D shapes. One can design the shapes in software, feed a pop tube into the shaper, and watch the device do the work. Importantly, the device can just as easily reset and re-use the tube. Watch the video (embedded below the page break) to see it in action and get a feel for what it can do.

In concept, it’s a little like a wire-bending machine, although wire benders are bulkier in comparison, more complex to scale, and unbending a wire is a separate process with its own hardware.

This project explores possibilities for a machine that can crank out complex curves on demand, such as oddball user interfaces, physical prototyping, and even a strange sort of physical display. But the real forward-thinking and interesting question researchers asked is whether this idea could be a form of programmable matter. The project shows that five actuators in a relatively compact package are all that’s needed to shape (and reset) a pop tube of arbitrary length in a programmable way, and it can scale easily to different sizes.

Using pop tubes in this way reminds us of an origami-inspired method we covered for making a tube form stable, complex shapes. But it’s also different because origami- and kirigami-inspired methods bake the transformation into the material itself, whereas PopTuber can create arbitrary shapes on demand.

]]>
https://hackaday.com/2026/06/01/like-a-wire-bender-but-for-pop-tubes/feed/ 13 1115723 PopTuber (1)
Classically-named Argus Robot Is Terminator Meets Tumbleweed https://hackaday.com/2026/06/01/classically-named-argus-robot-is-terminator-meets-tumbleweed/ https://hackaday.com/2026/06/01/classically-named-argus-robot-is-terminator-meets-tumbleweed/#comments Mon, 01 Jun 2026 08:00:44 +0000 https://hackaday.com/?p=1115848 If you were making a multi-limbed symmetric nightmare of a robot, where else would you look for a name but Greek Mythology? The team at Duke University that came up …read more]]>

If you were making a multi-limbed symmetric nightmare of a robot, where else would you look for a name but Greek Mythology? The team at Duke University that came up with this particular multi-limbed creature had two obvious choices: name it for one of the Hundred-Handed giants, the Hecatoncheires, or lean on the fact that each limb has its own sensor and go for many-eyed Argus. Argus sounds better to a funding committee, so Argus it is.

Hecatoncheries would be a bit of a reach anyway, considering Argus only has 20 limbs in its current incarnation. It uses what the researchers are calling its ‘dynamic symmetry’ to get around– extending and retracting its many limbs to exert forces in any direction, it can bounce about like a beach ball on a windy day.

At least in the embedded demo video, it seems to work surprisingly well. If you want to try it for yourself but don’t have a robot-building research grant, you’re in luck. The team at Duke has an open-source simulator available on GitHub so you can explore the concept, including trying variants with more and fewer legs than the 20-limbed unit featured here. Given that it works with only a dozen effectors, you can imagine the Argus we see has a certain degree of redundancy, something funder DARPA is doubtless keen on.

It is an oddball idea, and something we might imagine seeing in Star Wars, but it’s obviously got its pluses. We can’t really imagine any of the humanoid robots we’ve seen doing parkour like this thing. Somehow it’s less creepy than the robot dogs that are becoming common — along with being security risks.

]]>
https://hackaday.com/2026/06/01/classically-named-argus-robot-is-terminator-meets-tumbleweed/feed/ 43 1115848 argus-robot-feat
Unitree GO-M8018-6 Motor Reverse Engineering https://hackaday.com/2026/05/23/unitree-go-m8018-6-motor-reverse-engineering/ https://hackaday.com/2026/05/23/unitree-go-m8018-6-motor-reverse-engineering/#comments Sat, 23 May 2026 08:00:01 +0000 https://hackaday.com/?p=1111849 People seem to be rather into the Unitree Go2 quadruped robot, if only for the low price tag. But perhaps more interesting are the motors that propel it — they …read more]]>

People seem to be rather into the Unitree Go2 quadruped robot, if only for the low price tag. But perhaps more interesting are the motors that propel it — they appear to be similar to the Go1’s GO-M8010-6 motors that Unitree also sells, with [Thomas Flayols] currently working on reverse-engineering its proprietary driver using the publicly available documentation for that motor and some reverse-engineering.

These motors are an assembly that includes a reducer, magnetic encoder, 3-phase inverter, current sensing, an RS-485 bus and a Cortex-M0-based CMS32M57xx MCU, all in a very capable package intended for robotics applications where a compact actuator is needed.

The first step of reverse-engineering involved the physical PCB, made all the more difficult as Unitree was so kind as to remove all markings on the ICs. Fortunately using an X-ray machine and some sleuthing it was possible to deduce the MCU and other components. Following this SWD/OpenOCD access to the MCU could be established and the firmware key extracted from the bootloader SRAM.

Although the firmware was encrypted, a locally recovered key was found to decrypt it. This allowed for an initial custom firmware to be developed, which [Thomas] hopes to develop into a fully featured open source firmware. Doing so would obviously open these motors to a larger audience outside of Unitree’s ecosystem, as they are pretty good value for what they offer mechanically.

It might give the associated Go2 robot a new life too considering the serious malware accusations and security issues pertaining to its firmware.

]]>
https://hackaday.com/2026/05/23/unitree-go-m8018-6-motor-reverse-engineering/feed/ 10 1111849 unitree_go-m8018-6_motor_controller_thomas_flayols
Autonomous Submarine Relies On Color Detection https://hackaday.com/2026/05/22/autonomous-submarine-relies-on-color-detection/ https://hackaday.com/2026/05/22/autonomous-submarine-relies-on-color-detection/#comments Fri, 22 May 2026 11:00:46 +0000 https://hackaday.com/?p=1112072 We talk about all kinds of autonomous vehicles here at Hackaday, from aerial drones to rugged rovers. A little less common are the submarine builds, likely due to their technical …read more]]>

We talk about all kinds of autonomous vehicles here at Hackaday, from aerial drones to rugged rovers. A little less common are the submarine builds, likely due to their technical complexity. That said, though they perhaps benefit most from autonomy given they’re so hard to talk to while underwater. In any case, [Ayman] has built an impressive sub that uses some rudimentary techniques to navigate around while under the surface. 

The build uses typical construction techniques for DIY subs of this size, with a clear acrylic tube serving as the body of the craft. It’s carefully sealed to ensure water ingress doesn’t send it to the bottom, using nifty tricks like a magnetic coupling for the prop. Inside, there’s a Raspberry Pi 4, kitted out with an Arducam IMX708 camera with a wide angle lens. It’s joined by a BNO085 inertial measurement unit, along with two BMP280 pressure sensors for keeping track of motion and the sub’s vital signs, while a DRV8833 motor controller runs the main drive motor.

There’s also an ESP32 which helps out with motor and servo control for steering, and ballast control. Sinking and floating the sub is handled with a pair of two ballast tanks constructed out of 5 mL syringes that are driven in and out with high-torque output gear motors. The build uses an antenna buoy so that communication can be maintained with the sub when it’s within a certain range of the surface.

A neat addition to the sub is its autonomous navigation code. [Ayman] whipped up some simple object avoidance routines, which rely on the Raspberry Pi’s camera. The code uses HSV values to track specific colored objects and avoid them, which proves more reliable than RGB as it allows tracking color in a largely brightness-independent manner.

Although we’ve featured other builds that use similar construction techniques, seeing a transparent submarine gliding through the water will always make us think of the incredible Open Source Underwater Glider that won the 2017 Hackaday Prize.

]]>
https://hackaday.com/2026/05/22/autonomous-submarine-relies-on-color-detection/feed/ 5 1112072 maxresdefault (7)