Skip to content
pbedyn edited this page Mar 5, 2017 · 1 revision

Welcome to the gizmo_data wiki! '''/* program returns the following data:

    1. date (or if date not available from gps - date stump)
    1. time (from gps or if not available - time stamp (millis or micros) - actually I need to fix that
    1. lat from gps or a string of zeroes if gps not available
    1. lon from gps or a string of zeroes if gps not available
    1. altitude from gps or a string of zeroes
    1. course from gps or a string of zeroes
    1. speed from gps or a zero
    1. number of satellites or a zero
    1. signal strength - need to learn more about the signal strength and how this works
    1. heading in degrees from magnetometer
    1. raw XAxis magnetometer value
    1. raw YAxis magnetometer value
    1. raw ZAxis magnetometer value
    1. raw XAxis gyroscope value
    1. raw YAxis gyroscope value
    1. raw ZAxis gyroscope value
    1. raw XAxis accelerometer value
    1. raw YAxis accelerometer value
    1. raw ZAxis accelerometer value
    1. temperature from the ms6511 pressure sensor
    1. pressure from the ms6511 pressure sensor
    1. absolute altitude as calculated based on the pressure sensor
    1. relative altitude as calculated based on the pressure sensor
    1. time needed to read gyroscope data to calculate angular velocity */ '''

Clone this wiki locally