A robotic turret shooting plastic balls at a man

Automated Turret Keeps Dorm Clean, RoboCop Style

Students’ dorm rooms are not generally known to be the most orderly of places. Whether it’s mountains of dishes in the sink, piles of clothes waiting to be washed, or random bits and bobs strewn across the hallway, cleaning up is pretty low on the agenda for many dorm dwellers.

[Luis Marx] seems to have invented a useful solution to his (or his roommates’) sloppiness: a robotic turret that opens fire on anyone who leaves items unattended (video, in German, embedded below). This system uses a set of “clutter sensors” that can be placed in strategic locations around the house and will detect stray objects using ultrasonic sensors. If any are found, the main system is alerted through WiFi. The turret will then search for any persons in its vicinity and start shooting them with little plastic balls.

The turret in question is a beautifully-designed piece of kit made from 3D printed parts and controlled by an ESP32. It can swivel around its axis and tilt up and down using two servos, while its firing mechanism is driven by a DC motor. It tracks its target thanks to a camera-based object sensor that can recognize humans. The whole thing gives us a bit of a RoboCop vibe; we’d half expect it to shout Pick up those clothes. You have twenty seconds to comply.

While this might not be the definitive solution to messy dorm rooms, we like the creative thinking behind it. We’ve seen auto-targeting turrets before, but not in household applications like this. Of course there are plenty of other robots that can help you with domestic tasks.

Continue reading “Automated Turret Keeps Dorm Clean, RoboCop Style”

DIY Hydroelectric Plant

Impressive Off-Grid Hydroelectric Plant Showcases The Hacker Spirit

We all know the story arc that so many projects take: Build. Fail. Improve. Fail. Repair. Improve. Fail. Rebuild. Success… Tweak! [Kris Harbour] is no stranger to the process, as his impressive YouTube channel testifies.

DIY Hydroelectric Plant
An IOT charge controller makes power management easier.

Among all of [Kris’] off-grid DIY adventures, his 500 W micro hydroelectric turbine has us really pumped up. The impressive feat of engineering features Arduino/IOT based controls, 3D printed components, and large number of custom-machined components, with large amounts of metal fabrication as well.

[Kris] Started the build with a Pelton wheel sourced from everyone’s favorite online auction site paired with an inexpensive MPPT charge controller designed for use with solar panels. Eventually the turbine was replaced with a custom built unit designed to produce more power. An Arduino based turbine valve controller and an IOT enabled charge controller give [Kris] everything he needs to manage the hydroelectric system without having to traipse down to the power house. Self-cleaning 3D printed screens keep intake maintenance to a minimum. Be sure to check out a demonstration of the control system in the video below the break.

As you watch the Hydro electric system playlist, you see the hacker spirit run strong throughout the initial build, the failures, the engineering, the successes, and then finally, the tweaking for more power. Because why stop at working when it can be made better, right? We highly recommend checking it out- but set aside some time. The whole series is oddly addictive, and This Hackaday Writer may have spent inordinate amounts of time watching it instead of writing dailies!

Of course, you don’t need to go full-tilt to get hydroelectric power up and running. Even at a low wattage, its always-on qualities mean that even a re-purposed washing machine can be efficient enough to be quite useful.

Thanks to [Mo] for alerting us to the great series via the Tip Line!

Continue reading “Impressive Off-Grid Hydroelectric Plant Showcases The Hacker Spirit”

ESP32 Brings Air Purifier Online With Home Assistant

A lot of hackers are rightfully concerned about the privacy issues that surround many of today’s “smart” gadgets, but it’s hard to argue that the ability to remotely control devices around your home isn’t convenient. Enter self-hosted, open source projects like Home Assistant. This provides the framework for building out a home automation system without having your soul information sold, but as you might expect, you’re going to have to put some effort in to get the most of it.

For example, take a look at this Phillips AC4014 air purifier that [Anton] connected to Home Assistant by way of an ESP32. Rather than getting too bogged down in reverse engineering the purifier’s surprisingly complex internal electronics, he took the easy way out and wired a couple of relays across the power and fan speed buttons; this allows the device to be easily controlled by the microcontroller, without impacting the functionality of the original controls.

But since those front panel controls still work, that meant [Anton] needed a way for the ESP32 to detect the device’s status and report that to Home Assistant so everything stayed in sync. So he looked around on the PCB for a trace that got powered up when the air purifier was up and running, which he connected to a pin of the microcontroller through a transistor. This let’s the firmware determine if the machine is running or not just by checking if the appropriate pin has gone high.

Speaking of the firmware, [Anton] decided to use ESPHome rather than trying to write his own code from scratch. This project allows you to rapidly add new devices to Home Assistant by providing the firmware with a relatively simple YAML configuration file, which he’s provided as an example. In fact, he’s provided quite a lot of examples with this project, down to an annotated image of the PCB that shows where to tap your wires into. He’s done quite a service for anyone who’s got this same model of air purifier.

This unit doesn’t appear to have any capability of actually checking the quality of the air in the room, but we’ve recently seen a low-cost IKEA product that can do exactly that. Even better, it can be easily modified to report its findings over the network using the ESP8266.

Zac shows off his sound diffusion panels

Taking The Bark Out Of Reverb With Wood Scraps

For the past few years, many have become used to having virtual meetings in their homes. Spaces like kitchen tables, couches, spare bedrooms, and hammocks in the yard have all become “offices”. As you can imagine, many of these spaces aren’t well known for their acoustic qualities. [Zac] built a sound diffusion art piece out of scrap pieces of wood to help his office sound better when recording.

