<?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>I can see LTE_M enabled for aws iot connectivity in  nrf1960 sample application prj.conf file</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103134/i-can-see-lte_m-enabled-for-aws-iot-connectivity-in-nrf1960-sample-application-prj-conf-file</link><description>Dear, 
 Good Day!!! 
 When I was exploring aws iot sample application and in this application prj.conf file , I can see below lines 
 
 # Network CONFIG_NETWORKING=y CONFIG_NET_NATIVE=n 
 # LTE link control CONFIG_LTE_LINK_CONTROL=y CONFIG_LTE_NETWORK_MODE_LTE_M</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 25 Aug 2023 13:30:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103134/i-can-see-lte_m-enabled-for-aws-iot-connectivity-in-nrf1960-sample-application-prj-conf-file" /><item><title>RE: I can see LTE_M enabled for aws iot connectivity in  nrf1960 sample application prj.conf file</title><link>https://devzone.nordicsemi.com/thread/443184?ContentTypeID=1</link><pubDate>Fri, 25 Aug 2023 13:30:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1261593f-af80-4be7-aa76-f7a702f2b504</guid><dc:creator>helsing</dc:creator><description>&lt;p&gt;Good day!&lt;/p&gt;
[quote user=""]How I can enable it to work on LTE_NB_IOT?[/quote]
&lt;p&gt;If you perform a &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.1/kconfig/index.html"&gt;kconfig search&lt;/a&gt; for &amp;#39;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.1/kconfig/index.html#CONFIG_LTE_NETWORK_MODE"&gt;CONFIG_LTE_NETWORK_MODE&lt;/a&gt;&amp;#39; you will see some options including &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.4.1/kconfig/index.html#CONFIG_LTE_NETWORK_MODE_NBIOT"&gt;CONFIG_LTE_NETWORK_MODE_NBIOT&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Add &amp;#39;&lt;code&gt;&lt;span&gt;CONFIG_LTE_NETWORK_MODE_NBIOT&lt;/span&gt;=y&lt;/code&gt;&amp;#39; to prj.conf and set the other one to &amp;#39;n&amp;#39; if you would like to disable LTE-M: &amp;#39;&lt;code&gt;CONFIG_LTE_NETWORK_MODE_LTE_M=n&lt;/code&gt;&amp;#39;. You may also enable both by adding &amp;#39;&lt;code&gt;&lt;span&gt;CONFIG_LTE_NETWORK_MODE_LTE_M_NBIOT&lt;/span&gt;=y&lt;/code&gt;&amp;#39;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>