DIY RC Sensor Board

diy_telemetry_sensor_board_hitec_aurora

Along with hobby electronics, flying RC planes is one of [Diederich’s] favorite hobbies. When out in the field, he prefers to use an Aurora 9 radio controller, and while the remote is great, he was a bit disappointed in Hitec’s telemetry sensor lineup. He says that the sensors are pretty decent, though limited, and he was positive he could build a better telemetry solution.

His sensor board is completely open source, and comes with a long list of features. First and foremost, it emulates all of the messages that can be sent to the radio controller by Hitec’s off the shelf models, making it a simple drop-in replacement. He uses an ATMega8L microcontroller to run the show, including all sorts of input pins and connectors to support GPS as well as voltage and current monitoring.

He has made a DIY kit available for purchase online, but all of the sensor’s schematics and a BOM are available for free, should you desire to roll your own.

We love seeing DIYers show up manufacturers in this way, especially when they share the goods with their fellow hobbyists. Nice job!

Robotic Artist Listens To Your Criticism

[Ben Grosser] built an interactive painting robot that’s pretty far removed from the LED and Arduino builds we usually see. The robot is adapted from one of the many CNC routers we’ve featured over the years. The control system is written in Python and uses genetic algorithms and a microphone to decide what to paint next.

Robot artists have been around for decades now. When [Harold Cohen] exhibited his robotic artist AARON, gallery patrons lined up to watch a robot paint. The paintings were originally just a monochrome line drawing that was later colored in by [Cohen]. [Ben] made his robot paint directly onto canvas with oil paints, so there’s no question of what the computer intends the final product to be.

[Ben] came up with a really neat build, but we’re wondering about having this robot artist on display inside a cavernous exhibition hall. Surely the echos from the servos and stepper motors would be picked up by the mic and interpreted by the painting algorithm. Barring some control systems, it would probably be the robot’s commentary on its own decent into madness.

Check out a video of the robot in action after the break, followed by a violin/robot duet the shows how the audio is interpreted.

Continue reading “Robotic Artist Listens To Your Criticism”

Gyroscope-based Smartphone Keylogging Attack

smartphone_keylogging_with_gyroscopes

A pair of security researchers have recently unveiled an interesting new keylogging method (PDF Research Paper) that makes use of a very unlikely smartphone component, your gyroscope.

Most smart phones now come equipped with gyroscopes, which can be accessed by any application at any time. [Hao Chen and Lian Cai] were able to use an Android phone’s orientation data to pin down what buttons were being pressed by the user. The attack is not perfect, as the researchers were only able to discern the correct keypress about 72% of the time, but it certainly is a good start.

This side channel attack works because it turns out that each button on a smart phone has a unique “signature”, in that the phone will consistently be tilted in a certain way with each keypress. The pair does admit that the software becomes far less accurate when working with a full qwerty keyboard due to button proximity, but a 10 digit pad and keypads found on tablets can be sniffed with relatively good results.

We don’t think this is anything you should really be worried about, but it’s an interesting attack nonetheless.

[Thanks, der_picknicker]

High Voltage Plasma Lamp Is Also Tasteful Steampunk

Instructables user [Admiral Aaron Ravensdale] just finished a high voltage plasma bulb build that makes creative use of off-the-shelf parts. As a self-described steampunk, [Adm. Ravensdale] also earned some cred by included working gears in his build.

The heart of the build is a “flicker flame” candle light bulb. These light bulbs have two flame-shaped plates inside the bulb to act as electrodes. Instead of the Argon that normally fills an incandescent light bulb, the candle bulb is filled with Neon. When excited, Argon gives off a rather unnatural purple glow – not very convincing for a simulated candle and certainly not steampunk. The Neon in the flickering candle bulb gives off a brilliant orange, perfect for simulating a flame and will surely impress the duchess during afternoon tea.

After the right plasma bulb was found, [The Admiral] scavenged the rest of the high voltage electronics from disposable cameras. Attaching three electrodes to a brass gear, the entire mechanism was made to spin using parts from an old clock and a CD drive motor. We’re always impressed with the scavenging abilities of steampunkers – we’d still be waiting for our gears to arrive if we attempted this. Check out the video of this really cool and very inexpensive plasma bulb after the break.

Continue reading “High Voltage Plasma Lamp Is Also Tasteful Steampunk”

Morphing Hexapod Has Us Drooling

morphex_morphing_hexabot

Hexapod robots seem to be a dime a dozen lately, but we think you will be hard pressed to not be wowed by [Zenta’s] latest creation. He’s built a bunch of hex and octopods before, but hasn’t tried building anything quite like this.

His MorpHex bot might look like your standard hexapod, but once it gets moving, you can see that it’s quite unique. Utilizing over 25 servos driven by a single ARC-32 controller, MorpHex moves in smooth, fluid-like motions, making it almost seem like it’s alive. The inner portion of the body can fan out, extending the overall length of the bot, though it’s more meant to allow the bot to morph into a ball and back, rather than increase its size.

In the teaser video below, you can see MorpHex in action, with its parts flowing together more like a jellyfish than any sort of land animal. While [Zenta] is continuing to work on MorpHex’s sphere-morphing capabilities, we think it would make for an awesome and creepy spiderbot!

[Thanks, weaz]

Continue reading “Morphing Hexapod Has Us Drooling”

Dumpster Hackers And Junkyard Makers Get Their Own TV Show

junkies_tv_show_science_channel

The Science Channel has a new show premiering tomorrow night that we think you won’t want to miss.

JUNKies takes a look at a group of junkyard engineers led by [Jimmy “The Junk Genius” Ruocco], who also happens to be the junkyard’s owner. From the trailer you can see below, the show looks like it will be pretty entertaining, combining the best parts of Junkyard Wars, Mythbusters, and even Jackass – with hilarious and interesting results.

The show includes crazy stuff that [Jimmy] and his crew piece together, as well as the creations of individuals that come by the shop looking for parts. When the crew is not busy concocting crazy machines, they seem more than happy to help random inventors and makers dig out just the right parts for their projects.

The show airs tomorrow night, 8/18, at 10 PM Eastern, so be sure to check it out and let us know what you think!

[via Make]

Build Your Own SMS Chatroom

While he was organizing a party, [Mike Seese] hit upon the idea of chatroom that would operate over SMS. Not being content with the ‘reply all’ function, [Mike] built a Group Messaging Service that runs on his home server.

The chat room is initiated by sending a text to a server. Your friends then reply, and the chatroom is then opened. The project was written in C++, and [Mike] put everything on github for your perusal. The software does use libraries from /n software’s IP*Works, but if you have any trouble obtaining those libraries feel free to drop [Mike] a line.

The great thing about this project is the fact that it’s platform independent – as long as a phone can do SMS, it’ll work. Seems like a great thing for those of us still using the old Nokia ‘bar’ phones. An SMS chatroom has been done before but this is the first time we’ve seen a build that will run off your server, and not internet-based services.

While it may not be the best idea for people without unlimited texts on their phone plan, it’s a really great idea and we’re wondering why something like this isn’t available via Google Voice.