nRF9160 does not select between NB-IoT and LTE-M

Hi,

We are testing in two cellular service regions, one with LTE-M support and one with NB-IoT support. Following the instructions from this ticket devzone.nordicsemi.com/.../nrf9160-confirming-support-of-both-nb-iot-and-lte-m-in-same-firmwares-without-reflashing we are able to connect to the local cellular network in each region.   The problem is that it only works if we enable only one of LTE-M or NB-IoT at a time.

That is  AT%XSYSTEMMODE=1,1,1,0 does not work (can't get LTE connection status green in the LTE Link Monitor) in either region but AT%XSYSTEMMODE=0,1,1,0 or AT%XSYSTEMMODE=1,0,1,0 does work (in the corresponding region)

Since we need to support both networks and we would prefer not to have two different products with different firmware, this is a problem.  Has anyone else run into this?   Is there something we are doing wrong?

We are running modem f/w version 1.3.3

So far we have only verified this issue using the AT commands.   I assume we would have the same problem with the CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT_GPS option.   Is it possible to switch between LTE-M only and NB-IoT only options at run time instead of compile time?

Thanks,
Phil

Parents Reply Children
Related