Hello,
I am trying to evaluate differences between NB-IoT and LTE-M in real world (power consumption, coverage, etc) using a nRF9160DK.
I started a simple project with the included iBasis SIM : works great on LTE-M in France, but NB-IoT is not supported.
I ordered a SIM supposed to be handling both NB-IoT and LTE-M, but I am running in some trouble.
This SIM card connects to NB-IoT, but does not connect using LTE-M ... eventhough it reaches some antennas. No matter if I set the NB-IoT or LTE-M as preferred network.
Here is what I get from my custom firmware.
Depending on the SIM card I use, with the same firmware, my DK can connect to either NB-IoT or LTE-M, which makes me believe that:
- There is no hardware problem.
- There is no configuration problem in the firmware.
- Both LTE-M and NB-IoT are covered in my area.
The service provider is telling me that the SIM card should be working with both network, and suggests an issue with my hardware/firmware.
Is there a sample project that I can test, implementing switching between NB-IoT and LTE-M ?
Is there something else I need to check and/or add to my project ?
Thanks.