Thingy:91 Connection Problem with (Vodafone TR)

Hello,

I am using Thingy:91 with Vodafone TR nbiot sim card but having a problem about the connection. I am following serial lte modem example. I asked my operator about the apn settings and they told me to use "iottest2" as apn name but when I enter at+cgdcont=0,"IP"(or IPV4V6), "iottest2" and cfun=1 my cgdcont suddenly turned into 0,"IP","internet" and when I try to follow Testing Scenarios in here , it fails to connect. Any one have any recommendation for me?

I am using modem firmware 1.3.2

Here is my log.

AT+CFUN?
+CFUN: 0
OK
at+cgdcont?
OK
at+cgdcont=0,"IP","iottest2"
OK
at+cgdcont?
+CGDCONT: 0,"IP","iottest2","",0,0
OK
at+cfun=1
OK
at+cfun?
+CFUN: 1
OK
AT+CGSN=1
+CGSN: "352656101067901"
OK
AT+CGMI
Nordic Semiconductor ASA
OK
AT+CGMM
nRF9160-SICAOK
AT+CGMR
mfw_nrf9160_1.3.2
OK
AT+CEMODE?
+CEMODE: 0
OK
AT%XCBAND=?
%XCBAND: (1,2,3,4,5,8,12,13,17,19,20,25,26,28,66)
OK
AT+CMEE?
+CMEE: 0
OK
AT+CMEE=1
OK
AT+CNEC?
+CNEC: 0
OK
AT+CNEC=24
OK
AT+CGEREP?
+CGEREP: 0,0
OK
AT+CGDCONT?
+CGDCONT: 0,"IP","iottest2","",0,0
OK
AT+CGACT?
+CGACT: 0,0
OK
AT+CGEREP=1
OK
AT+CIND=1,1,1
OK
AT+CEREG=5
OK
AT+CEREG?
+CEREG: 5,4
OK
AT%CESQ=1
OK
AT+CESQ
+CESQ: 99,99,255,255,255,255
OK
AT%XSIM=1
OK
AT%XSIM?
%XSIM: 1
OK
AT+CPIN?
+CPIN: READY
OK
AT+CPINR="SIM PIN"
+CPINR: "SIM PIN",3
OK
AT+CIMI
286022602838440
OK
%CESQ: 56,2,22,3
+CEREG: 2,"C246","00F18815",9
+CGEV: ME PDN ACT 0
+CEREG: 1,"C246","00F18815",9,,,"00010000","11000010"
+CIND: "service",1
AT+CGDCONT?
+CGDCONT: 0,"IP","internet","10.0.148.8",0,0
OK
AT+COPS=3,2
OK
AT+CGACT?
+CGACT: 0,1
OK
AT+COPS?
+COPS: 0,2,"28602",9
OK
AT%XCBAND
%XCBAND: 20
OKAT+CGDCONT?
+CGDCONT: 0,"IP","internet","10.0.148.8",0,0
OK
AT+CGACT?
+CGACT: 0,1
OK
%CESQ: 57,2,27,3
%CESQ: 55,2,22,3
at#xsocket=1,1,0
#XSOCKET: 0,1,6
OK
%CESQ: 55,2,17,2
at#xsocketopt=1,20,30
OK
%CESQ: 54,2,27,3
%CESQ: 54,2,18,2
%CESQ: 54,2,27,3
%CESQ: 54,2,18,2
%CESQ: 55,2,27,3
at#xconnect="google.com",80
ERROR
%CESQ: 54,2,21,3
%CESQ: 56,2,26,3
%CESQ: 55,2,21,3
23:04:39.120	Using nrf-device-lib-js version: 0.5.0
23:04:39.121	Using nrf-device-lib version: 0.13.11
23:04:39.121	Using nrfjprog DLL version: 10.18.2
23:04:39.121	Using JLink version: JLink_V7.80c
23:04:39.556	Installed JLink version does not match the provided version (V7.66a)
23:04:49.171	Modem port is opened
23:04:57.251	Error: 'at ' timed out
23:12:08.315	Error: 'at ' timed out
23:12:17.811	Modem port is opened
23:15:23.591	Modem port is closed
23:15:24.851	Modem port is opened
23:16:15.540	Nordic Semiconductor ASA nRF9160-SICA [mfw_nrf9160_1.3.2] SerNr: 352656101067901
23:16:16.319	IMSIdentity: 286022602838440
23:16:59.616	Error: 'at#xconnect="google.com",80 ' timed out

Related