Low power WIFI module user manual
Jinan USR IOT Technology Limited
Page 22/72
AT+UPURL command to set the remote directory which the configuration file
located
AT+UPFILE command to set the configuration file name, such as
AT+UPFILE=config.txt
AT+UPST command to start remote Application upgrade. After excuate this
command, the module will firstly download configuration file (“config.txt”),
then download the upgrade file base on the URL address listed in the
configure file.
AT+UPWEB command to start remote Webpage upgrade. After excuate this
command, the module will firstly download configuration file (“config.txt”),
then download the upgrade file base on the WEB address listed in the
configure file.
AT+UPCFG command to start remote Factory Config upgrade. After excuate this
command, the module will firstly download configuration file (“config.txt”),
then download the upgrade file base on the CFG address listed in the
configure file.
AT+UPNVR command to start remote NVRAM Data upgrade. After excuate this
command, the module will firstly download configuration file (“config.txt”),
then download the upgrade file base on the NVR address listed in the
configure file.
AT+UPAUTO command to start remote upgrade. After excuate this command, the
module will firstly download configuration file (“config.txt”), then
download the upgrade file base on the URL,WEB,CFG address listed in the
configure file. It include the functions of AT+UPST,AT+UPWEB,AT+UPCFG.
General “config.txt” file format as following example:
[URL]=”http://10.10.100.100:80/lpb.bin”
[WEB]="http://10.10.100.100:80/web.bin"
[NVR]="http://10.10.100.100:80/nvram.dat"
[CFG]= "http://10.10.100.100:80/cfg.bin"
[URL]= the URL address of Application.
[WEB]=the URL address of Webpage
[NVR]= the URL address of NVRAM data
[CFG]= the URL address of Factory Parameter File
Direct Download and Upgrade
AT+UPURL command to set the remote directory and file name
After excuate this command, the module will directly download the “lpb.bin”
file from remote directory and start upgrade Application.
Notes:
please contact with USR Technology technical people before upgrade
firmware, or maybe damage the module and can’t work again.