how to change Esim profile for nbiot fall back

Hi,

I'm using nrf9160custom board using sdk version 2.0.0
our Esim has 2 profiles one is for LTE and another one is for NB-IoT. Present i have tested tested LTE network and its working fine but i need to work on NB-IoT.

i have no idea how to do fallback for LTE to NB-IoT.

our Esim provider given fallback APDU command.

i have refered below document too but i don't have any how to send AT+CSIM command

https://infocenter.nordicsemi.com/index.jsp?topic=%2Fref_at_commands%2FREF%2Fat_commands%2Faccess_uicc%2Faccess_uicc.html

Thank you

Parents Reply
  • Then only NB-IoT will be searched, so it will not look for any LTE-M networks.

    I did some tests with my LTE-M only SIM card (so not the exact same situation as you have, but some of the results might still be relevant).

    If I enable only NB-IoT, it would find the local NB-IoT networks. However, if both LTE-M and NB-IoT modes were enabled, it would connect to a LTE-M network (because that is what my SIM card supports), and also only list LTE-M networks. So it appears that AT+COPS=? will only list networks from one mode, even though both modes are enabled.

Children
Related