Serial LTE Modem, HTTP, FOTA

Hello, I am having some issues trying to get FOTA to work with the serial LTE modem using AT commands. I currently am using a nRF9161dk to flash programs to test for evaluation reasons and have already had some success with the http_update folder (mainly http_application). I was able to update the application using my http server, however, when I moved over to using the serial LTE modem to do the exact same thing but with AT commands the bin file is not being downloaded. My computer downloads it fine but the nRF9161dk is rejecting it. I assume it is because it is http instead of https? (The file is labeled as unsecure since it is http). I am assuming that I am missing including something in the .conf files but am unsure what to put in there since it seems like the application includes everything.

My server is being port forwarded so the nrf9161dk should be able to see it/access the bin file. Mainly why I think it is the modem expecting https and when it gets http backing out.

When looking at the documentation for XFOTA, it seems like it is an init, error, download?

Serial Output:

> AT#XFOTA=1,"">mycomputersIP/build_LED_v2.bin"

OK

#XFOTA: 0,1,1

Any help is appreciated.

Parents Reply Children
No Data
Related