Building a GPS locating Rocket.
Hello all, I am very new to this website/forum and I was wondering if you guys could help me.
I am interested in building a model rocket, that when launched, flies to a specific location (GPS). I have no idea where to start, but I did draw up some pictures of what I think might be a good design. If you have any suggestions on what to buy, where to buy it, and how to build one I'd be happy to hear it. I've dabble in rocketry before, but only as a kid, and I'm pretty good with computers and I know a bit of code, I also am very interested in engineering, so i thought this would be a good, hard, fun project to do.
So... Thanks!
Hsschief
I am interested in building a model rocket, that when launched, flies to a specific location (GPS). I have no idea where to start, but I did draw up some pictures of what I think might be a good design. If you have any suggestions on what to buy, where to buy it, and how to build one I'd be happy to hear it. I've dabble in rocketry before, but only as a kid, and I'm pretty good with computers and I know a bit of code, I also am very interested in engineering, so i thought this would be a good, hard, fun project to do.
So... Thanks!
Hsschief
Comments
Welcome to the Parallax Forum!
You're cognizant, I hope, of the very obvious security implications of your project, and why there might be some reluctance to lend assistance. Can you provide more details regarding your ultimate objectives?
Thanks,
-Phil
Thanks!
Hsschief
I'm curious who is sponsoring this contest? 20 Grand is a pretty heafty prize.
You could have the rocket deploy a steerable parachute though.
Well, I think I found a loophole. What if it launches like a normal model rocket, but then then it has wings, like an airplane, and glides down to it's destination? Then it isn't a powered guided rocket, only a guided glider? Oh, and I do not know who is sponsoring it, my physics teacher just showed me the website and I was too careless to write it down. But i'll ask him next time I see him.
Thanks!
Hsschief
Once you have some experience with a microcontroller you'd want to get a GPS module that it can communicate with. Parallax sells several modules. SparkFun also has a bunch of GPS modules to choose from.
You'll be off to a good start once you have your microcontroller talking with the GPS module.
Hsschief
A Propeller chip. My favorite microcontroller.
A lot of what you're talking about here has been tried and refined over a few decades by hobbyists. However, you'll find that even among the folks who have been building and flying electronic payloads for decades, no-one has managed a reliable system for what you're proposing here. If you haven't already been flying rockets and gliders and rocket gliders, you're going to have some years' worth of work and testing in front of you.
There are also some well-informed discussions of the legality.
I have been involved in a contest to do this with steerable parachutes on two separate occasions. None of the teams succeeded in either contest.
Unless you are already competent in airplanes you have a one-year project just to learn to fly and modify an RC plane / glider. The experts here are telling you, politely, that your idea is going to be really hard to carry out.
My advice is that your education will be better served to pick an easier project where you can be sure of success. Some ideas for first projects:
Do every exercise in the BoeBot text. This gives you an intro to solving many motion problems. You can riff on the autonomous nav at the end to come up with some projects worthy of an admissions example.
BoeBot with encoder has some directions that include light calculus for predicting radii of curves.
Parallel parking a Boe-Bot will give a good video and block of code for your college app.
For a very first project try a study of calibration for sensors or servos under different conditions - you can design a good one and do it in a day. You can get plenty of help here on that because any problems will be easy for us to spot. You can see some calibration curves at www.BoeBotTeacher.com. If you do a good study I will post it there and you can have a sort of "referred and published" project.
A tip on college apps - build a complete and working project then ask a prof at the university if he would give you 15 mins of office time to critique your work. That contact can get back to the admissions office.
Overall: Pick an intro project that matches your intro skills. And keep on the engineering track - we need guys like you that are willing to dive into projects early in their life.
If money is tight you might be able to get from ebay or other just the bot chassis and use a prop board directly on that rather than pay for (and not use) the BOE that comes with the BoeBot.
If you need to control direction get a micro controller, attach a digital compass, a servo and a DC motor. Hook the DC motor on the servo with the motor turning a simple rc airplane prop that points in the direction you want to go. Make a stablizer for behind the propeller and there ya go.
Easier typed than done.