<?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>custom nrf9160 board unable to connect : SIP version pb ?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71354/custom-nrf9160-board-unable-to-connect-sip-version-pb</link><description>Hi, 
 We developped a custom NRF9160 board and it works fine, it connects to LTE-M. We then designed a new version of the same board by adding few things (like NRF52833 MCU) and it does not connect anymore. 
 
 On the new boards, the schematics related</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 10 Feb 2021 16:51:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71354/custom-nrf9160-board-unable-to-connect-sip-version-pb" /><item><title>RE: custom nrf9160 board unable to connect : SIP version pb ?</title><link>https://devzone.nordicsemi.com/thread/293847?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2021 16:51:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a1d963d4-420f-4b9e-9320-34d5845ef61e</guid><dc:creator>fgaultier</dc:creator><description>&lt;p&gt;Hi Jonatan,&lt;/p&gt;
&lt;p&gt;We finally solved our problem ! It seems well that that there is some SIP version + modem firmware version combination issue. As previously explained on our new board we had:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;An nRF9160 SIP, version SICA B0 191102&lt;/span&gt;&lt;/li&gt;
&lt;li&gt;&lt;span&gt;Running latest firmware version 1.2.3&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;And we were not able to connect to any network.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Switching to older modem firmware version 1.1.0 solved the problem.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom nrf9160 board unable to connect : SIP version pb ?</title><link>https://devzone.nordicsemi.com/thread/293390?ContentTypeID=1</link><pubDate>Mon, 08 Feb 2021 15:46:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97c26d85-be25-4628-a124-4c0f7e012b27</guid><dc:creator>fgaultier</dc:creator><description>&lt;p&gt;Yes the SIM is from 1nce (&lt;a href="https://1nce.com/"&gt;IoT Flat Rate | Konnektivit&amp;auml;t f&amp;uuml;r M2M und IoT Anwendungen | 1NCE&lt;/a&gt;) and it works fine on other HW.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We&amp;#39;re not using AT_Client (no available UART on the board), but sending AT commands from our firmware in debug mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom nrf9160 board unable to connect : SIP version pb ?</title><link>https://devzone.nordicsemi.com/thread/293385?ContentTypeID=1</link><pubDate>Mon, 08 Feb 2021 15:34:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:44de88af-92fa-442d-9b2e-f3c094706039</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/nw_service/xmonitor_set.html?cp=2_1_7_14_0"&gt;AT%XMONITOR&lt;/a&gt; returning&amp;nbsp;the values&amp;nbsp;4 and 0&amp;nbsp;&lt;br /&gt;&lt;/span&gt;indicated that it is not recognized by the network.&amp;nbsp;&lt;br /&gt;-&amp;nbsp;&lt;strong&gt;4 – Unknown (e.g. out of E-UTRAN coverage)&lt;/strong&gt;&lt;br /&gt;-&amp;nbsp;&lt;strong&gt;0 – Not registered.&amp;nbsp;&lt;a title="Any device used by an end-user to communicate. The UE consists of the Mobile Equipment (ME) and the Universal Integrated Circuit Card (UICC)." href="https://infocenter.nordicsemi.com/topic/ref_at_commands/dita_common/glossary/glossary.html#ue"&gt;&lt;dfn&gt;User Equipment (UE)&lt;/dfn&gt;&lt;/a&gt;&lt;/strong&gt;&lt;span&gt;&lt;strong&gt;&amp;nbsp;is not currently searching for an operator to register to&lt;/strong&gt;.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;For &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/nw_service/cereg_read.html?cp=2_1_7_9_1"&gt;+CEREG&lt;/a&gt; &amp;nbsp;4 is the same as %XMONITOR command,&amp;nbsp;&lt;span&gt;&lt;strong&gt;4 – Unknown (e.g. out of E-UTRAN coverage)&lt;/strong&gt;.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;Does the SIM work on other HW ? And you are testing with &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/master/samples/nrf9160/at_client"&gt;AT_Client&lt;/a&gt; &amp;nbsp;?&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom nrf9160 board unable to connect : SIP version pb ?</title><link>https://devzone.nordicsemi.com/thread/293283?ContentTypeID=1</link><pubDate>Mon, 08 Feb 2021 10:23:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40920567-4fb3-43cf-a172-030de12914b4</guid><dc:creator>fgaultier</dc:creator><description>&lt;p&gt;Hi Jonathan,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I tried again the AT commands including AT%XMONITOR.&lt;/p&gt;
&lt;p&gt;The first response of AT%XMONITOR is 4 and the second is 0&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Do you have an Idea ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The complete results are below&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;AT%XSYSTEMMODE=1,0,0,1&lt;br /&gt;OK&lt;br /&gt;AT%XSYSTEMMODE?&lt;br /&gt;%XSYSTEMMODE: 1,0,0,1&lt;br /&gt;OK&lt;br /&gt;AT+CFUN=1&lt;br /&gt;OK&lt;br /&gt;AT+CFUN?&lt;br /&gt;+CFUN: 1&lt;br /&gt;OK&lt;br /&gt;AT+CGSN=1&lt;br /&gt;+CGSN: &amp;quot;352656100353088&amp;quot;&lt;br /&gt;OK&lt;br /&gt;AT+CGMI&lt;br /&gt;Nordic Semiconductor ASA&lt;br /&gt;OK&lt;br /&gt;AT+CGMM&lt;br /&gt;nRF9160-SICA&lt;br /&gt;OK&lt;br /&gt;AT+CGMR&lt;br /&gt;mfw_nrf9160_1.2.3&lt;br /&gt;OK&lt;br /&gt;AT+CEMODE?&lt;br /&gt;+CEMODE: 2&lt;br /&gt;OK&lt;br /&gt;AT%XCBAND=?&lt;br /&gt;%XCBAND: (1,2,3,4,5,8,12,13,14,17,20,25,26,28,66)&lt;br /&gt;OK&lt;br /&gt;AT+CMEE?&lt;br /&gt;+CMEE: 0&lt;br /&gt;OK&lt;br /&gt;AT+CMEE=1&lt;br /&gt;OK&lt;br /&gt;AT+CNEC?&lt;br /&gt;+CNEC: 0&lt;br /&gt;OK&lt;br /&gt;AT+CNEC=24&lt;br /&gt;OK&lt;br /&gt;AT+CGEREP?&lt;br /&gt;+CGEREP: 0,0&lt;br /&gt;OK&lt;br /&gt;AT+CGDCONT?&lt;br /&gt;OK&lt;br /&gt;AT+CGACT?&lt;br /&gt;OK&lt;br /&gt;AT+CGEREP=1&lt;br /&gt;OK&lt;br /&gt;AT+CIND=1,1,1&lt;br /&gt;OK&lt;br /&gt;AT+CEREG=5&lt;br /&gt;OK&lt;br /&gt;AT+CEREG?&lt;br /&gt;+CEREG: 5,4,&amp;quot;FFFE&amp;quot;,&amp;quot;FFFFFFFF&amp;quot;,7,0,0,&amp;quot;00000000&amp;quot;,&amp;quot;00000000&amp;quot;&lt;br /&gt;OK&lt;br /&gt;AT%CESQ=1&lt;br /&gt;OK&lt;br /&gt;AT+CESQ&lt;br /&gt;+CESQ: 99,99,255,255,255,255&lt;br /&gt;OK&lt;br /&gt;AT%XSIM=1&lt;br /&gt;OK&lt;br /&gt;AT%XSIM?&lt;br /&gt;%XSIM: 1&lt;br /&gt;OK&lt;br /&gt;AT+CPIN?&lt;br /&gt;+CPIN: READY&lt;br /&gt;OK&lt;br /&gt;AT+CPINR=&amp;quot;SIM PIN&amp;quot;&lt;br /&gt;+CPINR: &amp;quot;SIM PIN&amp;quot;,3&lt;br /&gt;OK&lt;br /&gt;AT+CIMI&lt;br /&gt;901405101055802&lt;br /&gt;OK&lt;br /&gt;AT+CGDCONT?&lt;br /&gt;OK&lt;br /&gt;AT%XMONITOR&lt;br /&gt;%XMONITOR: 4&lt;br /&gt;OK&lt;br /&gt;AT%XMONITOR&lt;br /&gt;%XMONITOR: 0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom nrf9160 board unable to connect : SIP version pb ?</title><link>https://devzone.nordicsemi.com/thread/293140?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 14:54:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:79040ce9-6d73-4591-9ea0-6c136c8a6451</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Ok, sounds good. If you dont want to share the files publicly we can make this case private or you can create a new one, whatever you prefer.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom nrf9160 board unable to connect : SIP version pb ?</title><link>https://devzone.nordicsemi.com/thread/293135?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 14:31:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8e9456ab-0d0c-4c1f-a4a5-077ffc7cc295</guid><dc:creator>fgaultier</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your answer Jonathan.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The RF part on the new board is fine; we were able to connect to LTE-M from the older board using the RF part (antenna and matching circuit) of the newer board.&lt;/p&gt;
&lt;p&gt;I will check the result of&amp;nbsp; AT%XMONITOR on monday morning (I&amp;#39;m teleworking today and have no access to our lab currently), and if we cannot figure anything from it, I will share schematic and HW files with you.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Franck&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: custom nrf9160 board unable to connect : SIP version pb ?</title><link>https://devzone.nordicsemi.com/thread/293090?ContentTypeID=1</link><pubDate>Fri, 05 Feb 2021 13:04:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2c211ee-80b1-4d8e-a898-98a106dd5489</guid><dc:creator>JONATHAN LL</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user=""]measurements on the antenna PIN show nothings go out[/quote]
&lt;p&gt;Have you measured on both the working and not working HW ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
[quote user=""] schematics related to NRF9160 are essentially the same as on the older version[/quote]
&lt;p&gt;Is the RF part the same ? have there ben any changes in the PCB layout?&amp;nbsp;&lt;br /&gt;Can you possibly share the schematic and the PCB files ?&lt;/p&gt;
&lt;p&gt;Might solve this without having top share schematic and HW files&lt;br /&gt;&lt;br /&gt;You have used the same SIM and know it works.&lt;br /&gt;&lt;br /&gt;What does&amp;nbsp;&lt;strong&gt;AT%XMONITOR&lt;/strong&gt; return ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;Regards,&lt;br /&gt;Jonathan&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>