19 lines
343 B
Text
19 lines
343 B
Text
Output from Arduino:
|
|
|
|
Directly parsed into the SQLite database
|
|
Event: sub second micros:SubSeconds; Event Count:x
|
|
TemperatureC: X;
|
|
Humidity: X;
|
|
AccelX: X;
|
|
AccelY: X;
|
|
AccelZ: X;
|
|
MagX: X;
|
|
MagY: X;
|
|
MagZ: X;
|
|
Pressure: X;
|
|
|
|
To extract from GPS strings:
|
|
Longitude: X;
|
|
Latitude: X;
|
|
UTCUnixTime: x;
|
|
|