<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Not getting 1.8 volt on the SIM_1V8 pin on custom board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55241/not-getting-1-8-volt-on-the-sim_1v8-pin-on-custom-board</link><description>We had a custom board made with the nrf9160 and I noticed I was having trouble communicating with the sim card on my board. 
 We have been testing i2c, spi, number of peripherals (a display, memory, etc). Even GPS was working well with the latest 1.1</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 09 Dec 2019 14:35:42 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55241/not-getting-1-8-volt-on-the-sim_1v8-pin-on-custom-board" /><item><title>RE: Not getting 1.8 volt on the SIM_1V8 pin on custom board</title><link>https://devzone.nordicsemi.com/thread/224496?ContentTypeID=1</link><pubDate>Mon, 09 Dec 2019 14:35:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba60c2ff-5f92-40d4-a74b-9e2e216e38dd</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Could you test with the at_client sample, and check what &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/xsim_read.html?cp=2_1_3_16_1"&gt;AT%XSIM?&lt;/a&gt;&amp;nbsp;returns ?&lt;/p&gt;
&lt;p&gt;Do you get any errors code?&lt;/p&gt;
&lt;p&gt;Also check that the SIM-card is inserted correctly in the SIM socket. Some sockets allows the SIM-card to be inserted 2 different ways, but only one way works. And then you need to take the SIM-card out, turn it 180 degrees, and put it back in the socket again.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not getting 1.8 volt on the SIM_1V8 pin on custom board</title><link>https://devzone.nordicsemi.com/thread/224194?ContentTypeID=1</link><pubDate>Fri, 06 Dec 2019 13:32:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:adec61d5-d97e-4178-931f-869c025ae813</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;I also tried adding all the rest of the prj.conf options, even if I didn&amp;#39;t need them and still no 1.8V.&amp;nbsp; So it&amp;#39;s got to be something else I guess.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not getting 1.8 volt on the SIM_1V8 pin on custom board</title><link>https://devzone.nordicsemi.com/thread/223981?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 14:58:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e22f5d3c-0706-4d7f-8114-b7b1cd2da54c</guid><dc:creator>stevenminnick</dc:creator><description>&lt;p&gt;Well I&amp;#39;m trying to make my own project.&amp;nbsp; It&amp;#39;s mostly based off the UDP_GPS code sample.&amp;nbsp; And I have the CONFIG_BSD_LIBRARY=y in my prj.conf file.&amp;nbsp; And the 1.8V is off on that pin.&lt;/p&gt;
&lt;p&gt;This is my prj.conf file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_NEWLIB_LIBC=y
CONFIG_BSD_LIBRARY=y
CONFIG_GPIO=y
CONFIG_SERIAL=y
CONFIG_STDOUT_CONSOLE=y
CONFIG_UART_INTERRUPT_DRIVEN=y
CONFIG_TEST_RANDOM_GENERATOR=y
CONFIG_NETWORKING=y
CONFIG_NET_BUF_USER_DATA_SIZE=1
CONFIG_NET_SOCKETS_OFFLOAD=y
CONFIG_NET_SOCKETS=y
CONFIG_NET_SOCKETS_POSIX_NAMES=y
CONFIG_TRUSTED_EXECUTION_NONSECURE=y
CONFIG_LOG=y
CONFIG_LOG_DEFAULT_LEVEL=4

# Heap and stacks
CONFIG_HEAP_MEM_POOL_SIZE=16384
CONFIG_MAIN_STACK_SIZE=8192
CONFIG_SYSTEM_WORKQUEUE_STACK_SIZE=2048

CONFIG_MAIN_THREAD_PRIORITY=7

# LTE link control
CONFIG_LTE_LINK_CONTROL=y
CONFIG_LTE_PSM_REQ_RPTAU=&amp;quot;00101010&amp;quot;
CONFIG_LTE_PSM_REQ_RAT=&amp;quot;00000001&amp;quot;
CONFIG_AT_HOST_LIBRARY=y

CONFIG_LTE_AUTO_INIT_AND_CONNECT=n
CONFIG_LTE_LINK_CONTROL_LOG_LEVEL_DBG=y
CONFIG_LTE_NETWORK_MODE_NBIOT=n
CONFIG_LTE_LEGACY_PCO_MODE=n&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;It&amp;#39;s exactly the same as the sample project that I believe works. But that project also has these items in it&amp;#39;s prj.conf file:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;CONFIG_FP_SHARING=y
CONFIG_NORDIC_SECURITY_BACKEND=y
CONFIG_CC310_BACKEND=y

 # GPS
CONFIG_NRF9160_GPS=y
CONFIG_NRF9160_GPS_LOG_LEVEL_DBG=y
CONFIG_GPS_USE_EXTERNAL=y
CONFIG_GPS_DEV_NAME=&amp;quot;NRF9160_GPS&amp;quot;

CONFIG_GPS_CONTROL=y
CONFIG_GPS_CONTROL_FIRST_FIX_CHECK_DELAY=10
CONFIG_GPS_CONTROL_FIX_COUNT=3
CONFIG_GPS_CONTROL_FIX_CHECK_INTERVAL=120
CONFIG_GPS_CONTROL_FIX_TRY_TIME=360
CONFIG_GPS_CONTROL_PSM_DISABLE_ON_STOP=n

CONFIG_NORDIC_SECURITY_BACKEND=y&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;So maybe 1.8V is enabled on that pin due to some of these options but it seems odd that these would be necessary.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not getting 1.8 volt on the SIM_1V8 pin on custom board</title><link>https://devzone.nordicsemi.com/thread/223931?ContentTypeID=1</link><pubDate>Thu, 05 Dec 2019 13:47:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:faa4aa1a-9385-4839-a226-3efe28b1e2f5</guid><dc:creator>Sigurd</dc:creator><description>[quote userid="76103" url="~/f/nordic-q-a/55241/not-getting-1-8-volt-on-the-sim_1v8-pin-on-custom-board"]I noticed if I put my code[/quote]
&lt;p&gt;What code/sample are you using here ?&lt;/p&gt;
&lt;p&gt;I believe you need to have&amp;nbsp;&lt;span&gt;CONFIG_BSD_LIBRARY=y i prj.conf in order for the modem to output 1.8V on the SIM pin.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>