Hand Controlled Robot Uses Accelerometer

What do orchestra conductors, wizards, and Leap controller users have in common? They all control things by just waving their hands. [Saddam] must have wanted the same effect, so he created a robot that he controls over wireless using hand gestures.

An accelerometer reads hand motions and sends them via an RF module to an Arduino. This is a bit of a trick, because the device produces an analog value and [Saddam] uses some comparators to digitize the signal for the RF transmitter. There is no Arduino or other CPU on the transmit side (other than whatever is in the RF module).

Continue reading “Hand Controlled Robot Uses Accelerometer”

Hebocons And Why They Matter

Everyone remembers Battlebots, and those of us feeling the pains of nostalgia have tuned into the recent reboot on ABC. As with the golden age of Battlebots, all robot fighting competitions eventually become a war between machines perfectly designed for the task. In the original run of Battlebots, this meant a bracket full of wedge bots, with the very cool robots eliminated year after year.

You don’t watch NASCAR for the race, you watch it for the crashes, and professional robot fighting competitions will always devolve into a few hundred laps of left turns. Fire and sparks are great, but there is a better robot fighting competition, and this time anyone can get in the game without spending years working on a robot.

It’s called Hebocon, and it’s billed as, ‘a sumo wrestling tournament for those who don’t have the technical skills to actually make robots’. The best translation I’ve seen is, ‘shitty robot battles’, and it’s exactly what robot battles should be: technical mastery overcome by guile, and massive upsets through ingenious strategy. You won’t get fire and sparks, but one thing is certain: no robot will make it out of Hebocon fully functional, but that’s only because they weren’t fully functional to begin with.

Continue reading “Hebocons And Why They Matter”

Lego Exoskeleton Mimics Pacific Rim

Lego Exoskeleton Controls Pacific Rim Robot

As hilariously outrageous as Pacific Rim was, it was still an awesome concept. Giant robot battle suits, duking it out with the aliens. Well, it looks as if it wasn’t quite as far-fetched as we first imagined. Maker [Danny Benedettelli] just released a video of his very own Lego exoskeleton suit that when worn can be used to control a desktop size Cyclops robot. You might remember [Danny] as the author of The Lego Mindstorms EV3 Library,

The Cyclops robot (also his design) was originally built four years ago using Lego Mindstorms NXT system with an Android phone running a custom app. Cyclops has been upgraded a bit for this demonstration. Now it communicates over Bluetooth with an Arduino to [Danny’s] telemetry suit.

Relatively speaking, the system is pretty simple. The Lego exoskeleton has potentiometers on each joint, which map to a degree of freedom for the robot. When one potentiometer spins, the associated robot joint mimics it. Simple, right?

Continue reading “Lego Exoskeleton Controls Pacific Rim Robot”

Robot On Rails For Time Lapse Photography

What do you get when you cross a photographer with an Arduino hacker? If the cross in question is [nukevoid], you wind up with a clever camera rail that can smoothly move with both shift and rotation capability. The impressive build uses an Arduino Pro Mini board and two stepper motors. One stepper moves the device on rails using some Delrin pulleys as wheels that roll on an extruded aluminum track. The other stepper rotates the camera platform.

The rotating platform is very cool. It’s a plastic disk with a GT2 motion belt affixed to the edge. The stepper motor has a matching pulley and can rotate the platform easily. The GT2 belt only goes around half of the disk, and presumably the software knows when to stop on either edge based on step counts. There’s even a support to steady the camera’s lens when in operation.

Continue reading “Robot On Rails For Time Lapse Photography”

RIP: HitchBot

Equal parts art project and social media experiment, with a dash of backyard hackery “robotics” thrown in for good measure, hitchBot was an experiment in the kindness of strangers. That is, the kindness of strangers toward a beer bucket filled with a bunch of electronics with a cute LED smiley face.

The experiment came to a tragic end (vandalism, naturally) in Philadelphia PA, after travelling a month across Canada, ten days in Germany, and yet another month across the Netherlands. It survived two weeks in the USA, which is more than the cynics would have guessed, but a few Grand Canyons short of the American Dream.

Professors [David Smith] and [Frauke Zeller] built hitchBot to see how far cuteness and social media buzz could go. [Smith], a former hitchhiker himself, also wanted hitchBot to be a commentary on how society’s attitudes toward hitching and public trust have changed since the 70s. Would people would pick it up on the side of the street, plug it in to their own cigarette lighters, and maybe even take it to a baseball game? Judging by hitchBot’s Twitter feed, the answer was yes. And for that, little bucket, we salute you!

But this is Hackaday, and we don’t pull punches, even for the recently deceased. It’s not clear how much “bot” there was in hitchBot. It looks like it had a GPS, batteries, and a solar cell. We can’t tell if it took its own pictures, but the photos on Twitter seem to be from another perspective. It had enough brains inside to read out Wikipedia entries and do some rudimentary voice recognition tasks, so it was a step up from Tweenbots but was still reassuringly non-Terminator.

Instead, hitchBot had more digital marketing mavens and social media savants on its payroll than [Miley Cyrus] and got tons of press coverage, which seems to have been part of the point from the very start. And by writing this blog post, we’re playing right into [Smith] and [Zeller]’s plan. If you make a robot / art project cute enough to win the hearts of many, they might just rebuild it. [Margaret Atwood] has even suggested on Twitter that people might crowdfund-up a hitchBot 2.0.

Our suggestion? Open-source the build plans, and let thousands of hitchBots take its place.

Human Controlled Robot Arm

Human Gestures Control This Robot Arm

[Ray Kampmeier] just finished writing some code to allow him to control his robotic arm using force-sensitive hand gestures! He calls it the Robo Marionette.

He’s using a MeArm 4 DOF robotic arm, a Sensel touch interface, an Arduino Uno, and a servo shield for the Arduino to control the MeArm. All the code you need is available on his GitHub, but unfortunately the Sensel touch interface isn’t actually available to the public yet.

Continue reading “Human Gestures Control This Robot Arm”

3D Mouse Drives Robot Arm

You’ve built the perfect robotic arm. How do you drive it? If you are [angrymop] you interface a 3D mouse from 3DConnexion via a few microcontroller boards. The Spacenavigator mouse is a staple anywhere professional CAD people are working, and it looks like it is a natural fit for a robot arm.

According to [angrymop], the Raspberry Pi can read the mouse’s commands via /dev/hidraw (that’s the raw human interface device). Each motion generates two lines of output. Each line has a unique identifying byte and values corresponding to the axis positions.

The Raspberry Pi then uses an SPI interface to talk to an ARM microcontroller and that drives the servos. The arm (the robot arm, not the processor) itself is well done, made from Lego Technic parts and common RC servos. Not that this is the most amazing thing we’ve ever seen built from Technic, but it is still pretty impressive.

You have to wonder if other 3D controllers might be useful for controlling robot arms or how the Spacenavigator would do controlling a bigger, more capable arm. Then again, maybe this arm would be the right size to build something inspired by Escher.

Continue reading “3D Mouse Drives Robot Arm”