Hello!
I’ve got my new Sodaq Sara, but unfortunately I coulnd’t connect to the NBiot network yet.
I followed the instructions here https://support.sodaq.com/sodaq-one/sodaq-sara-r410m/ , uploaded the Passtrough code with Arduino IDE successfully, and gave the AT commands but I get the following result:
AT+URAT=8
OKAT+URAT?
+URAT: 8
OKAT+CMEE=2
OKAT+CGDCONT=1,“IP”,“u.iot.mt.gr.hu”
OKAT+CGDCONT?
+CGDCONT: 1,“IP”,“u.iot.mt.gr.hu”,“10.36.66.144”,0,0,0,0
OKAT+CFUN=1
OKAT+CFUN?
+CFUN: 1
OKAT+COPS?
+COPS: 1,0,“216 30 Telekom HU”,9
OKAT+COPS=1,2,“21630”
OKAT+COPS?
+COPS: 1,2,“21630”,9
OKAT+CSQ
+CSQ: 31,99
OKAT+CREG=2
OKAT+CREG?
+CREG: 2,3
OKAT+CGPADDR
+CGPADDR: 1,10.36.66.144
OKAT+USOCR=17
+USOCR: 0
OKAT+USOST=0,“37.97.216.22”,3000,4,“Data”
+USOST: 0,4
OKAT+USOCL=0
OK
The problem is,
AT+CREG?
+CREG: 2,3 means that “registration denied”??
What’s wrong? The same SIM card works with the Sodaq NB-IoT Shield (N211 module), with same NB-IoT network perfectly.
But it seems like AT+USOST command sent the message succesfully out? How can it be?
By the way, I tried the nbIOT_test.ino and the nbIOT_test_udp.ino sketches too, they say “Failed to connect to the modem!”. So I’m stuck…
Please help!