Updated docu
This commit is contained in:
parent
df92b2bf35
commit
e99a35a4fd
1 changed files with 16 additions and 16 deletions
|
|
@ -1,19 +1,19 @@
|
||||||
|
Output from Arduino:
|
||||||
|
|
||||||
Output:
|
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;
|
||||||
|
|
||||||
Event: sub second micros:SubSeconds; Event Count:x
|
To extract from GPS strings:
|
||||||
TemperatureC: X;
|
Longitude: X;
|
||||||
Humidity: X;
|
Latitude: X;
|
||||||
AccelX: X;
|
UTCUnixTime: x;
|
||||||
AccelY: X;
|
|
||||||
AccelZ: X;
|
|
||||||
MagX: X;
|
|
||||||
MagY: X;
|
|
||||||
MagZ: X;
|
|
||||||
Pressure: X;
|
|
||||||
|
|
||||||
To extract from GPS string
|
|
||||||
Longitude: X;
|
|
||||||
Latitude: X;
|
|
||||||
UTCUnixTime
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue