Hello,
I’m trying to download a file from the server to my bg770 module, before every thing ws goinf fine, but suddently i started to get 701 code response as a response to my qhttpreadfile (i use the same server as before so no change in the server configuration) :
AT+QHTTPCFG=“contextid”,1
OK
AT+QHTTPCFG=“contextid”,1
OK
AT+QHTTPCFG=“responseheader”,1
OK
AT+QHTTPURL=71,80
CONNECT
AT+QHTTPURL=71,80
CONNECT
OK
AT+QHTTPGET=80
OK
+QHTTPGET: 0,200,1428960
AT+QHTTPREADFILE=“IOT_software.bin”,244
OK
after a few seconds :
+QHTTPREADFILE: 701
and for information i user the mqtt communication also with the module, when i try to restart the file read from the server i receive a :
+QMTSTAT: 1,1
which mean that the mqtt broker resets the connection (i think it may be a conflict between the mqtt and http communication in the module), any one has a solution or a path to solve it.
INF : i use this mudule with an espressif esp32s3 microcontroller that communicates with the quectel using uart.