Hi, I'm wondering if there's a way to obtain AoA and sideslip angle information from GPS speed data? There is vertical speed and 3d speed so this would probably be able to give me an estimate of the angle of attack, but for sideslip, I would have to have the y-component of the speed. Is there a way to get this from GPS or the IMU unit?
I have also tried it for one whole day but am at a loss of how to get the information to be passed from ArduIMU V2+ to ArduPilot so that I can use XBee to transmit it wirelessly to my GCS. Any clues from any good samaritans out there?
Otherwise, I think I am left with integrating acceleration information from the IMU which will probably be susceptible to a lot of errors, and also since it depends on the 'initial conditions' the errors will accumulate continuously.. :( Any ideas on whether this is a feasible option at all?
Comments
This is his schematic: http://www.charlesriverrc.org/articles/asfwpp/lelke_alb1electronics...
This is his AoA Sensor: http://www.charlesriverrc.org/articles/asfwpp/lelke_launch.htm
Pressing "Back" and "Next" on his site will reveal additional info.
His AoA sensor is a low friction vane with magnets exciting a HoneyWell 91SS12 Hall Effect sensor
providing an analog output voltage to represent angle of attack.
I think you mean the flight path angle, because the angle of attack is the angle between the airflow and the wing cord. you can not get that from gps data. the flight path angle is always less, but this you can get from gps.
And side slip is is not easy either! should read up wiki or something like that, because both these info's have nothing to do with gps data. GPS is not the instrument that is used in basic flying. It's extra info for position of the aircraft only
Greet
y=sidespeed
v=actual speed
theta=angle between actual velocity and direction the plane is pointing
Is what I would do for sideslip. And for AoA I would make myself a little vane connected to a pot, and stick it on the side of my plane. then read the pot value for a brilliantly accurate AoA.