<?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>ncs-serial-mode dtr/ri operation</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126759/ncs-serial-mode-dtr-ri-operation</link><description>I am trying to use the Serial Modem Add-On (SM) application with the attached overlay-external-mcu.overlay. When DTR is asserted (active low), the modem stops responding to AT commands, but de-asserting DTR (host-initiated wake-up) does not restore UART</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 30 Jan 2026 06:28:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126759/ncs-serial-mode-dtr-ri-operation" /><item><title>RE: ncs-serial-mode dtr/ri operation</title><link>https://devzone.nordicsemi.com/thread/559966?ContentTypeID=1</link><pubDate>Fri, 30 Jan 2026 06:28:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ab084f6-bc1a-4b17-812c-9dbf14d93dbe</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I’m glad to hear you found the problem. Thank you for reporting back on what the issue was.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs-serial-mode dtr/ri operation</title><link>https://devzone.nordicsemi.com/thread/559946?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 18:19:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1f0e109d-30d9-4f9c-866d-9419af1020a0</guid><dc:creator>thipp</dc:creator><description>&lt;p&gt;Thank you.&amp;nbsp; &lt;br /&gt;I found my issue. I had somehow created a duplicate overlay-external-mcu.overlay file in the &amp;quot;apps&amp;quot; folder and my build was pointing to it instead of the correct overlay file.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs-serial-mode dtr/ri operation</title><link>https://devzone.nordicsemi.com/thread/559935?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 14:51:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:66bd092a-3e5f-41e7-ae57-e661ff8f0343</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;You can confirm what is being applied to the build by inspecting the generated zephyr.dts file for your modem app:&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/pastedimage1769698287044v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Are you using the nrf9151dk as your build target, or have you defined your own board?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs-serial-mode dtr/ri operation</title><link>https://devzone.nordicsemi.com/thread/559922?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 14:15:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:86692eda-c364-41bf-ba52-7831ad1f2e79</guid><dc:creator>thipp</dc:creator><description>&lt;p&gt;FYI, my yellow hightlighting masked the fact when SM_DTR_GPIOS is not properly defined, the highlighted text is grayed out.&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs-serial-mode dtr/ri operation</title><link>https://devzone.nordicsemi.com/thread/559920?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 14:11:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19265149-9ebc-48f8-83e0-a8b528ba0e0b</guid><dc:creator>thipp</dc:creator><description>&lt;p&gt;Here is my investigation on whether or not the pins are properly configured.&lt;br /&gt;If I go to my root &lt;strong&gt;build_mcu_ext&lt;/strong&gt; configuration, it looks like the sm_ctrl.pin.c SM_DTR_GPIOS is properly defined.&lt;br /&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/pastedimage1769695567680v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span&gt;But if I&amp;nbsp;select&amp;nbsp;&lt;/span&gt;&lt;strong&gt;build_mcu_ext/ncs-serial-modem&lt;/strong&gt;&lt;span&gt;&amp;nbsp;configuration,&amp;nbsp; SM_DTR_GPIOS is &lt;strong&gt;not&lt;/strong&gt; properly defined.&lt;br /&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/pastedimage1769695650894v2.png" alt=" " /&gt;&lt;br /&gt;If I do a search for ncs_sm_uart, it looks like my &lt;strong&gt;build_evk&lt;/strong&gt; is setup for a dtr_uart, but my &lt;strong&gt;build_mcu_ext&lt;/strong&gt; is not&lt;br /&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/pastedimage1769695736474v3.png" alt=" " /&gt;&lt;br /&gt;I am following all the documentation for using the overlay-external-mcu.overlay, what should I expect to see?&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs-serial-mode dtr/ri operation</title><link>https://devzone.nordicsemi.com/thread/559912?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 13:38:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:af7f7abf-5b66-4daf-9e00-f11f4ec6b689</guid><dc:creator>thipp</dc:creator><description>&lt;p&gt;Vidar,&lt;br /&gt;&lt;br /&gt;This is a custom board with external mcu.&amp;nbsp; Both the mcu and modem reference the same GND.&amp;nbsp; The DTR/RING signals are wired per the documented interface setup and the voltage levels match (1.8V).&amp;nbsp; I will try and enable the&amp;nbsp;&amp;nbsp;&lt;span&gt;CONFIG_DTR_UART_LOG_LEVEL_DBG to see what it provides.&amp;nbsp; Is there a way to review generated output files to confirm the DTR and RING pins are configured properly?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: ncs-serial-mode dtr/ri operation</title><link>https://devzone.nordicsemi.com/thread/559901?ContentTypeID=1</link><pubDate>Thu, 29 Jan 2026 12:38:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2f6dac3-292f-4877-a152-bdddba485f5f</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I forwarded your observations to the developers, and they suggested that you try the following&lt;/span&gt;:&amp;nbsp;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Check the wiring so that the DTR and RI are not mixed up. DTR should go to DTR and RI should go to RI.&lt;/li&gt;
&lt;li&gt;Check that the voltage levels in gpio&amp;#39;s match (this is by far the most common reason for failures).&lt;/li&gt;
&lt;li&gt;&lt;a title="https://docs.nordicsemi.com/bundle/addon-serial_modem-v0.3.0/page/uart_configuration.html" href="https://docs.nordicsemi.com/bundle/addon-serial_modem-v0.3.0/page/uart_configuration.html" rel="noopener noreferrer" target="_blank"&gt;https://docs.nordicsemi.com/bundle/addon-serial_modem-v0.3.0/page/uart_configuration.html&lt;/a&gt; actually seems to miss the gpio GND &amp;lt;-&amp;gt; gpio GND, so that should be added&lt;/li&gt;
&lt;li&gt;Check the device tree that they have nothing else in UART or DTR/RI pins. They are using different pins than with nRf9151DK, so I take it that this is not a DK. If it is then they should try the default pins.&lt;/li&gt;
&lt;li&gt;Check the DTR assertion from RTT logs with: &lt;span&gt;CONFIG_DTR_UART_LOG_LEVEL_DBG&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>