7 foot long flying dragon breathes fire

What do you have to do to win best of show at an R/C event in Toledo? Build a 7 foot long fire breathing radio controlled dragon of course! [Rick Hamel] stuffed his electronics, a turbine engine, a kerosene tank, and a stun gun into a home built body shaped like a dragon. You can see a few construction pics that show how he is able to steer. It looks like it flies just like any r/c airplane. This one, however could burn down a village and keep going. Check out the videos after the break to see it flying and testing out its fire breathing mechanism.

[Read more…]

Reverse engineering a Futaba SBUS remote control

In the world of model aircraft, Futaba’s SBUS system is a big deal. Instead of having one servo per channel, the SBUS system allows for 16 proportional controls and two digital channels for each receiver. Basically, if you’re building an awesome plane with retracts on the landing gear and bomb bay doors, this is what you want to use. [Michael] wanted to use a few SBUS servos for a project he’s working on, so of course he had to reverse engineer this proprietary protocol.

Each SBUS servo operates over a single 100kbps serial connection with a few interesting twists: the signal is transmitted as big endian, but the individual bytes are little endian, something [Michael] figured out after stumbling across this month old mbed post. [Michael] used a serial library written by [fat16lib] and was able to change the parity and stop bits along with a simple hex inverter. Everything worked perfectly when the servo was connected to a an Arduino Mini.

Even though the SBUS system requires special Futaba servos, we can easily see how useful [Michael]’s work would be to outrageously complex robots or cnc machines. Check out the video after the break for a quick demo of [Michael]’s breadboard controlling one of these SBUS servos.

[Read more…]

Make your RC car drive itself with this simple brain swap

arduino-rc-conversion

If the kids have lost interest in that RC car or truck you bought them over the holidays, [Randy Sarafan] from Instructables has a few ideas that might help make the toys fun again, while teaching your kids a bit about electronics in the process. In his writeup, he shows how to swap out the brains of your run of the mill RC truck, enabling it to do far more than was originally intended. The procedure is pretty simple, and something that you can easily involve your kids in, if you’d like.

He uses an Arduino and a motor shield to keep the conversion simple, but this can be done with just about any capable microcontroller you might have on hand. [Randy] added a Parallax Ping sensor to the front of the truck enabling it to avoid objects as it drives itself, but since he cut out the truck’s original control board we’re assuming that there’s no way to override the truck’s actions at present.

[Randy] calls the conversion a “robot” though it seems like more of a semi-autonomous rover if you ask us. Regardless, revamping an old RC car is certainly far better than letting it collect dust on a shelf, or worse, tossing it out during spring cleaning.

Continue reading to see a short video of [Randy’s] RC truck in action.

[via HackedGadgets]

[Read more…]

Autonomous metal detector lets you sit back, get rich

thunderbird7-autonomous-metal-detector

As a kid, metal detectors seemed like great fun. Every commercial I saw beckoned with tales of buried treasure “right in my own back yard” – a bounty hard for any kid to pass up. In reality, the process was both time consuming and tedious, with little reward to be had. [Gareth] liked the idea of scouring the Earth with a metal detector, but he liked sitting and relaxing even more. He decided he could easily partake in both activities if he built himself an autonomous metal detecting robot.

He stripped down a hand held metal detector, and installed the important bits on to the front of an R/C chassis. An Arduino controls the entire rig via a motor shield, allowing it to drive and steer the vehicle while simultaneously sweeping the metal detector over the ground. He fitted the top of the rover with a camera for remotely watching the action from the comfort of his patio, along with a laser which lets him pinpoint the location of his new found goods.

Continue reading to see a short video of the robot in action, and be sure to check out his site for more build details.

[Read more…]