HobbyKing Cheetah: Building Running Robots From Hobby Motors

[Ben Katz] is building a running robot from hobby level brushless motors, all on his blog under the tag, “HobbyKing Cheetah.

One of the features of fancy modern industrial motor and controller sets is the ability for the motor to act as a mass-spring-damper. For example, let’s say you want a robot to hold an egg. You could have it move to the closed position, but tell the controller you only want to use so much force to do it. It will hold the egg as if there was a spring at its joint.

Another way you could use this is in the application of a robot leg. You tell the controller what kind of spring and shock absorber (damper) combination it is and it will behave as if those parts have been added to the mechanism. This is important if you want a mechanical leg to behave like a biological leg.

[Ben] had worked on a more formal project which used some very expensive geared motors to build a little running robot. It looks absolutely ridiculous, as you can see in the following video, but it gives an idea of where he’s going with this line of research. He wanted to see if he could replace all those giant geared motors with the cheap and ubiquitous high performance brushless DC motors for sale now. Especially given his experience with them.

So far he’s done a very impressive amount of work. He’s built a control board. He’s characterized different motors for the application.  He’s written a lot of cool software; he can even change the stiffness and damping settings on the fly. He has a single leg that can jump. It’s cool. He’s taking a hiatus from the project, but he’ll be right back at it soon. We’re excited for the updates!

How To Keep An Unruly Dryer In Line

If necessity is the mother of invention, then inconvenience is its frustrating co-conspirator. Faced with a finicky dryer that would shut down mid-cycle with a barely audible beep if its load was uneven (leaving a soggy mass of laundry), [the0ry] decided to add the dryer to the Internet of Things so it could send them an email whenever it shut itself down.

After opening a thinger.io account, adding the soon-to-be device, and setting up the email notification process, [the0ry] combined the ESP8266 Development Board, a photosensitive resistor, and a 5V power supply on a mini breadboard. All that was left was to mount it on the dryer and direct the LDR (light-dependent resistor) to the machine’s door lock LED to trigger an email when it turned off — indicating the cycle had finished or terminated prematurely. A little tape ensured the LDR would only be tripped by the desired light source.

If you’re an apartment-dweller have WiFi in the wash area it would be awesome to see a battery-powered version you take with you. But in general this is a great hardware blueprint as many device have status LEDs that can be monitored in a similar way. If you want to keep the server in-house (literally in this case) check out the Minimal MQTT series [Elliot Williams] recently finished up. It uses a Raspberry Pi as the center server and an ESP8266 is one of the limitless examples of hardware that plays nicely with the protocol.

We love seeing hacks like this because not only does it conserve water and energy by reducing instances of rewashing, but it’s also a clever way to extend the life of an appliance and potentially save hundreds of dollars in replacing it. Add this to the bevvy of hacks that add convenience to one’s home — some of which produce delicious results.