Tiny Robot Jazz

Microcontroller-based projects don’t have to be fancy to be fantastic. Case in point: [r0d0t]’s “Musicomatic: the random jazz machine“. Clever programming and a nice case can transform a few servos and a microcontroller into something delightful.

musicomat_schematicsHardware-wise, there’s really nothing to see here; a speaker and some servos are hooked up to an ATmega328. We think it’s cute to have the microcontroller control its own power supply through a relay, but honestly a MOSFET in place of the relay or better still using the AVR’s shutdown sleep mode would be the way to go.

Nope, where this project shines is the programming. Technically, it might make some of you cringe — full of blocking delays and other coding “taboos”. But none of that matters, because [r0d0t] put his work in where it counts: the music. You simply must hear it for yourself in the clip after the break.

The basis of making music that humans like is rhythm, so [r0d0t] doesn’t leave this entirely to chance. The array “rhythms” has seven beat patterns that get randomly selected. The other thing humans like is predictability and repetition, so choruses and “improvs” repeat as well. All of the random notes are constrained to the pentatonic scale, which keeps it from ever sounding too bad. (The secret sauce of Kenny G.)

In short, [r0d0t] packs a lot of basic music theory into a very basic device, and comes up with something transcendent. We’re a bit reminded of the Yellow Drum Machine robot, and that’s high praise. Both projects are testaments to building something simple and then investing the time and effort into the code to make the project awesome.

For another slice of [r0d0t]’s excellent minimalist pie, check out his take on the classic Snake game: Twisted Snake.

Continue reading “Tiny Robot Jazz”

Robot Camel Jockeys

You might think we’re sinking to lowest-common-denominator, click-bait headlines like the rest of the online press. We’re not. The New York Times Video Notebook series has a story on camel racing that you’ve just got to see in the video after the break.

robotPreviously, the camel races in Abu Dhabi had used small children as jockeys because they’re lightweight. Unfortunately, this lead to illegal trafficking of small children, mostly orphans. That won’t do. So they came up with a technological solution.

Strap a cordless drill with a purpose-built whip in the chuck onto the back of your camel. Add a car-remote keyfob to activate, and a two-way radio so that you can shout encouragement into your animal’s ear at just the right times. Now just chase the racers down the highway in an SUV and it’s like you’re there on the camel’s back!

talkingWe love the little silk suits that the drillbot-jockeys get to wear, but we’re not sure that cordless drills with walkie-talkies and remote controls count as “robots” really, because they don’t do anything autonomous. We think they’re more accurately described as “telepresence agents”.

Continue reading “Robot Camel Jockeys”

Interactive Robot: Project Naughty Ball

A month before the Bay Area Maker Faire, there were ominous predictions the entire faire would be filled with BB-8 droids, the cute astromech ball bot we’ll be seeing more of when The Force Awakens this December. This prediction proved to be premature. There were plenty of R2 units droiding around the faire, but not a single BB-8. Perhaps at the NYC Maker Faire this September.

skeletonRegarding ball bots, we did have one friendly rolling companion at Maker Faire this year. It was a project by UC Davis students [Henjiu Kang], [Yi Lu], and [Yunan Song] that rolls around, seeking out whoever is wearing an infrared ankle strap. They team is calling it Project Naughty Ball, but we’re going to call it the first step towards a miniature BB-8 droid.

The design of the Naughty Ball is somewhat ingenious; it’s set up as a two-wheel balancing bot inside a clear plasic sphere. A ton of batteries work well enough as the ballast, stepper motors and machined plastic wheels balance and steer the ball bot, and the structure on the top hemisphere of the ball houses all the interesting electronics.

There is a BeagleBone Black with WiFi adapter, a few motor drivers, an IMU, and a very interesting 3D printed mount that spins the robot’s eyes – infrared cameras that spin around inside the ball and track whoever is wearing that IR transmitting ankle band.

