PDA

View Full Version : Artificial Horizon - Android or iPhone Bubble/Level App?


V1[_4_]
July 16th 15, 03:40 AM
There are lots of bubble/level apps available for both Android and iPhone. I played with one on the ground (it combines a level and compass) including doing simulated steady state turns; it seems accurate and repeatable. I wondered if it could function as an artificial horizon in a pinch, like descent through clouds? I haven't tried it in flight (where it may react differently than on the ground), since it would be a distraction to do significant testing in anything other than a two-place.

Has anyone actually tried to use one in flight, without reference to outside horizon?

- Frank

July 16th 15, 04:42 AM
I have been playing with some.
Including building one myself with a micro display (and flying it).
It depends on the implemented algorithms.
The ones I played with work well when stationary, but do not work under acceleration.
A coordinated turn is an accelerated movement.
Or in other words: In a coordinated turn, the angle of the acceleration vector wrt the body (i.e. airframe) does not change. Hence no roll indication.

You can easily test if the algorithm takes acceleration as the main input.
Take your phone and accelerate (move) it quickly linearly along all its axis, without turning (no gyro input)
If you move the phone forward and backwards (without pitching) and the display shows pitch, the algo uses the accelerometer over the gyro and it will not work in the air.
If you move the phone left and right (without rolling) and the display shows a bank, the algo uses the accelerometer over the gyro and it will not work in the air.

If you want to read more about the AHRS algorithms, there is a lot of info on the web in the RC drones area.
Just in a few words: The dilemma is that the accelerometers are noisy and the gyros have an offset. Integrating / accumulating the gyro offset over time creates drift. To avoid that drift, some algorithms emphasize the accelerometer over the gyro.

3U

Darryl Ramm
July 16th 15, 04:48 AM
On Wednesday, July 15, 2015 at 7:40:25 PM UTC-7, V1 wrote:
> There are lots of bubble/level apps available for both Android and iPhone.. I played with one on the ground (it combines a level and compass) including doing simulated steady state turns; it seems accurate and repeatable. I wondered if it could function as an artificial horizon in a pinch, like descent through clouds? I haven't tried it in flight (where it may react differently than on the ground), since it would be a distraction to do significant testing in anything other than a two-place.
>
> Has anyone actually tried to use one in flight, without reference to outside horizon?
>
> - Frank

Ah no. Hell no. No better than hanging a rock on a string in the cockpit would help you.

Artificial Horizons rely on gyroscopes not accelerometers. These inclinometer apps just use accelerometers to compare the phone inclination to the local gravitational field direction. Moderns smart phones do have gyroscope sensors as well as accelerometers and can drive "artificial horizon" toy apps.. If survivign flight in IMC is of any real interest/concern you are not going to be dicking around with a smart phone.

Dan Marotta
July 16th 15, 04:18 PM
Without proper training and experience, you will survive inadvertent
cloud flying only by sheer dumb luck. Is it worth risking your life on
that basis?

Here are two little tidbits of information that could help you make up
your mind:

Illusions
<http://www.avmed.in/2011/04/spatial-disorientation-vestibular-illusions/>
and
178 Seconds to Live <https://www.youtube.com/watch?v=b7t4IR-3mSo>

Take the time to look and consider...

On 7/15/2015 9:48 PM, Darryl Ramm wrote:
> On Wednesday, July 15, 2015 at 7:40:25 PM UTC-7, V1 wrote:
>> There are lots of bubble/level apps available for both Android and iPhone. I played with one on the ground (it combines a level and compass) including doing simulated steady state turns; it seems accurate and repeatable. I wondered if it could function as an artificial horizon in a pinch, like descent through clouds? I haven't tried it in flight (where it may react differently than on the ground), since it would be a distraction to do significant testing in anything other than a two-place.
>>
>> Has anyone actually tried to use one in flight, without reference to outside horizon?
>>
>> - Frank
> Ah no. Hell no. No better than hanging a rock on a string in the cockpit would help you.
>
> Artificial Horizons rely on gyroscopes not accelerometers. These inclinometer apps just use accelerometers to compare the phone inclination to the local gravitational field direction. Moderns smart phones do have gyroscope sensors as well as accelerometers and can drive "artificial horizon" toy apps. If survivign flight in IMC is of any real interest/concern you are not going to be dicking around with a smart phone.

--
Dan Marotta

lyle
July 16th 15, 05:22 PM
An AHRS (Altitude Heading Reference System) must use at minimum three sensors: Accelerometers, Gyros, and Magnetometers (or GPS).

Algorithms that use just the accelerometers to correct for the gyro bias will diverge (get a VERY wrong answer) over time if you are in a coordinated turn. (The filters in question try to observe the long term trend of which way is "down." Circling in a thermal will fool these fairly quickly.)

The magnetometer or GPS input must be used to observe the turn and prevent incorrect estimation of the gravity vector.

A fairly well-known university (with which I am not affiliated) discovered this about a decade back when they were commanding their fixed-wing UAVs to loiter by circling. After a couple minutes they would overbank, enter a spiral dive, and crash rather dramatically...

Google