This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52832 FOTA update via GSM

Hello

I'm looking for someone to help write a custom bootloader which performs FOTA update by using an HTTP connection to collect firmware. NRF52 is connected to GSM module via UART.

Firstly, is this possible!?

Secondly, anyone available for contract.

Thanks

Ben

Parents
  • Hi,

    I'm in the process of getting the same functionality in place. I have a ZIP file at hand that upgrades through the mobile app successfully.

    I have managed to use the GSM modem to download a binary file and store it into the nrf52 flash memory.

    What is the next step? Can the firmware update process be initiated by setting certain flags and then resetting the chip?

    Which individual files should I upload off the package?

    I'm using SDK 15.

    Thx

    Eliav

Reply
  • Hi,

    I'm in the process of getting the same functionality in place. I have a ZIP file at hand that upgrades through the mobile app successfully.

    I have managed to use the GSM modem to download a binary file and store it into the nrf52 flash memory.

    What is the next step? Can the firmware update process be initiated by setting certain flags and then resetting the chip?

    Which individual files should I upload off the package?

    I'm using SDK 15.

    Thx

    Eliav

Children
Related