NRF9160 based AWS IOT Gateway in Production

Hello,

I am currently engaged in the development of a sensor gateway utilizing the NRF9160. As our project scales, we have adopted an approach of maintaining separate prj.conf files for each unit, where we configure AWS IoT Thing names, certificate tags etc.

However, as we anticipate a significant increase in production quantities in the near future, we are seeking a more efficient process management strategy. Do we have to use JITP?

Is there any other approach?

We would greatly appreciate any guidance or recommendations you can provide.

Thank you for your assistance.

Best regards,

Hamit

  • Hamit,

    However, as we anticipate a significant increase in production quantities in the near future, we are seeking a more efficient process management strategy. Do we have to use JITP?

    JITP is the best approach if you do not want to have a lot of application specific code on your device trying to handle this. A lot of users are happy using JITP as it seems to work as it should once you enable it.

Related