<?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>Configuring nrf54l15dk UART with nrf9151dk SLM</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/126458/configuring-nrf54l15dk-uart-with-nrf9151dk-slm</link><description>Hi, I&amp;#39;m struggling to setup an application on the nrf54l15dk to control the nrf9151dk SLM over UART. 
 I have done the Cellular IoT Course and successfully controlled the nrf9151dk running the SLM in Lesson 2 Exercise 1. I want to do the same thing but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 04 Feb 2026 10:53:13 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/126458/configuring-nrf54l15dk-uart-with-nrf9151dk-slm" /><item><title>RE: Configuring nrf54l15dk UART with nrf9151dk SLM</title><link>https://devzone.nordicsemi.com/thread/560321?ContentTypeID=1</link><pubDate>Wed, 04 Feb 2026 10:53:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7105a09a-1a9d-4d09-add6-350f9a4e52e3</guid><dc:creator>harryC</dc:creator><description>&lt;p&gt;Thank you for your help with this, Syed!&lt;br /&gt;I have got this setup and working correctly now. I&amp;#39;ve had a couple of further questions, but I have raised a new ticket for these.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring nrf54l15dk UART with nrf9151dk SLM</title><link>https://devzone.nordicsemi.com/thread/558911?ContentTypeID=1</link><pubDate>Fri, 16 Jan 2026 15:13:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72455ae4-d03e-446d-a1c6-3fe7d272002f</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The AT components you’ve seen in the Zephyr/NCS docs (AT Host, AT Monitor, AT Parser, AT Shell) are modem-side helpers, intended to run on the nRF91 itself when an application on the same device talks to its internal modem. They are not meant for an external MCU acting as a host over UART.&lt;/p&gt;
&lt;p&gt;For a host MCU (such as the nRF54L15DK) controlling an nRF9151 over UART, Nordic provides a separate, dedicated solution as part of the Serial Modem add-on:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/lib/sm_at_client.html"&gt;Serial Modem AT Client library&lt;/a&gt;&amp;nbsp;(It provides host-side AT handling, similar to the AT Host / AT parser / AT monitor / AT shell libraries)&lt;/li&gt;
&lt;li&gt;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/samples/sm_at_client_shell.html"&gt;AT Client Shell sample&lt;/a&gt;&amp;nbsp;(It is reference host application on nRF54L15DK that demonstrates using this library to send AT commands to an nRF91 over UART)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;These are explicitly designed for an external host controlling an nRF91 over UART.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring nrf54l15dk UART with nrf9151dk SLM</title><link>https://devzone.nordicsemi.com/thread/558864?ContentTypeID=1</link><pubDate>Fri, 16 Jan 2026 09:43:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9be9b89-9d13-4dd5-a1df-cb2d2830bfab</guid><dc:creator>harryC</dc:creator><description>&lt;p&gt;Hi Syed,&lt;/p&gt;
&lt;p&gt;Thanks for that response! That&amp;#39;s what I&amp;nbsp;had come to the conclusion of in the end, so glad I&amp;#39;m on the right lines.&lt;/p&gt;
&lt;p&gt;I have no need for IP networking, but I was expecting their to be some sort of library for handling AT commands. I have seen AT monitor, AT host and AT parser in zephyr documentation. Are any of these applicable to the host side, or are they all for the modem side/nRF91?&lt;/p&gt;
&lt;p&gt;I can implement plain AT commands, but I&amp;#39;d rather not spend too much time doing this if a library already exists.&lt;/p&gt;
&lt;p&gt;Thank you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Configuring nrf54l15dk UART with nrf9151dk SLM</title><link>https://devzone.nordicsemi.com/thread/558603?ContentTypeID=1</link><pubDate>Tue, 13 Jan 2026 14:23:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:baa257ae-0e82-4106-ac9e-1cdfbf6d4d25</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Great to hear that you have successfully completed&amp;nbsp;the Cellular IoT Course. It looks now you want nRF54L15DK to act as a UART terminal from which you want to send the AT commands to a&amp;nbsp;nRF9151DK SLM. You do not need the Zephyr modem subsystem, PPP, CMUX, or cellular Kconfig options just to send AT and receive OK. SLM already implements all modem logic and expects plain AT commands over UART. Here is the Step by step plan for your setup:&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;You need to prepare the&amp;nbsp;nRF9151DK (modem side) by building and flashing Serial Modem to the nRF9151DK which is available here&amp;nbsp;&lt;a href="https://github.com/nrfconnect/ncs-serial-modem"&gt;ncs-serial-modem&lt;/a&gt;. When building, include app/overlay-external-mcu.overlay.&lt;/li&gt;
&lt;li&gt;Wire nRF9151DK to the&amp;nbsp;nRF54L15DK&amp;nbsp;according to the tables used by&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/samples/sm_at_client_shell.html"&gt;AT Client Shell sample&lt;/a&gt;. Also make sure the following things aswell:
&lt;ol&gt;
&lt;li&gt;On nRF54L15DK, open Board Configurator and disable VCOM0 (“Connect port VCOM0”) so P0.00-P0.03 are free for UART30.&lt;/li&gt;
&lt;li&gt;In Board Configurator, set VDD so that nRF54L15DK and nRF91DK use the same I/O voltage.&lt;/li&gt;
&lt;/ol&gt;
&lt;/li&gt;
&lt;li&gt;Bring up UART on nRF54L15DK (host side) by building and flashing&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/samples/sm_at_client_shell.html"&gt;AT Client Shell sample&lt;/a&gt;&amp;nbsp;(samples/sm_at_client_shell)&lt;/li&gt;
&lt;li&gt;Then open a terminal to the nRF54L15DK console and try sending a simple AT command over UART to&amp;nbsp;nRF9151DK which should return and print OK&amp;nbsp;on the nRF54L15 shell to confirm SLM is alive.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;Once the&amp;nbsp;AT Client Shell sample works, you can replace with your button logic. However remember at this stage you are still just “manual AT over UART” so no Zephyr modem/PPP needed (your initial “button sends AT” task)&lt;/p&gt;
&lt;p&gt;Only when you&amp;nbsp;want IP networking on the nRF54L15DK (sockets, DNS etc), then on the&amp;nbsp;nRF9151DK you can build serial modem with other configurations (like app/overlay-cmux.conf AND app/overlay-ppp.conf) and may use&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/samples/sm_at_client_shell.html#references"&gt;Serial Modem PPP shell sample&lt;/a&gt; on the&amp;nbsp;nRF54L15DK side.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>