<?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>LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/90586/lte-link-monitor-issue-with-9160</link><description>I was starting to develop for our own board based on the nRF9160 where we will just be using the LTE-M and while doing so, ran into issues with enabling the LTE. To do a sanity check, I went back to the &amp;#39;at_client&amp;#39; example in the nRF Connect SDK 2.0.2</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 04 Aug 2022 20:39:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/90586/lte-link-monitor-issue-with-9160" /><item><title>RE: LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/thread/380219?ContentTypeID=1</link><pubDate>Thu, 04 Aug 2022 20:39:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26c224cb-e950-4f0b-b088-df1170a7a306</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Thank you! That helped me figure things out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/thread/380076?ContentTypeID=1</link><pubDate>Thu, 04 Aug 2022 10:18:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8daa86f-a45b-4079-9b92-43e777d347c2</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Benjamin,&lt;/p&gt;
&lt;p&gt;The AT client sample does not use functions from the&amp;nbsp;&lt;span&gt;nRF91 LTE Link control library. As I mentioned, you need to&amp;nbsp;manually send commands. Even the LTE Link Monitor Automatic requests options do is just help you send check commands. We have many nRF9160 samples to demo how to use&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.0/nrf/libraries/modem/lte_lc.html?highlight=lte_link_control"&gt;LTE link controller&lt;/a&gt;, the simplest one is the UDP sample if you want to learn how to use it, please pay attend to the&amp;nbsp;&lt;/span&gt;&lt;span&gt;connect_to_lte&lt;/span&gt;&lt;span&gt;&amp;nbsp;and&amp;nbsp;&lt;/span&gt;lte_handler functions.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/thread/379974?ContentTypeID=1</link><pubDate>Wed, 03 Aug 2022 16:09:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9ed22d13-1e29-4c3e-8f39-cb530880146b</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Ok, when I use those commands, it works! However, when I rebuild and reflash, it doesn&amp;#39;t work again. I went through my kconfig for the nrf91 modem and it seems to be the same *except* I have the &amp;quot;nRF91 LTE Link control library&amp;quot; enabled on my own build. I have the LTE-M selected as my network mode, but it just keeps pulsing that it&amp;#39;s searching, but if I run the commands you mentioned:&lt;/p&gt;
&lt;p&gt;AT+CFUN=4&lt;br /&gt;AT%XSYSTEMMODE=1,0,0,0&lt;br /&gt;AT+CFUN=1&lt;/p&gt;
&lt;p&gt;Then it works fine. What would I have wrong in the kconfig? That seems to be where my issue is, but I can&amp;#39;t quite spot it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/thread/379953?ContentTypeID=1</link><pubDate>Wed, 03 Aug 2022 13:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb42f53a-025a-4d9b-84e7-586bccfaf718</guid><dc:creator>SoTXhelp</dc:creator><description>&lt;p&gt;Hello Benjamin,&lt;/p&gt;
&lt;p&gt;In the Systemmode command you can instruct the modem that You want to have a primary selection of Cat M1, you could enable or disable GNSS as an option and lastly you can tell the instuction that you only want Cat M1 Mode or have the option to search both networks.&lt;/p&gt;
&lt;p&gt;If you will only be in M1 then I suggest&amp;nbsp;&lt;/p&gt;
&lt;p&gt;AT%SYSTEMMODE=1,0,0,1&lt;/p&gt;
&lt;p&gt;As Charlie points out, The clue was the CEREG with the indication of NB selected &amp;quot;9&amp;quot;.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Helping decipher what we see in the log that aids in the diagnostic for us.&amp;nbsp;&lt;/p&gt;
&lt;div&gt;&amp;lt; +CEREG: 2,&amp;quot;F1D4&amp;quot;,&amp;quot;016186CB&amp;quot;,9,0,11&lt;/div&gt;
&lt;div&gt;We see the still searching &amp;quot;2&amp;quot;, &amp;quot;TAC&amp;quot;=0xF1D4, &amp;quot;CellID&amp;quot;= 0x016186 CB, &amp;quot;9&amp;quot; = NB,&amp;quot;0&amp;quot;,EMM Error code &amp;quot;11&amp;quot; Cause #11 &amp;ndash; PLMN not allowed&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Tmobile Network PLMN = 310260&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a title="Tmobile Tower Location" href="https://www.cellmapper.net/map?MCC=310&amp;amp;MNC=260&amp;amp;type=LTE&amp;amp;latitude=41.730419401283854&amp;amp;longitude=-111.85501014049497&amp;amp;zoom=16&amp;amp;showTowers=true&amp;amp;showTowerLabels=true&amp;amp;clusterEnabled=false&amp;amp;tilesEnabled=true&amp;amp;showOrphans=false&amp;amp;showNoFrequencyOnly=false&amp;amp;showFrequencyOnly=false&amp;amp;showBandwidthOnly=false&amp;amp;DateFilterType=Last&amp;amp;showHex=true&amp;amp;showVerifiedOnly=false&amp;amp;showUnverifiedOnly=false&amp;amp;showLTECAOnly=false&amp;amp;showENDCOnly=false&amp;amp;showBand=0&amp;amp;showSectorColours=true&amp;amp;mapType=roadmap"&gt;Cellmapper Tmobile Tower Location&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;lt; %CESQ: 36,1,20,2 -&amp;nbsp;Signal quality -104&lt;/div&gt;
&lt;div&gt;&amp;lt; %CESQ: 255,0,255,0 - Switching tower reselection: indicated by no signal&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;lt; %CESQ: 47,2,11,1&lt;/div&gt;
&lt;div&gt;New tower selected&lt;/div&gt;
&lt;div&gt;&amp;lt; +CEREG: 2,&amp;quot;9C14&amp;quot;,&amp;quot;06E9E03B&amp;quot;,9&lt;/div&gt;
&lt;div&gt;We are still searching for the network &amp;quot;2&amp;quot;, Tracking Area &amp;quot;0x9C14&amp;quot;, CellID 0x06E9E0 3B&lt;/div&gt;
&lt;div&gt;ATT PLMN 310410&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;a title="ATT Tower Location" href="https://www.cellmapper.net/map?MCC=310&amp;amp;MNC=410&amp;amp;type=LTE&amp;amp;latitude=41.734751455183755&amp;amp;longitude=-111.8551894191154&amp;amp;zoom=16&amp;amp;showTowers=true&amp;amp;showTowerLabels=true&amp;amp;clusterEnabled=false&amp;amp;tilesEnabled=true&amp;amp;showOrphans=false&amp;amp;showNoFrequencyOnly=false&amp;amp;showFrequencyOnly=false&amp;amp;showBandwidthOnly=false&amp;amp;DateFilterType=Last&amp;amp;showHex=true&amp;amp;showVerifiedOnly=false&amp;amp;showUnverifiedOnly=false&amp;amp;showLTECAOnly=false&amp;amp;showENDCOnly=false&amp;amp;showBand=0&amp;amp;showSectorColours=true&amp;amp;mapType=roadmap"&gt;Cellmapper AT&amp;amp;T Tower Location&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&amp;lt; +CNEC_EMM: 15 -&amp;nbsp;We are receiving an EMM Error &amp;quot;15&amp;quot; Cause #15 &amp;ndash; No suitable cells in tracking area&lt;/div&gt;
&lt;div&gt;&amp;lt; +CEREG: 2,&amp;quot;9C14&amp;quot;,&amp;quot;06E9E03B&amp;quot;,9,0,15&lt;/div&gt;
&lt;div&gt;Repeat from above with additional EMM 15 error (No Suitable cells in tracking area.&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;lt; %CESQ: 255,0,255,0&lt;/div&gt;
&lt;div&gt;Reselection Still searching&lt;/div&gt;
&lt;div&gt;&amp;lt; +CEREG: 2&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;lt; +CEREG: 2,&amp;quot;0D92&amp;quot;,&amp;quot;0034571E&amp;quot;,9&lt;/div&gt;
&lt;div&gt;New Network, Tracking Area &amp;quot;0x0D92&amp;quot;, CellID 0x003457 1E&lt;/div&gt;
&lt;div&gt;Verizon PLMN 311480&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;a title="Cellmapper link" href="https://www.cellmapper.net/map?MCC=311&amp;amp;MNC=480&amp;amp;type=LTE&amp;amp;latitude=41.74629217181996&amp;amp;longitude=-111.81033738534198&amp;amp;zoom=16&amp;amp;showTowers=true&amp;amp;showTowerLabels=true&amp;amp;clusterEnabled=false&amp;amp;tilesEnabled=true&amp;amp;showOrphans=false&amp;amp;showNoFrequencyOnly=false&amp;amp;showFrequencyOnly=false&amp;amp;showBandwidthOnly=false&amp;amp;DateFilterType=Last&amp;amp;showHex=true&amp;amp;showVerifiedOnly=false&amp;amp;showUnverifiedOnly=false&amp;amp;showLTECAOnly=false&amp;amp;showENDCOnly=false&amp;amp;showBand=0&amp;amp;showSectorColours=true&amp;amp;mapType=roadmap"&gt;Cellmapper Verizon Tower Location Link&lt;/a&gt;&lt;/div&gt;
&lt;div&gt;&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&amp;lt; +CNEC_ESM: 32,0&lt;/div&gt;
&lt;div&gt;ESM Error 32 = Cause #32 &amp;ndash; Service option not supported&lt;/div&gt;
&lt;div&gt;&amp;lt; +CNEC_EMM: 19&lt;/div&gt;
&lt;div&gt;EMM Error 19 = Cause #19 &amp;ndash; ESM failure&lt;/div&gt;
&lt;div&gt;&amp;lt; +CEREG: 2,&amp;quot;0D92&amp;quot;,&amp;quot;0034571E&amp;quot;,9,0,19&lt;/div&gt;
&lt;div&gt;&amp;lt; +CEREG: 2&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/thread/379827?ContentTypeID=1</link><pubDate>Wed, 03 Aug 2022 08:58:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ba8ef07d-58fe-4fd4-8325-2c3d082b0b5f</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Benjamin,&lt;/p&gt;
&lt;p&gt;The log&amp;nbsp;&lt;span&gt;&amp;quot;&lt;/span&gt;+CEREG: 2,&amp;quot;0D92&amp;quot;,&amp;quot;0034571E&amp;quot;,9,0,19&lt;span&gt;&amp;quot;&lt;/span&gt; shows your device is trying to attach to an NB-IoT network, which may be not supported by iBasis.&lt;/p&gt;
&lt;p&gt;Can you try setting the device to connect to the LTE-M network with the following commands?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;AT+CFUN=4
AT%XSYSTEMMODE=1,0,0,0
AT+CFUN=1&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/thread/379774?ContentTypeID=1</link><pubDate>Tue, 02 Aug 2022 20:32:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7556cd4a-0b97-4967-92f8-80350c203980</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;I&amp;#39;m running on an M1 Mac.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I ran those commands after the device had been on for over 10min I believe, here is the resulting log file. Thank you for your help!&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;2022-08-02T20:16:50.919Z DEBUG Application data folder: /Users/user/Library/Application Support/nrfconnect/pc-nrfconnect-linkmonitor
2022-08-02T20:16:52.075Z INFO Using nrf-device-lib-js version: 0.4.11
2022-08-02T20:16:52.076Z INFO Using nrf-device-lib version: 0.11.8
2022-08-02T20:16:52.077Z INFO Using nrfjprog DLL version: 10.15.4
2022-08-02T20:16:52.077Z INFO Using JLink version: JLink_V7.64e
2022-08-02T20:16:52.226Z DEBUG App pc-nrfconnect-linkmonitor v2.0.1 official
2022-08-02T20:16:52.226Z DEBUG App path: /Users/user/.nrfconnect-apps/node_modules/pc-nrfconnect-linkmonitor
2022-08-02T20:16:52.226Z DEBUG nRFConnect 3.11.1, required by the app is (^3.8.0)
2022-08-02T20:16:52.226Z DEBUG nRFConnect path: /Applications/nRF Connect for Desktop.app/Contents/Resources/app.asar
2022-08-02T20:16:52.226Z DEBUG HomeDir: /Users/user
2022-08-02T20:16:52.226Z DEBUG TmpDir: /var/folders/0l/h7c0fmrn2s99zfj4sb1qlk_r0000gn/T/
2022-08-02T20:16:52.244Z INFO Installed JLink version does not match the provided version (V7.58b)
2022-08-02T20:17:01.826Z INFO Modem port is opened
2022-08-02T20:17:01.853Z DEBUG modem &amp;gt;&amp;gt; AT+CFUN?
2022-08-02T20:17:01.917Z DEBUG modem &amp;lt;&amp;lt; +CFUN: 0
2022-08-02T20:17:01.920Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:08.002Z DEBUG modem &amp;gt;&amp;gt; AT+CFUN=1
2022-08-02T20:17:08.040Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:09.590Z DEBUG modem &amp;gt;&amp;gt; AT+CFUN?
2022-08-02T20:17:09.595Z DEBUG modem &amp;lt;&amp;lt; +CFUN: 1
2022-08-02T20:17:09.611Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:09.617Z DEBUG modem &amp;gt;&amp;gt; AT+CGSN=1
2022-08-02T20:17:09.629Z DEBUG modem &amp;lt;&amp;lt; +CGSN: &amp;quot;351358811117313&amp;quot;
2022-08-02T20:17:09.635Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:17:09.696Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:09.704Z DEBUG modem &amp;gt;&amp;gt; AT+CGMI
2022-08-02T20:17:09.710Z DEBUG modem &amp;lt;&amp;lt; Nordic Semiconductor ASA
2022-08-02T20:17:09.731Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:17:09.747Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:09.772Z DEBUG modem &amp;gt;&amp;gt; AT+CGMM
2022-08-02T20:17:09.790Z DEBUG modem &amp;lt;&amp;lt; nRF9160-SICA
2022-08-02T20:17:09.801Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:09.827Z DEBUG modem &amp;gt;&amp;gt; AT+CGMR
2022-08-02T20:17:09.831Z DEBUG modem &amp;lt;&amp;lt; mfw_nrf9160_1.3.2
2022-08-02T20:17:09.834Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:17:09.837Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:09.838Z INFO Nordic Semiconductor ASA nRF9160-SICA [mfw_nrf9160_1.3.2] SerNr: 351358811117313
2022-08-02T20:17:09.839Z DEBUG modem &amp;gt;&amp;gt; AT+CEMODE?
2022-08-02T20:17:09.867Z DEBUG modem &amp;lt;&amp;lt; +CEMODE: 0
2022-08-02T20:17:09.888Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:09.944Z DEBUG modem &amp;gt;&amp;gt; AT%XCBAND=?
2022-08-02T20:17:09.957Z DEBUG modem &amp;lt;&amp;lt; %XCBAND: (1,2,3,4,5,8,12,13,17,19,20,25,26,28,66)
2022-08-02T20:17:09.966Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:17:09.967Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:09.998Z DEBUG modem &amp;gt;&amp;gt; AT+CMEE?
2022-08-02T20:17:10.005Z DEBUG modem &amp;lt;&amp;lt; +CMEE: 0
2022-08-02T20:17:10.010Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.018Z DEBUG modem &amp;gt;&amp;gt; AT+CMEE=1
2022-08-02T20:17:10.022Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.029Z DEBUG modem &amp;gt;&amp;gt; AT+CNEC?
2022-08-02T20:17:10.032Z DEBUG modem &amp;lt;&amp;lt; +CNEC: 0
2022-08-02T20:17:10.037Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.057Z DEBUG modem &amp;gt;&amp;gt; AT+CNEC=24
2022-08-02T20:17:10.061Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.068Z DEBUG modem &amp;gt;&amp;gt; AT+CGEREP?
2022-08-02T20:17:10.092Z DEBUG modem &amp;lt;&amp;lt; +CGEREP: 0,0
2022-08-02T20:17:10.094Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:17:10.099Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.105Z DEBUG modem &amp;gt;&amp;gt; AT+CGDCONT?
2022-08-02T20:17:10.113Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.115Z DEBUG modem &amp;gt;&amp;gt; AT+CGACT?
2022-08-02T20:17:10.118Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.120Z DEBUG modem &amp;gt;&amp;gt; AT+CGEREP=1
2022-08-02T20:17:10.124Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.136Z DEBUG modem &amp;gt;&amp;gt; AT+CIND=1,1,1
2022-08-02T20:17:10.140Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.142Z DEBUG modem &amp;gt;&amp;gt; AT+CEREG=5
2022-08-02T20:17:10.145Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.147Z DEBUG modem &amp;gt;&amp;gt; AT+CEREG?
2022-08-02T20:17:10.151Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 5,4
2022-08-02T20:17:10.159Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.190Z DEBUG modem &amp;gt;&amp;gt; AT%CESQ=1
2022-08-02T20:17:10.195Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.197Z DEBUG modem &amp;gt;&amp;gt; AT+CESQ
2022-08-02T20:17:10.202Z DEBUG modem &amp;lt;&amp;lt; +CESQ: 99,99,255,255,255,255
2022-08-02T20:17:10.209Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.213Z DEBUG modem &amp;gt;&amp;gt; AT%XSIM=1
2022-08-02T20:17:10.218Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.225Z DEBUG modem &amp;gt;&amp;gt; AT%XSIM?
2022-08-02T20:17:10.228Z DEBUG modem &amp;lt;&amp;lt; %XSIM: 1
2022-08-02T20:17:10.237Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:17:10.243Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.247Z DEBUG modem &amp;gt;&amp;gt; AT+CPIN?
2022-08-02T20:17:10.252Z DEBUG modem &amp;lt;&amp;lt; +CPIN: READY
2022-08-02T20:17:10.260Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.318Z DEBUG modem &amp;gt;&amp;gt; AT+CPINR=&amp;quot;SIM PIN&amp;quot;
2022-08-02T20:17:10.336Z DEBUG modem &amp;lt;&amp;lt; +CPINR: &amp;quot;SIM PIN&amp;quot;,3
2022-08-02T20:17:10.338Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.357Z DEBUG modem &amp;gt;&amp;gt; AT+CIMI
2022-08-02T20:17:10.361Z DEBUG modem &amp;lt;&amp;lt; 204080813694050
2022-08-02T20:17:10.362Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:17:10.363Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:17:10.364Z INFO IMSIdentity: 204080813694050
2022-08-02T20:18:46.318Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 34,1,19,2
2022-08-02T20:18:46.352Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2,&amp;quot;F1D4&amp;quot;,&amp;quot;016186CB&amp;quot;,9
2022-08-02T20:18:46.389Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 36,1,25,3
2022-08-02T20:18:46.605Z DEBUG modem &amp;lt;&amp;lt; +CNEC_EMM: 11
2022-08-02T20:18:46.614Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2,&amp;quot;F1D4&amp;quot;,&amp;quot;016186CB&amp;quot;,9,0,11
2022-08-02T20:18:46.939Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 36,1,20,2
2022-08-02T20:18:46.981Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 255,0,255,0
2022-08-02T20:18:48.959Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 47,2,11,1
2022-08-02T20:18:48.968Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2,&amp;quot;9C14&amp;quot;,&amp;quot;06E9E03B&amp;quot;,9
2022-08-02T20:18:50.106Z DEBUG modem &amp;lt;&amp;lt; +CNEC_EMM: 15
2022-08-02T20:18:50.156Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2,&amp;quot;9C14&amp;quot;,&amp;quot;06E9E03B&amp;quot;,9,0,15
2022-08-02T20:18:51.246Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 255,0,255,0
2022-08-02T20:18:51.260Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2
2022-08-02T20:19:00.527Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 49,2,16,2
2022-08-02T20:19:27.295Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 48,2,9,1
2022-08-02T20:19:30.419Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 48,2,15,2
2022-08-02T20:19:32.462Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 255,0,255,0
2022-08-02T20:19:37.557Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 44,2,13,1
2022-08-02T20:19:37.572Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2,&amp;quot;0D92&amp;quot;,&amp;quot;0034571E&amp;quot;,9
2022-08-02T20:19:37.896Z DEBUG modem &amp;lt;&amp;lt; +CNEC_ESM: 32,0
2022-08-02T20:19:37.906Z DEBUG modem &amp;lt;&amp;lt; +CNEC_EMM: 19
2022-08-02T20:19:37.912Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2,&amp;quot;0D92&amp;quot;,&amp;quot;0034571E&amp;quot;,9,0,19
2022-08-02T20:19:38.327Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 255,0,255,0
2022-08-02T20:19:38.608Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 48,2,15,2
2022-08-02T20:19:38.617Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2
2022-08-02T20:20:14.293Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 255,0,255,0
2022-08-02T20:20:14.766Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 44,2,14,2
2022-08-02T20:20:16.250Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 44,2,21,3
2022-08-02T20:20:34.171Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 42,2,15,2
2022-08-02T20:20:59.771Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 44,2,20,2
2022-08-02T20:21:30.490Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 41,2,14,2
2022-08-02T20:21:38.171Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 43,2,20,2
2022-08-02T20:27:28.891Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 42,2,15,2
2022-08-02T20:27:46.810Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 45,2,23,3
2022-08-02T20:27:51.932Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 45,2,18,2
2022-08-02T20:28:24.401Z DEBUG modem &amp;gt;&amp;gt; AT+CEREG=5
2022-08-02T20:28:24.414Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:28:35.486Z DEBUG modem &amp;gt;&amp;gt; AT+CNEC=24
2022-08-02T20:28:35.499Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:28:46.857Z DEBUG modem &amp;gt;&amp;gt; AT%CESQ=1
2022-08-02T20:28:46.869Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:28:54.402Z DEBUG modem &amp;gt;&amp;gt; AT+CSCON=3
2022-08-02T20:28:54.412Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:02.220Z DEBUG modem &amp;gt;&amp;gt; AT+CMEE=1
2022-08-02T20:29:02.232Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:09.603Z DEBUG modem &amp;gt;&amp;gt; AT%XMODEMTRACE=1,2
2022-08-02T20:29:09.618Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:19.786Z DEBUG modem &amp;gt;&amp;gt; AT+CEINFO=1
2022-08-02T20:29:19.804Z DEBUG modem &amp;lt;&amp;lt; +CEINFO: 1,1,I,8,1,-97,1
2022-08-02T20:29:19.806Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:30.638Z DEBUG modem &amp;gt;&amp;gt; AT%MDMEV=1
2022-08-02T20:29:30.649Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:40.403Z DEBUG modem &amp;gt;&amp;gt; AT%XMONITOR
2022-08-02T20:29:40.423Z DEBUG modem &amp;lt;&amp;lt; %XMONITOR: 2
2022-08-02T20:29:40.424Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.403Z DEBUG modem &amp;gt;&amp;gt; AT+CFUN?
2022-08-02T20:29:42.414Z DEBUG modem &amp;lt;&amp;lt; +CFUN: 1
2022-08-02T20:29:42.421Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.422Z DEBUG modem &amp;gt;&amp;gt; AT+CGSN=1
2022-08-02T20:29:42.433Z DEBUG modem &amp;lt;&amp;lt; +CGSN: &amp;quot;351358811117313&amp;quot;
2022-08-02T20:29:42.435Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:29:42.436Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.438Z DEBUG modem &amp;gt;&amp;gt; AT+CGMI
2022-08-02T20:29:42.452Z DEBUG modem &amp;lt;&amp;lt; Nordic Semiconductor ASA
2022-08-02T20:29:42.455Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:29:42.459Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.465Z DEBUG modem &amp;gt;&amp;gt; AT+CGMM
2022-08-02T20:29:42.480Z DEBUG modem &amp;lt;&amp;lt; nRF9160-SICA
2022-08-02T20:29:42.481Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:29:42.482Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.490Z DEBUG modem &amp;gt;&amp;gt; AT+CGMR
2022-08-02T20:29:42.513Z DEBUG modem &amp;lt;&amp;lt; mfw_nrf9160_1.3.2
2022-08-02T20:29:42.514Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:29:42.515Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.516Z INFO Nordic Semiconductor ASA nRF9160-SICA [mfw_nrf9160_1.3.2] SerNr: 351358811117313
2022-08-02T20:29:42.523Z DEBUG modem &amp;gt;&amp;gt; AT+CEMODE?
2022-08-02T20:29:42.537Z DEBUG modem &amp;lt;&amp;lt; +CEMODE: 0
2022-08-02T20:29:42.539Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.546Z DEBUG modem &amp;gt;&amp;gt; AT%XCBAND=?
2022-08-02T20:29:42.561Z DEBUG modem &amp;lt;&amp;lt; %XCBAND: (1,2,3,4,5,8,12,13,17,19,20,25,26,28,66)
2022-08-02T20:29:42.562Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.570Z DEBUG modem &amp;gt;&amp;gt; AT+CMEE?
2022-08-02T20:29:42.578Z DEBUG modem &amp;lt;&amp;lt; +CMEE: 1
2022-08-02T20:29:42.579Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.585Z DEBUG modem &amp;gt;&amp;gt; AT+CNEC?
2022-08-02T20:29:42.596Z DEBUG modem &amp;lt;&amp;lt; +CNEC: 24
2022-08-02T20:29:42.598Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:29:42.603Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.605Z DEBUG modem &amp;gt;&amp;gt; AT+CGEREP?
2022-08-02T20:29:42.615Z DEBUG modem &amp;lt;&amp;lt; +CGEREP: 1,0
2022-08-02T20:29:42.617Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.624Z DEBUG modem &amp;gt;&amp;gt; AT+CIND=1,1,1
2022-08-02T20:29:42.634Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.641Z DEBUG modem &amp;gt;&amp;gt; AT+CEREG=5
2022-08-02T20:29:42.645Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.647Z DEBUG modem &amp;gt;&amp;gt; AT+CEREG?
2022-08-02T20:29:42.655Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 5,2
2022-08-02T20:29:42.656Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.662Z DEBUG modem &amp;gt;&amp;gt; AT%CESQ=1
2022-08-02T20:29:42.672Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.674Z DEBUG modem &amp;gt;&amp;gt; AT+CESQ
2022-08-02T20:29:42.685Z DEBUG modem &amp;lt;&amp;lt; +CESQ: 99,99,255,255,18,43
2022-08-02T20:29:42.686Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:29:42.687Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.690Z DEBUG modem &amp;gt;&amp;gt; AT%XSIM=1
2022-08-02T20:29:42.705Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.710Z DEBUG modem &amp;gt;&amp;gt; AT%XSIM?
2022-08-02T20:29:42.715Z DEBUG modem &amp;lt;&amp;lt; %XSIM: 1
2022-08-02T20:29:42.716Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:29:42.717Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.720Z DEBUG modem &amp;gt;&amp;gt; AT+CPIN?
2022-08-02T20:29:42.728Z DEBUG modem &amp;lt;&amp;lt; +CPIN: READY
2022-08-02T20:29:42.729Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.732Z DEBUG modem &amp;gt;&amp;gt; AT+CPINR=&amp;quot;SIM PIN&amp;quot;
2022-08-02T20:29:42.748Z DEBUG modem &amp;lt;&amp;lt; +CPINR: &amp;quot;SIM PIN&amp;quot;,3
2022-08-02T20:29:42.750Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:29:42.750Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.753Z DEBUG modem &amp;gt;&amp;gt; AT+CIMI
2022-08-02T20:29:42.763Z DEBUG modem &amp;lt;&amp;lt; 204080813694050
2022-08-02T20:29:42.764Z DEBUG modem &amp;lt;&amp;lt; 
2022-08-02T20:29:42.765Z DEBUG modem &amp;lt;&amp;lt; OK
2022-08-02T20:29:42.765Z INFO IMSIdentity: 204080813694050
2022-08-02T20:31:38.071Z DEBUG modem &amp;lt;&amp;lt; +CEINFO: 1,1,R,8,1,-98,0
2022-08-02T20:31:38.270Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 1,7,4
2022-08-02T20:31:38.329Z DEBUG modem &amp;lt;&amp;lt; +CEINFO: 1,1,C,2,1,-98,0
2022-08-02T20:31:38.403Z DEBUG modem &amp;lt;&amp;lt; +CNEC_ESM: 32,0
2022-08-02T20:31:38.430Z DEBUG modem &amp;lt;&amp;lt; +CNEC_EMM: 19
2022-08-02T20:31:38.435Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2,&amp;quot;0D92&amp;quot;,&amp;quot;0034571E&amp;quot;,9,0,19
2022-08-02T20:31:38.482Z DEBUG modem &amp;lt;&amp;lt; +CSCON: 0,7,4
2022-08-02T20:31:38.772Z DEBUG modem &amp;lt;&amp;lt; +CEINFO: 1,1,I,8,1,-97,-3
2022-08-02T20:31:38.810Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 255,0,255,0
2022-08-02T20:31:38.826Z DEBUG modem &amp;lt;&amp;lt; +CEINFO: 1,1,I,0,0,255,127
2022-08-02T20:31:39.253Z DEBUG modem &amp;lt;&amp;lt; %CESQ: 46,2,12,1
2022-08-02T20:31:39.261Z DEBUG modem &amp;lt;&amp;lt; +CEINFO: 1,1,I,2,1,-95,0
2022-08-02T20:31:39.269Z DEBUG modem &amp;lt;&amp;lt; +CEREG: 2&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/thread/379772?ContentTypeID=1</link><pubDate>Tue, 02 Aug 2022 19:40:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:14dae912-0522-4762-a4ef-0f8ddf4ed967</guid><dc:creator>SoTXhelp</dc:creator><description>&lt;p&gt;Benjamin,&lt;/p&gt;
&lt;p&gt;It appears that you are having issues with your SIM connecting to the tower. The CEREG:2 indicates that the UE is still searching for a network to attach to. The RSRP levels show good signal. In your screen shot it looks like you are averaging -94 dBm. Then you see the -255 where the board lost the connection and then the signal level is then -100 dBm. At this point you get the CEREG:2 indicating the UE is searching for the network still.&lt;/p&gt;
&lt;p&gt;Can you add these AT commands to help provide more information?&amp;nbsp;&lt;/p&gt;
&lt;div&gt;AT+CEREG=5&lt;/div&gt;
&lt;div&gt;AT+CNEC=24&lt;/div&gt;
&lt;div&gt;AT%CESQ=1&lt;/div&gt;
&lt;div&gt;AT+CSCON=3&lt;/div&gt;
&lt;div&gt;AT+CMEE=1&lt;/div&gt;
&lt;div&gt;AT%XMODEMTRACE=1,2&lt;/div&gt;
&lt;div&gt;AT+CEINFO=1&lt;/div&gt;
&lt;div&gt;AT%MDMEV=1&lt;/div&gt;
&lt;div&gt;AT%XMONITOR&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;The LTE Link Monitor application only polls during the Automatic update when you send AT+CFUN?. If any of the display buttons change after the initial script the condition won&amp;#39;t be updated until the next auto script.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Are you using Linux or Apple ? The screen shows the board as a logical device. The Windows version is not similar.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;The screen shots limit what we can see compared to posting the Log File. The log file is much more helpful. The binary trace file is even better to help troubleshoot the issue you may be having.&amp;nbsp;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;Regards,&lt;/div&gt;
&lt;div&gt;Don&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/thread/379760?ContentTypeID=1</link><pubDate>Tue, 02 Aug 2022 15:37:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2202514-10ad-478d-8578-f0832a3ddf93</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;With the at_client I still have issues when trying to follow the main at commands. I did double check I have plenty of available data on the iBasis sim card, which I know at least used to connect to LTE-M and I could send data to the cloud. This is what I&amp;#39;m seeing now. I&amp;#39;m confused as to why the UART one is red, but the LTE one just keeps pulsing yellow and red.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screen-Shot-2022_2D00_08_2D00_02-at-9.31.46-AM.png" alt=" " /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LTE Link Monitor Issue with 9160</title><link>https://devzone.nordicsemi.com/thread/379654?ContentTypeID=1</link><pubDate>Tue, 02 Aug 2022 09:00:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d15585ea-50eb-434d-95b4-2fd4d3135918</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Benjamin,&lt;/p&gt;
&lt;p&gt;This is as expected.&lt;/p&gt;
&lt;p&gt;at_client and serial_lte_modem examples are designed for developers to set up and run the device with commands manually, run &amp;quot;AT+CFUN=1&amp;quot; will connect the device with the cellular network. It will take some time before the device finds a network and all labels turn green. The &amp;quot;Automatic requests&amp;quot; SETTINGS will run some commands following your &amp;quot;AT+CFUN?&amp;quot; to check current network states.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/1616.pastedimage1659430528522v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>