Strong Little Robots With Gecko Technology

If you need to build a robot to carry something, you need a bit motor, right? Not so with these tiny robots out of Stanford’s Biomimetic Dexterous Manipulation Laboratory. One of these 12g MicroTugs can drag a 600g mug of coffee across a table, or even a 12kg weight. According to the authors, it’s a, ‘capability … comparable to a human dragging a blue whale.’ Square-cube law notwithstanding, of course.

What makes these little robots so strong? It’s not the actuators; it’s their feet. On the bottom of this robot is a material that uses mechanical anisotropic adhesion, a fancy material that only sticks to flat surfaces when it’s being pulled in a specific direction.

The best description of this material inspired by gecko feet would be this video, also from the Stanford BDML lab. It’s a neat material that we’ll probably find in Post-It notes in a decade, and with a single motor, a tiny robot can lift thousands of times its own body weight.

Videos below. Thanks [Adrian] for the tip.

Continue reading “Strong Little Robots With Gecko Technology”

BB8 Star Wars Droid

Mini BB-8 Droid Made From A Sphero

Hot on the heels of discovery that the BB-8 Droid from the new Star Wars movie is real, [Christian Poulsen] has made the very own miniature version of it!

It’s a brilliantly simple hack actually. Remember the Sphero? It’s a remote controlled ball you can drive around with your phone — great fun, but surprisingly not many people have hacked it…

The ball has an internal structure that allows it to roll around with ease. Which also means it has a fixed up direction — at least inside of the ball. All [Christian] had to do was crack it open and throw a magnet on the top of the inner-assembly. He then machined the droid’s head out of foam with another magnet (or metal, we’re not too sure) and boom-bada-bing it stays in place as the ball rolls.

Stick around after the break to see some GIFs of it adorably rolling around — and into things.

Continue reading “Mini BB-8 Droid Made From A Sphero”

BB-8 Is Real! But How Did They Do It?

BB-8 the new droid in the star wars franchise made his first public appearance (YouTube link) at Star Wars Celebration last week. While cast and crew of the movie have long said that BB-8 is real, seeing it up on stage, driving circles around R2D2 takes things to a whole new level. The question remains, how exactly does it work?

new petOur (and probably any other tech geek worth their salt’s) immediate reaction was to think of xkcd’s “New Pet” comic. All the way back in 2008, [Randall Munroe] suggested omnidirectional wheels and magnets could be used to create exactly this kind of ‘bot. Is this what’s going on inside BB-8? No one knows for sure, but that won’t stop us from trying to figure it out!

BB-8’s family tree may actually start with Sphero. Fortune reports  that Sphero was part of Disney’s accelerator program in 2014. Each company in the accelerator program gets a mentor from Disney. Sphero’s mentor was Disney CEO Bob Iger himself.

The Head

So if BB-8’s body is based on a Sphero, how does the head work? The Disney crew has been mum on this so far, but there is plenty of speculation! If you watch the video in HD, several flashes can be seen between the body and head gap. These might be status LEDs on BB-8’s electronics, but they could also be IR LEDs – possibly part of an optical mouse style sensor. Sensor fusion between gyroscopes, accelerometers and the optical flow sensors would make for a robust solution to the inverted pendulum problem presented by BB-8’s head.

How do you think BB-8 works? Is it magnets, motors, or The Force? Let us know in the comments!

Continue reading “BB-8 Is Real! But How Did They Do It?”

Robot Guitar Rocks Out

Robotic Player Guitar Rocks Out On Its Own

Back in 1988 [Ben Reardon] walked through the Japanese pavilion at the World Expo held in Brisbane, Australia. He saw a robot playing a classical guitar, and was in awe. Later in his life, he decided to learn guitar, and always thought back to that robot. After going to SIGGRAPH 2014 and being inspired by all the creative makers out there, he realized the technology was here — to build his own Robot Guitar.

He started small though — with a prototype robotic Tambourine. It helped flush out some of the ideas for coding that he would eventually employ on the Robot Guitar. The guitar features both an Arduino and a Raspberry Pi, along with six RC servos — one for each string. The biggest challenge with the project was getting the servos mounted just right — stiff, but with adjustment so each pick could be tuned for identical timing. He ended up using aluminum extrusion to mount the servos, three per side in order to leave space for the picks.

Once the mechanical portion was done — onto the coding…

In the end, it ended up being only 460 lines of code. Python and a bit of Bash for the Raspberry Pi — and of course a few sketches for the Arduino. But enough talking about it — let’s hear it!

Continue reading “Robotic Player Guitar Rocks Out On Its Own”

In Which Robots Fight The Console Wars

Though the names have changed over the years, the console wars wage on. [moop] must have been feeling nostalgic for the NES vs. SEGA days when he started his current project, Foobot, which is a tabletop football (soccer) game played by robots that are controlled with classic NES and SEGA controllers.

Each team has two robots that tool around on laser-cut perspex wheels attached directly to 16,000RPM motors. An SN754410 controls the motors, and each robot has an ATtiny2313 brain. They all communicate with a single transmitter over their 433MHz 1402 radio receiver modules. To avoid collisions, [moop] used a packet system, wherein each robot has an ID. The messages all contain a robot ID, message payload, and checksum. The robots ignore messages addressed to others, and any message with an invalid checksum.

[moop] has made everything available on his github, including the PCB layouts and CAD files for the robot chassis and transmitter case. Watch them battle it out after the break. If the Foobots have riled you up about vintage gaming, check out these sweet arcade hacks.

Continue reading “In Which Robots Fight The Console Wars”

Actobotics Competition

SparkFun Stair Climbing Robot Challenge

In case you missed it, SparkFun recently held the Actobotics Stair Climber Challenge competition, where you could build a robot capable of ascending stairs and win some sweet SparkFun cash!

The contest is over now and the winners have just been announced — and some of the bots the contestants came up with are just plain awesome!

First prize went to the [Jaeger Family] who built a wheeled robot that can roll right up stairs without even batting an eyelash — it’s pretty cool to see. Check that out and more below.

Continue reading “SparkFun Stair Climbing Robot Challenge”

14 Wheel Drive

14 Wheel Drive Vehicle Climbs Over Most Things

What do you get when you cross 7 hobby gearboxes with 14 wheels and a LiPo battery? Instead of speculating an answer, we can just check out one of [rctestflight’s] projects.

He came across those hobby gearboxes and thought it would be fun to build a 14 wheel drive contraption. Each gearbox has its own motor and is wrapped up in a nice tidy package also including the axle and wheels. All of the wheels mounted on a straight board wouldn’t be much fun so [rctestflight] used heavy duty zip ties that act as a flexible frame to connect one gearbox to the next. This allows the vehicle to bend and climb over obstacles while keeping as many wheels in contact with the ground as possible.

14 Wheel Drive

All 7 motors are powered by a single cell LiPo battery. In the video after the break it appears the vehicle can steer or that it is remotely controlled, but that is not the case. Once the battery is plugged in it just goes forward. This isn’t the first time one of [rctestflight’s] projects has been featured on Hackaday, check out his Free Falling Quadcopter Experiment.

Continue reading “14 Wheel Drive Vehicle Climbs Over Most Things”