S76G/S78G Commands Set Reference
v1.6.5
July 2, 2018
60 of 73
Product Name
Version
Doc No
Date
Page
3.3.13
gps set_start <start_type>
<start_type>: A string representing the way of how S76G/S78G starts to get position, so the string
can be
hot
,
warm
or
cold
.
Response:
Ok
, if <start_type> string is valid.
Invalid
, if <start_type> string is not valid.
Purpose:
a)
There're 3 types for GPS/HYBRID starting and they are called as hot, warm and cold.
b)
If user didn’t use this command after “sip factory_reset”, the default value is set at hot start.
c)
After calling this command, the setting value would be stored into EEPROM immediately
Example:
gps set_start cold
>> Ok
gps get_mode
>> off cold 20 3000 kiwi gps
4. Example
This section gives several complete examples on how to use AcSiP command interface. All examples
include many comments followed by double slash. This comments are for clearly explanation and should
not be inputted to S76G through command interface
4.1
LoRaWAN
TM
4.1.1
ABP
// Set channel frequency channel number and frequency depends on server configuration
mac set ch_freq 0 926500000
>> Ok
mac set ch_freq 1 926700000
>> Ok
mac set ch_freq 2 926900000
>> Ok
...