Skip to content

CONFIG.txt File

CONFIG.txt File

This configuration script specifies how the device operates by using some of the available AT commands

# set operational mode to activated
# ---------------------------------
AT+OP_MODE=1

# set measurement parameters
# --------------------------
AT+PERIOD=20

# set transmission parameters
# ---------------------------
AT+TX_INTERVAL_SEC=60
AT+TX_STANDBY_MIN=15

# set GNSS parameters
# -------------------
# Note: EPE_TOL corresponds to HDOP. multiply desired value by 10
# Note: when SBAS is enabled, GPS is on continuously, hence power consumption is very high
# -------------------
AT+SBAS=1
AT+EPE_TOL=10