Project ShowcaseHave a project that you're dying to pimp? It doesn't matter if it involves robotics, RFID, HCI, or what, as long as you think it's cool, pimp it here! Need more space for pics/videos email us:)
Hi everyone!
Here's my submission for this contest, a (kind of) autonomous hovercraft. This project was originally for the final project of a mechatronics class, which I did with a group of four other students. We basically designed this to be a platform for further research into holonomic vehichles, artificial intelligence, and developing an algorithm for autonomous navigation. Here is a video of the hovercraft roaming around on our school soccer field:
This video is of the hovercraft under computer control via an Xbee Pro wireless chip, and a PIC microcontroller. We used the PIC to control one Novak brushless lift fan and two E-Flight Brushless motors with variable pitch propellors. The pitch is controlled by two servos which are also connected to the PIC. Also, sensor data is relayed from the PIC to the Xbee, which then is transmitted to the computer, which allows us to implement a SLAM algorithm, and control the hovercraft simultaneously.
We have a project website which I encourage you to visit, it has source code (at least the stuff that works well currently), hardware diagrams, design process info, and final specifications.
The website is: www.bradleyp.com/BigBird
Nice team project! Mechatronics is the field of engineering I'll be working towards for my undergraduate.
Alex- I read through his project page when this was first posted, I believe they're using an ultrasonic sensor. And from the look of the gui, they appear to have some sort of remote control for use as well.
__________________
Andrew Alter Trossen Robotics
Hardware Support & Technical Writer
Join the Robotic Combat Revolution @ Mech Warfare!
This is so cool I used to dream of building one of these as a kid, only big enough to ride on. I think there was an ad in the back of boys life magazine or somewhere that was selling directions on how to make one out of a vacuum cleaner. I never got around to it, but that's probably a good thing since I doubt it worked, LOL.
I still think it would be cool to make though Maybe I can settle for following your project for now and putting a hamster on it.
Alex - Controlling it takes a little getting used to, it's not exactly intuitive to drive a craft that deals with extremely low friction. After about five minutes of screwing around with it though, it's really easy to work. We have a "pocket" located at the front of the craft that is capable of holding objects, and we also have an acrylic plate that we can mount modules on to: for example, we mounted a video camera on there once, And we're working on other modules. I would estimate that the craft can carry five pounds above it's own weight (which is pretty impressive, as it weighs less than 5 pounds!).
We have code written for a number of sensors, but we didn't have the money to buy anything more than an ultrasonic sensor. I've written up a pretty extensive set of code for the Arduino, so that I could incorporate a GPS module, a 5 DOF IMU, and a few ultrasonic and/or IR sensors. At this point, it's just about being able to pay for those sensors (That's always the case, isn't it?).
As far as control goes, there are a few options. I can use a Futaba RC controller, with a switch to go between RC control, PC control, or a preprogrammed control. I am working on another program where I can set up waypoints and have the craft navigate to that waypoint.
Thank you for entering this project into the contest, and thank you for the complement. If you like the project name, check out our website, it's Sesame Street themed!
Tyberius - You'll love Mechatronics, it's a very exciting field, especially given the recent push toward making mechatronics easier to do for everyone (ie. the Arduino and such). I keep going back and forth between designing my own Mechatronics major and going with a robotics major.
Matt - I remember those ads in Boy's Life, I used to freak out every time I saw that. I've thought about making a rideable hovercraft, I just have to find the time. I would definitely give it a shot, making a hovercraft isn't so hard, and then you get to make it do stuff, which is the fun part. Ummm, hamster?????
Thanks everyone for the kind words, I'm glad you enjoy the project.
__________________
Bradley Powers www.bradleyp.com/BigBird
Olin College of Engineering
Class of 2010
Cool! I read the instructable for this when it was making the rounds on the tech blogs a few weeks ago. Making that autonomous will be a real challenge, from a control perspective. I have a feeling battling inertia is going to be a computational nightmare, and I'm looking forward to seeing how you handle that.
Glad to hear that you saw my Instructable, that was pretty cool when it went around on Engadget and Makezine and Digg.
I'm worried about inertia too, I'm thinking that moving the thrust systems forward (I'm working on making two custom variable pitch, variable direction ducted fans, and I think if I move them closer to the center of gravity, I'll be able to avoid some of the weird torques and such. This whole project is kind of a computational nightmare, but I think it's doable.
__________________
Bradley Powers www.bradleyp.com/BigBird
Olin College of Engineering
Class of 2010
>>>I would estimate that the craft can carry five pounds above it's own weight (which is pretty impressive, as it weighs less than 5 pounds!).
I will second that. 5 pounds IS a big number. I was expecting you to say 1 pound or so.
>>>Matt - I remember those ads in Boy's Life, I used to freak out every time I saw that.
You do? That's hilarious! I have a vague recollection of a tiny ad with a picture of a seat on a triangular frame with a black disc at each point. It filled my young head with fantasies of "flying" around the neighborhood with it. I'd love to see the ad again, just for nostalgia.
>>>Ummm, hamster?????
well... I was running with the under 5 pounds thing
Matt - Yeah, we were really impressed with the amount of lift that we were able to get. It's actually fairly simple though, our first prototype had about a third of the surface area on the bottom of the chassis, and could pick up about two pounds. It's reasonable to assume that increasing the surface area of the craft (to a point) should increase the amount you can lift. Also, the entire thing is made out of extremely lightweight materials.
kdwyer - Two things about the rudder. Despite how it looks in the video (ie. completely uncontrollable) that is definitely not the case, it is very stable, I was just having a little fun out on the soccer field! Also, we did some research that suggests that rudders are horribly inefficient on hovercraft, for example, to make the thrust be in a direction five degrees of the heading of the craft, you have to turn the rudder to 45 degrees. Because of this, we decided to not use a rudder.
As for the water thing, well, the pond that we would use to test seaworthiness was frozen over, and the pool staff at the college next door to us wasn't so happy about a hovercraft in their pool. I honestly believe that it would be safe to run on water, as the chassis is made of foam that floats, so if we found a waterproof enclosure for the electronics (the lipo batteries!) we would probably be fine. We shouldn't have any problem getting to hump speed (the speed at which the craft really gets moving over water) with our propulsion fans, they were only running at 10%
__________________
Bradley Powers www.bradleyp.com/BigBird
Olin College of Engineering
Class of 2010