Reverb is caused by sound bouncing off hard, flat surfaces like drywall. These reflections are picked up by the microphone and lead to a noticeable drop in perceived sound quality. There are generally two ways to kill reverb in a space: diffusion and absorption. Diffusion is the technique that [Zac] is going for, with thousands of faces at different angles and locations, it breaks up the harsh reflections into millions of tiny reflections. Absorption is usually accomplished with foam and other typically soft substances.

[Zac] happened to have a large pile of offcuts and extra material from past projects of various wood species, making it easy to make a visually interesting piece. He used a table saw to rip them to a consistent width and a drum sander reduced them all to the same depth. Next, the long sticks were cut with a miter saw into 5 different lengths, leaving him with thousands of little pieces of wood. The hard part began when he had to glue several thousand pieces to a plywood backer board with CA glue. Sanding, finishing with poly, and a french cleat made the three pieces ready to hang on the wall.

Overall, the effect is stunning. While we’d love more hard data on the improvement, it certainly does sound better anecdotally. If you’re interested in more woodworking, take a look into making an inlay without a CNC. Video after the break.

Continue reading “Taking The Bark Out Of Reverb With Wood Scraps”

Star Trek Tap Controller, Take Two

Engineering student and DIY enthusiast [Xasin] thought that the usual ways of controlling various home devices, such as phone apps and web interfaces, were too boring. Instead, he developed the wearable Tap interface which is a cross between a Star Trek comms badge and mobile holo-emitter. The basic idea is to control stuff by tapping the pendant. But things got a little out of hand since this project started two years ago.

[Xasin] began with Tap version 1 back in 2019, and learned all about coding for BLE, making 3D printed cases, and eventually working out all the kinks in the system. Tap v1 used capacitive touch sensing, but the current version detects physical taps using an accelerometer and also can detect gestures. Feature creep along the way brings a sensor array, an array of emotive LEDs, an OLED screen, and a speaker. The whole thing is powered by a dual-core ESP32 Pico MCU. [Xasin] has published his project on GitHub in case you want to explore some of these other features on your own.

The project is only partially up and running because a few critical components are unavailable due to the global parts shortage. But it will soon be able to control smart home devices, such as [Xasin]’s standalone Dragon’s Home smart home system that we wrote about earlier this year. If you want to learn more about tap controlling in general, check out this article from 2018. You can see the Tap introduce itself and its features in the short video below the break.

Continue reading “Star Trek Tap Controller, Take Two”

Photo of an automated plant watering system attached to four potted plants.

Automation Allows You To Leaf Your Plants Alone

The greatest threat to a potted plant stems from its owner’s forgetfulness, but [Sasa Karanovic] has created an automation system that will keep his plants from getting too thirsty. Over the past year [Sasa] has been documenting an elegant system for monitoring and watering plants which has now blossomed into a fully automated solution.

If you haven’t seen the earlier stages of the project, they’re definitely worth checking out. The short version is that [Sasa] has developed a watering system that uses I2C to communicate with soil moisture, temperature, and light sensors as well as to control solenoids that allow for individual plants to be watered as needed. An ESP32 serves as a bridge, allowing for the sensors to be read and the water to be dispensed via an HTTP interface.

In this final part, [Sasa] integrates his watering system into a home automation system. He uses a MySQL database to store logs of sensor data and watering activity, and n8n to automate measurement and watering. If something isn’t quite right, the system will even send him a Telegram notification that something is amiss.

If you think automation might be the best way to save your plants from a slow death, [Sasa] has kindly shared his excellent work on GitHub. Even if you don’t have a green thumb, this is still a great example of how to develop a home automation solution from scratch. If you’re more interested in television than gardening, check out [Sasa]’s approach to replacing a remote control with a web interface!

Continue reading “Automation Allows You To Leaf Your Plants Alone”

Curious Marc Takes On Sewing Machine Repair

Even the most talented engineers can be stymied by simple repair projects. In this case, repairing a broken sewing machine has [CuriousMarc] all tangled up.  [Marc] is probably best known as a part of the team who managed to restore and boot up an apollo guidance computer, but he’s worked with plenty of other vintage machines.

This problem hit much closer to home. [Marc’s] daughter wanted to sew a Halloween costume. The machine would boot up fine, but when attempting to sew, it would make a bit of noise, then beep and display “The safety device has been activated”. Not very helpful.

The sewing machine in question is called “Baby Lock Decorator’s Choice” and is manufactured by Brother for Juken. [Marc] of course dug in, and quickly found himself stymied by a clamshell case that just didn’t want to come apart. This is the point where many of us would apply just a little too much force when prying and be rewarded with a broken case.

[CuriuosMarc] is thankfully the more patient sort. Rather than become [FuriousMarc], he carefully persevered to find a hidden screw holding things together. The screw could only be accessed by inserting a screwdriver through a tiny access hole on the front chassis of the machine.
With the screw out, a couple of molded clips were all that held the case sides together. After popping them, [Marc] was finally able to fix the real problem: A toothed belt that had slipped off its cog. That’s it — just a loose belt. The cryptic error code most likely was due to the machine realizing it the motor was on, but the machine wasn’t moving – which would generally indicate something stuck or tangled in the thread path.

This type of repair would be much easier if service manuals were readily available. We did a quick search for this model but didn’t find anything freely available.

Have you gotten stuck by a simple repair? Tell us about it down in the comments.

Continue reading “Curious Marc Takes On Sewing Machine Repair”