Section
Parameter
Definition
tracelevel
MQTT trace level (0-4), for Support purposes. Leave as
1
(default).
urcautoformat
For formatting URCs, either:
0
– sends all URCs as ASCII-hex within quotes
For example:
'{"key1":"val1"}'
will appear in a URC as
'+EMQ:<id>,15\r\n"7B226B657931223A2276616C31227D"'
1
(default) – this option enables sending URCs as either ASCII-hex
or text, depending on the received payload.
• If the received payload is printable text (including JSON),
then the URC data is sent as text.
For example:
'{"key1":"val1"}'
will appear in a URC as
'+EMQ:<id>,15\r\n{"key1":"val1"}'
For JSON, the maximum payload is 1012 characters.
Escaped quotes count as 1 character:
\"
• If the received payload is binary data, then the URC data is
sent as ASCII hex.
[udp]
UDP parameters
port
UDP IP port. Default: 12401
url
UDP IP address
[sms]
SMS parameters
enable
For configuring SMS handling, either:
0
– SMS handling disabled
1
(default) – SMS handling enabled
tracelevel
SMS trace level (0-4), for Support purposes. Leave as
1
(default).
whitelist
Comma-separated list of one or more MSISDN values from which
SMS is accepted. For example:
447624499970,447624499971
[location]
Location parameters
enable
For configuring location, either:
0
(default) – location disabled
1
– location enabled; Quectel BG96 module will always try to
establish a GPS/GNSS location while running
tracelevel
Location trace level (0-4), for Support purposes. Leave as
1
Eseye-enabled Quectel BG96 module Developer Guide v1.8
68
Using the Quectel BG96 module configuration file