Porting nRF9160 application to nRF9151

We have an application using nRF Connect SDK version 1.8.0 that runs on the nRF9160.  It is based on Asset Tracker v2, with the GPS tracking part remaining largely similar, and the cloud reporting part replaced by a custom communication with AWS.  What would be the typical effort involved in porting this application to the nRF9151?  Thanks.

Parents
  • Hello,

    What would be the typical effort involved in porting this application to the nRF9151?

    Porting between boards should not be a big deal. For the most part it should be sufficient to replace the overlay file and that's it. But NCS 1.8.0 is quite old, so I would advise you to port to a newer SDK version at the same time. That could take some more time.

Reply
  • Hello,

    What would be the typical effort involved in porting this application to the nRF9151?

    Porting between boards should not be a big deal. For the most part it should be sufficient to replace the overlay file and that's it. But NCS 1.8.0 is quite old, so I would advise you to port to a newer SDK version at the same time. That could take some more time.

Children
Related