<?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>nRF9160 does not select between NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/109725/nrf9160-does-not-select-between-nb-iot-and-lte-m</link><description>Hi, We are testing in two cellular service regions, one with LTE-M support and one with NB-IoT support. Following the instructions from this ticket devzone.nordicsemi.com/.../nrf9160-confirming-support-of-both-nb-iot-and-lte-m-in-same-firmwares-without</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 02 Apr 2024 16:16:23 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/109725/nrf9160-does-not-select-between-nb-iot-and-lte-m" /><item><title>RE: nRF9160 does not select between NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/476676?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 16:16:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41cce8d7-48f2-4663-a69f-0b119288f140</guid><dc:creator>Achim Kraus</dc:creator><description>&lt;p&gt;I guess, the first point will be to clarify, if your SIM card is really a multi IMSI card.&lt;/p&gt;
&lt;p&gt;I developed a CoAP/DTLS 1.2 CID client in order to demonstrate the &amp;quot;power (saving)&amp;quot; of RFC 9146. That client is available at &lt;a href="https://github.com/boaks/zephyr-coaps-client"&gt;Zephyr - Coaps Demo Client with Eclipse/TinyDtls&lt;/a&gt; . The specific function is not isolated, so it will not help too much. I use a lot of API calls and a &amp;quot;hand full AT commands&amp;quot;, especially to read more data from the SIM card.&lt;/p&gt;
&lt;p&gt;You may start with implementing to read the IMSI &amp;quot;frequently&amp;quot; and see, if that is changing. If so, I usually stop a unsuccessful network search after 5 minutes and revert the preference of NB-IoT and LTE-M.&lt;/p&gt;
&lt;p&gt;To be frank, I also replaced in the meantime this auto Multi-IMSI SIM cards by SIM cards with an IMSI select mode. That works in my experience just more smooth.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 does not select between NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/476668?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 15:27:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fd72c6e4-0941-4dc5-a7d0-1e93a4b7a44f</guid><dc:creator>philrittenhouse</dc:creator><description>&lt;p&gt;Thanks Achim!&lt;br /&gt;&lt;br /&gt;Can you share your work-around for the problem?&amp;nbsp; &amp;nbsp;Have you written f/w for the nRF9160 that is able to detect the failure and switch modes automatically?&amp;nbsp; &amp;nbsp;Do you send your own AT commands or is there an API to do it?&lt;br /&gt;&lt;br /&gt;Best regards&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 does not select between NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/476667?ContentTypeID=1</link><pubDate>Tue, 02 Apr 2024 15:22:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42396e0c-5e3e-4e23-89a5-6b205ae6f3e3</guid><dc:creator>philrittenhouse</dc:creator><description>&lt;p&gt;I think that&amp;#39;s basically what we have already done.&amp;nbsp; &amp;nbsp;As I mentioned&amp;nbsp;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;AT%XSYSTEMMODE=0,1,1,0&lt;/span&gt;&lt;span&gt;&amp;nbsp;or&lt;/span&gt;&lt;span&gt;&amp;nbsp;AT%XSYSTEMMODE=1,0,1,0&amp;nbsp;does work if the corresponding region supports the selected mode (NB-IoT or LTE-M).&lt;br /&gt;&lt;br /&gt;The problem is trying to have the modem automatically select between the two with&amp;nbsp;AT%XSYSTEMMODE=1,1,1,0&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 does not select between NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/476404?ContentTypeID=1</link><pubDate>Mon, 01 Apr 2024 19:02:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f65b5f17-9b81-4ae1-9f9f-61cf7b8a8d2d</guid><dc:creator>RM</dc:creator><description>&lt;p&gt;First would suggest trying with bare bone modem at application: &lt;br /&gt;&lt;br /&gt;&amp;nbsp;for LTE-M1:&lt;/p&gt;
&lt;p&gt;AT+CFUN=0&lt;/p&gt;
&lt;p&gt;AT%XSYSTEMMODE=1,0,1,0&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;AT+CFUN=1&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;switch NB-IoT:&lt;/p&gt;
&lt;p&gt;AT+CFUN=0&lt;/p&gt;
&lt;p&gt;AT%XSYSTEMMODE=0,1,1,2&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;
&lt;p&gt;AT+CFUN=1&lt;/p&gt;
&lt;p&gt;....&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 does not select between NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/476369?ContentTypeID=1</link><pubDate>Sat, 30 Mar 2024 19:04:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a92f8766-e63d-47f1-bb18-b3120a3d3fb2</guid><dc:creator>Achim Kraus</dc:creator><description>[quote userid="123982" url="~/f/nordic-q-a/109725/nrf9160-does-not-select-between-nb-iot-and-lte-m"]The problem is that it only works if we enable only one of LTE-M or NB-IoT at a time.[/quote]
&lt;p&gt;In my experience, that may be caused by multi-IMSI cards with short auto-switching timeout. Here in south Germany it takes a little more than about 2 minute to search for a network in NB-IoT or LTE-M. If both are enabled, the modem switches after that 2 minutes to the other technology and search for a network again. If now a auto Multi-IMSI is used, that may interfere with that. The SIM card may switch the IMSI after 2 minutes and cause the modem to restart the network search. It never switches to the other technology or didn&amp;#39;t search long enough with that. The timeouts of these Multi-IMSI cards differs, in my experience from 2 to 10 minutes. And some SIM card provider also start to provide multi IMSI cards with and additional &amp;quot;imsi select&amp;quot; mode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 does not select between NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/476303?ContentTypeID=1</link><pubDate>Thu, 28 Mar 2024 14:59:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f753d12f-25cd-483c-8003-5e81ebf43adf</guid><dc:creator>philrittenhouse</dc:creator><description>&lt;p&gt;Just a quick update:&amp;nbsp; &amp;nbsp;I get the same results with version 1.3.5 of the modem f/w&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 does not select between NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/476252?ContentTypeID=1</link><pubDate>Thu, 28 Mar 2024 01:58:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:584124fd-a13a-4bc0-9ddc-32ae144166ba</guid><dc:creator>philrittenhouse</dc:creator><description>&lt;p&gt;Thanks Reuven,&lt;/p&gt;
&lt;p&gt;Here are the AT commands we use to change the mode:&lt;/p&gt;
&lt;p&gt;AT+CFUN=0&amp;nbsp;&lt;br /&gt;AT%XSYSTEMMODE=1,1,1,0&lt;br /&gt;AT+CFUN=4&amp;nbsp;&lt;br /&gt;AT+CFUN=1&lt;br /&gt;AT+CFUN?&lt;br /&gt;&lt;br /&gt;The board we are using is our own custom design.&lt;br /&gt;&lt;br /&gt;I will try the latest f/w to see if it helps.&lt;br /&gt;&lt;br /&gt;&amp;gt;&amp;nbsp;&lt;span&gt;You can switch between the two modes in runtime by placing the modem in CFUN=0 mode and then re-configuring&lt;/span&gt;&lt;br /&gt;Can you tell me what the API commands are to do that?&amp;nbsp; &amp;nbsp;So far I have only found the settings in the prj.conf.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Phil&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF9160 does not select between NB-IoT and LTE-M</title><link>https://devzone.nordicsemi.com/thread/476239?ContentTypeID=1</link><pubDate>Thu, 28 Mar 2024 00:19:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e53f6b52-5bc0-4244-a304-c61c4fe21033</guid><dc:creator>RM</dc:creator><description>&lt;p&gt;Hi Phil,&lt;br /&gt;&lt;br /&gt;You can switch between the two modes in runtime by placing the modem in CFUN=0 mode and then re-configuring to required mode.&lt;br /&gt;&lt;br /&gt;Would suggest you post your AT commands and responses for further support, along with the board (nrf9160 rev2 ?) you&amp;#39;re using, also would recommend updating to modem fw 1.3.5&lt;br /&gt;&lt;br /&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Reuven&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>