OTA AT Command Set
AT+OTA_HTTP: Perform OTA upgrade using HTTP(S)
AT+OTA_HTTP: Perform OTA upgrade using HTTP(S)
Set Command
Command:
AT+OTA_HTTP=<"url">
Response:
OK
+OTA_HTTP:FINISHED
or
+OTA_HTTP:FAILED
Parameters
<”url”>: URL, supports http URL and https URL.
Description
You can quickly set up an HTTP file server using the following method:
python -m http.server [port]
Alternatively, you can use other methods to set up an HTTP file server.
Example
AT+OTA_HTTP="http://10.17.1.110:8080/atcmd_ota.img"
AT+OTA_HTTP="https://10.17.1.110:8443/atcmd_ota.img"