"If you go the blimp route you could probably make an electronic anchor. The anchor would be on ~200ft of cable and would start out as a cylinder. When it's time to stop, the blimp just drops the anchor, and it plunges into the cannopy. When it gets…"
"GPS speed (and heading) are calculated from taking sequential recordings of the location (lat and long) and comparing them. Since lat and long are 2D, it follows that speed (and heading) are also 2D."
"For the video problem you mentioned earlier. You don't need to review an hour of tape every day. Since the gates don't move (they have a fixed coordinate) you can just have the UAV take a single photo of the coordinate, then review that series. That…"
"Here's a link to some code on how to calculate a heading based on two GPS coordinates. It's made for the multiple slot BS2s since it takes quite a bit of code to work around the 16 bit processor. I haven't tested it in any sort of real system, but…"
"Shouldn't be a problem to PWM the servos with a 3.3 volt signal. Take a look at the Parallax Propeller documentation for their Development Board. The Propeller is a 3.3 volt device, but it works just fine with 3.3 volt outputs to 5 volts. Your uC…"
The spin language (and the Propeller itself) is a bit different from other uC languages in that the language flow control is given by indentation, not curly braces. Also, there is very little hardware that is built onto the propeller…"