NB-IoT Module Series
BC26 AT Commands Manual
BC26_AT_Commands_Manual 63 / 73
7 OneNET Commands
7.1. AT+MIPLCREATE Create OneNET Instance
The command is used to create an instance of communication to NB-IoT OneNET platform.
Parameter
AT+MIPLCREATE Create OneNET Instance
Write Command
AT+MIPLCREATE=<totalsize>,<config
>,<index>,<currentsize>,<flag>
Response
If the flag and index equal to 0, and the format is right,
respond:
Ref: id
OK
Else if the flag and index not equal to 0, and the format is
right, respond:
OK
Until the configure bin input is successful, respond:
Ref: id
OK
Otherwise response:
ERROR
<totalsize> Integer. The length of complete configure bin. The range is 1-500.
<config> The current configure bin, in hex string format.
<index> Integer. The index number of the data. If the configure bin is too long, and more than
the AT command length, should split the configure bin. If split into N part, The order
number of <index> is N-1 to 0 in descending order, and the AT command is called in
the order from the largest to the small sequence number, If the <index> is 0, means
this is the last message of the configure bin.
<currentsize> Integer. The length of current configure bin. The current size must equal to the length
of current configure bin.