-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.txt
102 lines (85 loc) · 3.03 KB
/
config.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
; PRODUCT_ID = IMU-GPS+alt
; sensor data priority
; accel->gyro->mag->pressTemp->gps
; sample rates must be in descending order
; load into spreadsheet as comma separated but
; do not merge delimitors
: ACCEL GYRO PARAMETERS
; available sample rates are 12, 26, 52, 104, 208, and 416
; sample rate affects both accel and gyro
ag_sampleRate = 208
; available HPF filter rate are 0, 16, 65, 260, 1000 milliHz
ag_gyroHpf = 65
; available full scale ranges are 125 250, 500, 1000 and 2000 degrees per sec (dps)
ag_gyroFullScale = 250
; available full scale ranges are 2, 4, 8 and 16 g
ag_accelFullScale = 8
; MAGNETOMETER PARAMETERS
; availble sample rates are 1, 10, 20 50, 100 and 200 Hz, YES
mag_SampleRate= 20
; PRESSURE SENSOR PARAMETERS
;add pressure to data stream
press_pressOn
; the pressure interval is the pressure transucer measurement interval, in milliseconds
press_sampleInterval=10
;add temperature to data stream
press_tempOn
press_tempSubSample=0
; the trigger is measured in meters above turn-on location
;press_triggerHeight = 10
; GPS PARAMETERS
gpsOn = 1
; minimum hdop required, in meters
;gps_MinLock = 40
;gps_update interval, in seconds
gps_sampleinterval = 0.1
; discipline RTC with GPS time
; expressed in seconds, RevNew user manual is incorrect
gps_clockThreshold = 0.100
; dynamic models 0-->potable 2-->stationary 3-->pedestran 4--> automotive, 5-->sea, 6,7,8-->airborn
gps_dynamicModel = 7
;gps_gnssGlonass = 0x01010001 ; enable
; disable Glonass
;gps_gnssGlonass = 0x01010000
; minlock minimum HDOP in meters considered to be acceptable lock
gps_minlock = 40
; discard gps readings that exceed the minimum HDOP
;gps_nobad
; used in on/off mode number of good samples to collect before turning off
;gps_numSamples = 1
; used in on/off mode, time in seconds device will spend trying to collect good samples
;gps_powerOnTime = 50.0
; used in on/off mode, time, in seconds bewteen on events
;gps_powerPeriod = 300.0
; extra parameters to logger operation
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
; FILE PARAMETERS
;set file size to 30 minutes of data
samplesperfile = 180000
; custom directory name
;dirname = /DATA
; custom file prefix
;filename = areo
; EVENT DETECTOR PARAMETERS
deadband = 0
DeadBandTimeout = 5
dwell=100
; set timestamp to UTC seconds since Jan 1, 1970 instead of time since start of file
absoluteTime
;control brightness of LEDs, values are 'off' or 'high'
statusindicators = high
;uncomment following line to activate logger upon disconnect from USB
;rebootOnDisconnect
; wakeupTime uses crontab format, except that six fields are required
; an there is a second in the minuite field (the 6th field
; rtc alarm to wake up system
; wakeupTime = 0 5,35 * * * * ; wakes up system at 5 and 35 minute after the hour
; wakeupTime = 0 0,15,30,45 * * * * ; wakes up system
;wakeupTime = 0 * * * * * ;wakes up system every minute
; wakeupTime = 0 0 2,8 0 0 0 ;wakes up system at 2 and 8 AM
;wakeupTime = 0, */2 * * * *
; default secsToRecord is 0 , (off)
;secsToRecord = 60
; logical, default is to remain turned on
;offOnEndRecord
;fileappend