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

Performing a FOTA V2 update from the nRF Cloud to Thingy91 using NCS v1.5.0

Hi Dev team,

I am currently using the NCS v1.5.0 and have a Thingy91 v1.4.0 with me. I want to test the FOTA v2 update from the nRF Cloud to the Thingy91.

I tried using the aws_fota sample for that. I know that by default it is used to connect to the AWS IoT for updates.

I want to make it work to get the FOTA update from the nRF Cloud.

To do that, I changed the KConfig file and set the Use NRF Cloud to y:

config USE_NRF_CLOUD
bool "Use nRF Cloud"
default y

I also uploaded the (app_update.bin) file of the program I want to update in the Upload Bundles section in the NRF Cloud. 

I compiled and ran the program and the NRF Cloud gets connected through MQTT, but it does not download the file that I have uploaded in the NRF Cloud.

I wanted to know the correct way to upload the app_update.bin in the NRF Cloud so that it could be downloaded by the Thingy91 ?

Regards,

Adeel.

Parents Reply
  • Hi Oyvind,

    I am trying to use the aws_fota sample in the NCS v1.5.0. I tried to use it as it is and only changed the KConfig parameter of : config USE_NRF_CLOUD
    bool "Use nRF Cloud"
    default y

    Have you added the correct config in prj.cong?

    What other things needed to be added in the prj.conf ?

    Could you let me know how the AWS_FOTA sample can be made to get updates from the nRF Cloud (what all changes might be required in the sample).

    Regards,

    Adeel.

Children
Related