Data recorded during a flight from Adelaide to Melbourne
Using a Raspberry Pi and Pi-Hat during a flight from Adelaide to Melbourne the following parameters were recoded: temperature, pressure, humidity, magnetic field, acceleration and orientations.
Temperature variation during the flight.
The plot bellow shows the temperature variation: The plot was generated using the following cod...
Pressure variation during the flight.
The plot bellow shows the pressure inside the cabin during the flight: Here is the code: #Plo...
Humidity variation during the flight
Here is the plot: It was generate with the following code: #Plot Humidity plt.figure(figsize...
Magnetic field variation
Here is the plot: Same trend to plot it: #Plot magnometer X, Y,Z plt.figure(figsize=(10,5)) ...
Acceleration X, Y, Z
Acceleration variation is all over the place during take of and landing: Similarly: #Plot Acc...
Orientation: pitch, roll and yaw
This is also interesting: Yaw - left / right pedal corrections quite a lot at the beginning of...
The code loaded into the Raspberry Pi
Here is the code. I used joystick movement to start recoding once I was inside the airplane with ...