I recently purchased the Maker Diary nRF9151 Connect Kit (LTE-M/NB-IoT, nRF9151 SiP) and I am using the iBasis SIM that came with the Nordic Thingy:91. The device is unable to register on any LTE-M/NB-IoT network using this SIM.
I tested the device in two different locations with the same result:
-
New Avenue, Gilroy (California)
-
Mission Boulevard, Santa Clara (California)
In both places there was no network registration. Signal strength is always shown as +CSQ: 99,99, PDP context does not activate, and %XMONITOR remains stuck in searching.
Do I need any special activation steps for the iBasis SIM? Is the SIM compatible with the nRF9151 Connect Kit? Are there carrier/region restrictions in the locations above? Is any additional configuration required compared to the Thingy:91?
AT commands used:
AT+CFUN=0
AT%XSYSTEMMODE=1,1,0,0
AT+CGDCONT=1,"IP","ibasis.iot"
AT+CFUN=1
Observed:
+CSQ: 99,99
%XMONITOR: 2 (searching)
AT+COPS=?
+COPS: (1,"","","313100",7),
(1,"","","310410",7),
(1,"","","311480",9),
(1,"","","310260",7),
(1,"","","310260",9),
(1,"","","311480",7)
AT+COPS?
+COPS: 1
The device is able to scan available PLMNs, but attach never completes. Kindly advise how to enable successful LTE-M/NB-IoT registration using the iBasis SIM on the nRF9151 Connect Kit.
Thanks.