-
Notifications
You must be signed in to change notification settings - Fork 0
Home
pbedyn edited this page Mar 5, 2017
·
1 revision
Welcome to the gizmo_data wiki! '''/* program returns the following data:
-
- date (or if date not available from gps - date stump)
-
- time (from gps or if not available - time stamp (millis or micros) - actually I need to fix that
-
- lat from gps or a string of zeroes if gps not available
-
- lon from gps or a string of zeroes if gps not available
-
- altitude from gps or a string of zeroes
-
- course from gps or a string of zeroes
-
- speed from gps or a zero
-
- number of satellites or a zero
-
- signal strength - need to learn more about the signal strength and how this works
-
- heading in degrees from magnetometer
-
- raw XAxis magnetometer value
-
- raw YAxis magnetometer value
-
- raw ZAxis magnetometer value
-
- raw XAxis gyroscope value
-
- raw YAxis gyroscope value
-
- raw ZAxis gyroscope value
-
- raw XAxis accelerometer value
-
- raw YAxis accelerometer value
-
- raw ZAxis accelerometer value
-
- temperature from the ms6511 pressure sensor
-
- pressure from the ms6511 pressure sensor
-
- absolute altitude as calculated based on the pressure sensor
-
- relative altitude as calculated based on the pressure sensor
-
- time needed to read gyroscope data to calculate angular velocity */ '''