GPS steering parachute

Im wondering what the starting point and materials involved in making a gps steered parachute. I dont need an ‘autopilot’ because i dont want to alter my decent path to hit the target. im simply ( :smiley: ) attempting to fly to the preprogrammed point and then circle there until impact. single servo. accuracy is semi important. just want it in the general area. +/- 100 feet maybe?

summary:

drop a parachute, have it steer to waypoint, circle there

i did see this: rcpilot.sourceforge.net/modules/rcap/index.php but all the links and emails appear to be broken

Here is a shot of one.

If you place a ssc-32 (to operate the servos), gps, camera, and a bluesmirf modem on board you could easily control it to fly via gps and program it through your laptop. Once you got it going you could load the software on a cell phone and mount the cell phone on board and operate it (via bluetooth) for complete autonomous operation. The cell could even send back the coordinates to a website so you could monitor the progress.

You could scale this setup back by dropping the motor and just using the servos to steer if you wanted to drop it from a plane.

Here was another link for a single chute.

balloons.space.edu/habp/steer_chute/

Try a search on google for Parachute Servo.

google.com/search?hl=en&q=parachute+servo&btnG=Google+Search&aq=f&oq=&aqi=

thanks, those are useful links and information. any idea where i could get the code? (note im NOT a computer programmer :stuck_out_tongue: )

I have a simple Visual Basic program for running servos with a slider using a SSC32. If you know someone that has worked with Visual Basic they could help you use it. You could use that software to test your servos to make sure your servo setup can steer your parachute.

SERV-O-MATIC Slider
otherrobots.com/Downloads/tabid/56/Default.aspx
You have to install Visual Basic to use it. You can get instructions here
otherrobots.com/Tutorials/SSC32ServoControllerSoftware/tabid/58/Default.aspx

I’m working on another project that uses a Pharos GPS Bluetooth adapter
pharosgps.com/products/proddetail.asp?prod=007%5FPXT22%5F1%2E00&cat=155
and a Microsoft GPS. I was able to pick up the Microsoft GPS for cheap on E-bay. Seems to always be alot of them for sale for cheap.

Once I get my software working with the GPS I’ll post it here
otherrobots.com
Probably won’t be until end of summer. Presently I’m using the GPS service code from Microsoft Robotics and modifying it to work with the SSC32.
msdn.microsoft.com/en-us/library/bb483029.aspx

cool info thanks