<?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>Enable NB-IOT and LTE-M at the same time</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/55735/enable-nb-iot-and-lte-m-at-the-same-time</link><description>Dear All, 
 I am building an application that needs to use NB-IOT and if that is not available then use LTE-M. I tried sending this AT Command: 
 AT%XSYSTEMMODE=1,1,0,2 
 But this returns an error. 
 
 What I noticed is that if I enable both NB and LTE</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 22 Sep 2022 11:51:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/55735/enable-nb-iot-and-lte-m-at-the-same-time" /><item><title>RE: Enable NB-IOT and LTE-M at the same time</title><link>https://devzone.nordicsemi.com/thread/387485?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 11:51:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6ce1ff9b-f5da-40cc-855f-9ae19a705d71</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/b_5f00_mustafa"&gt;B_mustafa&lt;/a&gt; ,&lt;/p&gt;
&lt;p&gt;In modem FW v1.3.x, you can enable both system modes simultaneously, as well as the preference.&lt;/p&gt;
&lt;p&gt;See the documentation for the %XSYSTEMMODE AT command for more information: &lt;a href="https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/xsystemmode_set.html"&gt;https://infocenter.nordicsemi.com/topic/ref_at_commands/REF/at_commands/mob_termination_ctrl_status/xsystemmode_set.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enable NB-IOT and LTE-M at the same time</title><link>https://devzone.nordicsemi.com/thread/387445?ContentTypeID=1</link><pubDate>Thu, 22 Sep 2022 10:06:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:254cf1a5-07ab-4680-8a39-62e086390307</guid><dc:creator>B_mustafa</dc:creator><description>&lt;p&gt;Hi Leonard,&lt;/p&gt;
&lt;p&gt;I also want to use the two networks at the same time when NB-IoT is not available, converts to LTE-M.&lt;/p&gt;
&lt;p&gt;have you found a solution or not ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards&lt;/p&gt;
&lt;p&gt;Bashar&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div class="translate-tooltip-mtz green sm-root translate hidden_translate"&gt;
&lt;div class="header-wrapper"&gt;
&lt;div class="header-controls"&gt;&lt;span class="sound-translate"&gt;&lt;/span&gt; &lt;span class="copy green"&gt;&lt;/span&gt; &lt;span class="settings-translator"&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div class="header-title"&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enable NB-IOT and LTE-M at the same time</title><link>https://devzone.nordicsemi.com/thread/254982?ContentTypeID=1</link><pubDate>Mon, 15 Jun 2020 11:29:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:590c3546-66b5-48c1-bf17-aababa722768</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi &lt;a href="https://devzone.nordicsemi.com/members/leonard_5f00_ch"&gt;Leonard_Ch&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Not much has happened on this front since my last reply, so the nRF91 still only supports one mode at a time.&lt;/p&gt;
&lt;p&gt;You can of course still disconnect from the network (AT+CFUN=4), change system mode (AT%XSYSTEMMODE=...), and then try to connect to the network again (AT+CFUN=1).&lt;/p&gt;
&lt;p&gt;But, the lte_lc library will still use the other mode as a fallback if enabled. Note that the lte_lc library only controls the initial connect, it will not monitor the connection afterward in case of loss of service.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enable NB-IOT and LTE-M at the same time</title><link>https://devzone.nordicsemi.com/thread/254928?ContentTypeID=1</link><pubDate>Mon, 15 Jun 2020 09:16:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7799802e-3681-4800-bb23-360a3617844a</guid><dc:creator>Leonard_Ch</dc:creator><description>&lt;p&gt;Hello Didrik :)&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m also considering using both the NB_IOT and LTE-M capabilities of the nRF9160 at the same time. It can be something like LTE-M active until I meet a wall the signal doesn&amp;#39;t pass through for example, then switch to NB_IOT, or simply like the example above where I will use the option with available network . Does the NRF9160 support both modes at the same time?&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Leonard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Enable NB-IOT and LTE-M at the same time</title><link>https://devzone.nordicsemi.com/thread/226145?ContentTypeID=1</link><pubDate>Wed, 18 Dec 2019 13:03:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6319a66-d3d9-4651-9410-464aad92bcf2</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;At the moment, only one LTE mode is supported at the time. See this note from the AT command documentation:&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:monospace;font-size:17.5px;left:166.732px;top:1207.53px;"&gt;Note: &lt;/span&gt;&lt;span style="font-family:monospace;font-size:17.5px;left:211.057px;top:1207.53px;"&gt; Only one supported LTE mode allowed at a time. This command is allowed only before activating&lt;/span&gt;&lt;span style="font-family:monospace;font-size:17.5px;left:166.732px;top:1229.19px;"&gt; the modem using the &lt;/span&gt;&lt;span style="font-family:monospace;font-size:17.5px;left:395.198px;top:1227.75px;"&gt;CFUN=1&lt;/span&gt;&lt;span style="font-family:monospace;font-size:17.5px;left:458.198px;top:1229.19px;"&gt; command. If the mode needs to be changed, the modem &lt;/span&gt;&lt;span style="font-family:monospace;font-size:17.5px;left:166.732px;top:1250.86px;"&gt;must first be set to flight mode using the &lt;/span&gt;&lt;span style="font-family:monospace;font-size:17.5px;left:458.39px;top:1249.42px;"&gt;CFUN=4&lt;/span&gt;&lt;span style="font-family:monospace;font-size:17.5px;left:521.39px;top:1250.86px;"&gt; command.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;However, the lte_lc driver will by default switch mode if it is not able to establish a connection. You can control this behavior with the CONFIG_LTE_NETWORK_USE_FALLBACK and LTE_NETWORK_TIMEOUT configuration options.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>