<?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>Does SLM application support IPV6</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/64738/does-slm-application-support-ipv6</link><description>Hi Nordic, 
 
 Does SLM application support IPV6, if yes could you please point us to the AT command set which configures IPV6 and also point to us complete AT commands list and their response which has support in SLM. 
 
 Thanks &amp;amp; regards, 
 Praveen</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 12 Aug 2020 11:48:09 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/64738/does-slm-application-support-ipv6" /><item><title>RE: Does SLM application support IPV6</title><link>https://devzone.nordicsemi.com/thread/264249?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 11:48:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:553c2abb-926a-48db-9861-3b0b27fd9792</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;This is because when&amp;nbsp;&lt;span&gt;CONFIG_SLM_GPIO_WAKEUP is set, the nRF9160 is asleep and you have to wake it &lt;/span&gt;&lt;span&gt;up from the external MCU. There is an example for the nRF52&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/nRF52-clients-for-serial-LTE-modem"&gt;here&lt;/a&gt;&amp;nbsp;if you want to see how this can be done.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;nrf_gpio_cfg_output(WAKEUP_GPIO_PIN);
nrf_gpio_pin_clear(WAKEUP_GPIO_PIN);&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span&gt;nrf_gpio_cfg_output is used to configure the pin as output, and&amp;nbsp;&lt;/span&gt;&lt;/span&gt;nrf_gpio_pin_clear is used for clearing the pin.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Does SLM application support IPV6</title><link>https://devzone.nordicsemi.com/thread/264209?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 09:46:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6f7ff01-d940-42d3-9668-51d098f59983</guid><dc:creator>praveenpalaparthi</dc:creator><description>&lt;p&gt;Thank you Marte Lokken for quick response.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I have another query on SLM&lt;/p&gt;
&lt;p&gt;I recently has check out latest master branch and using SLM application on devkit nRF9160 board with external MCU&lt;/p&gt;
&lt;p&gt;so enabled configuration in prj.config file as mentioned in&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/README.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;CONFIG_SLM_GPIO_WAKEUP=y&lt;br /&gt;CONFIG_SLM_CONNECT_UART_2=y&lt;br /&gt;CONFIG_UART_2_NRF_HW_ASYNC_TIMER=2&lt;br /&gt;CONFIG_SLM_TCP_PROXY=y&lt;br /&gt;CONFIG_SLM_UDP_PROXY=y&lt;/p&gt;
&lt;p&gt;and UART pins &amp;amp; Baud rate&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/pastedimage1597224059868v1.png" alt=" " /&gt;, 19200 Baud rate changed in overlay file.&lt;/p&gt;
&lt;p&gt;nRF9160 DK board is not responding with the AT commands with above configuration.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;After checking the SLM application,prj.config file and overlay file for one hour, found that if&amp;nbsp;&lt;span&gt;CONFIG_SLM_GPIO_WAKEUP=y is commented in prj.config file then nRF9160 DK board responding to AT command.&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: Does SLM application support IPV6</title><link>https://devzone.nordicsemi.com/thread/264165?ContentTypeID=1</link><pubDate>Wed, 12 Aug 2020 07:22:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c29500ae-c0ed-45c7-b0a2-76fb70bf6382</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi P&lt;span&gt;raveen.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Yes, it supports IPV6. The AT command which configures IPV6 is&amp;nbsp;+CGDCONT.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/README.html"&gt;The documentation&lt;/a&gt;&amp;nbsp;states the following AT commands as supported:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;Generic proprietary AT commands&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;BSD Socket proprietary AT commands&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;TCP/UDP proxy proprietary AT commands (optional)&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;ICMP proprietary AT commands&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;GPS proprietary AT commands&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;MQTT client proprietary AT commands&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;FTP client proprietary AT commands&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;In addition to this, all&amp;nbsp;&lt;span&gt;nRF91 modem AT commands are also supported, which can be found&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fref_at_commands%2FREF%2Fat_commands%2Fintro.html&amp;amp;cp=2_1"&gt;here.&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Marte&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>