As far as robotics project go, you really can’t do better at Maker Faire than a semi-autonomous ball bot that follows its owner, and the amount of work these guys have put into this project sends it to the next level. You can check out a video description of their project below.

Tin Spider Is 13-foot Rideable Strandbeest

Arguably our best find at Bay Area Maker Faire this year was the Tin Spider built by [Scott Parenteau]. He constructed the 13-foot tall vehicle to take with him on his very first trip to Burning Man back in 2012. There’s very little information available online so we were excited that [Scott] spent some time speaking with us on Saturday.

Continue reading “Tin Spider Is 13-foot Rideable Strandbeest”

Robo Lamp Is Too Damn Cute!

Remember the Pixar lamp? Well, [Rick] from [Phlegmatic Prototyping] decided to build his own.

It’s actually the third iteration of the project, the first being made from a cheap camera sensor, an ATMega328, a computer mouse and laser cut parts. The second iteration… sounds like it was the Pixar Lamp — and due to possible copyright infringement [Rick] decided not to show it off. Which brings us to number three, Robolamp the Third.

Quite obviously not the Pixar lamp now, [Rick] designed the whole thing in 3D CAD and had it printed at Shapeways. It uses a CMUCAM5 vision sensor that detects color hues, allowing the lamp to track colorful objects, like an orange, which ends up looking painfully cute. Just take a look at the video.

Continue reading “Robo Lamp Is Too Damn Cute!”

SPARC: A Voice Controlled Robot Sings Sweetly In DTMF

One of the recurring themes of science fiction is the robot. From such icons as C-3PO and R2D2 in Star Wars to WALL-E and Eve, robots have always had a certain appeal. Inexpensive microcontrollers like the Arduino have opened up the world of robotics to more people. [JohnFin] has done just this. By linking two Arduinos as the brain, he has created a voice controlled robot he calls S.P.A.R.C. (Sentry/Project Assistant/Robot Companion).

It began when he received a robotic arm for Christmas and was disappointed by it. Instead of simply building a better arm, he got “carried away” and built an entire robot instead. The entire project took three months, most of which he spent learning programming.

SPARC has three sonar sensors for detecting obstacles and movement, an arm and a couple of interchangeable hands for holding objects, and an EasyVR Arduino Shield for the voice control. The robot’s “eyes” are an LED ‘KITT’ scanner and an AN6884 VU meter chip that flashes the “eyes” when the robot speaks. It carries an onboard smartphone to look up weather, play music from the phone’s SD card, and GPS functions.

SPARC can respond to a range of commands and games including “follow me” and “singing.” [JohnFin] has also added a “sequencer” function to record and playback a series of commands. A video of this feature can be found after the break.

Continue reading “SPARC: A Voice Controlled Robot Sings Sweetly In DTMF”

The Simplest Quadrupedal Robot Ever

Wheeled and tracked robots are easy mode, and thanks to some helpful online tutorials for inverse kinematics, building quadruped, hexapod, and octopod robots is getting easier and easier. [deshipu] came up with what is probably the simplest quadruped robot ever. It’s designed to be a walking robot that’s as cheap and as simple to build as possible.

The biggest problem with walking robots is simply the frame. Where a wheeled robot is basically a model car, a walking robot needs legs, joints, and a sturdy frame to attach everything to. While there are laser cut hexapod frames out there, [deshipu]’s Tote robot uses servos for most of the skeleton. The servos are connected to each other by servo horns and screws.

The electronics are based on an Arduino Pro Mini, with a PCB for turning the Arduino’s pins into servo headers. Other than that, a 1000uF cap keeps brownouts from happening, and a 1S LiPo cell provides the power.

Electronics are easy, and the inverse kinematics and walking algorithms aren’t. For that, [deshipu] has a few tutorials for these topics. It’s a very complete guide to building a quadruped robot, but it’s still a work in progress. That’s okay, because [deshipu] says it will probably remain a work in progress until every kid on Earth builds one.