Migrating nRF9160 app to nRF54 using Serial LTE Modem module

Hi,

I'm working on an app that currently uses Thingy91 as a main board (nRF9160 as main MCU for LTE nRF Cloud Connectivity and nRF52840 for BLE connectivity via HCI UART). Currently for various reasons I'm still working on NCS v2.8.0.

For second generation of the app I would like to migrate the whole nRF9160 application to nRF54 MCU and use nRF9151/nRF9160 via UART as a Serial LTE Modem only. I've tried the Serial Modem App on nRF9160 +  SLM Shell sample on NRF54 and I was able to run AT commands on nRF54 using UART shell.

My question is: is it possible (on v2.8.0 or newer NCS versions if needed) to migrate the nRF Cloud application from nRF9160 to nRF54 by changing the configuration of the project? The JITP configuration and keys are managed by a modem. In the code I use both nRF Cloud API (e.g. nrf_cloud_rest_alert_send()) and nRF Modem Lib API (e.g. nrf_modem_lib_init()).

I will appreciate any help.

Related