This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF9160 DK board not working with verizon sim card

Hi,

I have nrf9160 DK. It is ok for ibasis SIM card. But if verizon SIM is used, there is no TCP/IP connection.

I tried to set APN by using:

AT+CGDCONT=1,"IP","vzwinternet"

+CGDCONT=1,"IP","vzwinternet"

just before at_cmd_write(network_mode, NULL, 0, NULL);

The response is :

at_handler=+CEREG: 2,"5503","014CEC03",7

it seems ok with the status values, but no network connection or TCP/IP connection,

Any suggestions?

David Zhou

Related