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

not getting 1.8 volt in "SIM_1V8" pin

we have designed a board using Nrf9160 IC and we have issue with SIM module. we not getting 1.8 volt in "SIM_1V8" pin. when running mqtt sample program we are getting
"***** Booting Zephyr OS v1.14.99-ncs1-581-g98c2d76ddd29 *****
The MQTT simple sample started
LTE Link Connecting ...
LTE Link Connected!
ERROR: getaddrinfo failed 22
ERROR: mqtt_connect -47.
Actually sim is not inserted. and also inserting sim does not  make any difference. In dev board it is 1.8 volt in "SIM_1V8" and in our board its 0 volt.
In dev board for "AT%XSIM?" returning
AT%XSIM?
%XSIM: 1
OK
AT+CPIN?
+CPIN: READY
OK
AT+CPINR="SIM PIN"
+CPINR: "SIM PIN",3
OK
AT+CIMI
204080813510834
In our board for "AT%XSIM?" returning:
%XSIM: 0
OK
Pleas help us to resolve the issue.
Our schematic is attached.
Related