Hi, I'm working with the nRF9151 DK and currently going through the Cellular IoT Fundamentals course. In Lesson 4, it states that we should see a message indicating a successful connection to the LTE network. However, I noticed some inconsistencies during testing.
From what I understand, the nRF9151 supports only LTE-M (Cat-M1) and NB-IoT (Cat-NB1/NB2), as stated in the official documentation. There's no mention of support for standard LTE (e.g., Cat-1 or Cat-4).
When I insert a regular SIM card (without LTE-M/NB-IoT support), the code from Lesson 4 runs and outputs:
<inf> Lesson4_Exercise1: Initializing modem library <inf> Lesson4_Exercise1: Connecting to LTE network <inf> Lesson4_Exercise1: RRC mode: Connected
But it never reaches the “IPv4 address found” message, which works fine when I use a SIM card with LTE-M support.
My questions are:
-
Is the nRF9151 DK limited to LTE-M and NB-IoT only, or is there any way to force it to use standard LTE (Cat-1/4) with a regular SIM?
-
If it's LTE-M/NB-IoT only, is there a known workaround or test setup that allows developers to simulate or route data via standard LTE for testing purposes?
-
Could the behavior I'm seeing—stopping at “RRC mode: Connected”—indicate it's connected to an unsupported network type?
I appreciate any clarification or advice from the community. Thanks in advance!