- 
                Notifications
    You must be signed in to change notification settings 
- Fork 14
Logging Features
        Dominic Létourneau edited this page Jun 26, 2018 
        ·
        4 revisions
      
    Warning, this is the default firmware configuration. This may change.
One second of logging data contains:
4 bytes -> Integer --> Unix time since epoch in seconds
1800 bytes -> Floats --> 9 axis x 4 bytes (G, deg/sec, uTesla) @ 50 Hz
13 bytes --> 1 Bool (GPS Fix flag), 3 Floats (latitude, longitude, altitude) @ 1Hz
8 bytes --> Temperature (C), pressure (kPa) @ 1Hz
8 bytes --> Voltage (V), Current (A) @ 1Hz
TOTAL = 1833 bytes / sec
- 1 hour of logging data = 6.29 MB
- 1 day of logging data = 151.03 MB
- 1 week of logging data = 1.03 GB
- 6 weeks = 6.19 GB
Arduino firmware will last approximately 10 hours on a single charge.
Provided by IntRoLab, Université de Sherbrooke, Québec, Canada.