<?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>nRF53 interfacing with external modem</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/65494/nrf53-interfacing-with-external-modem</link><description>Hi, 
 If i use nrf53 to interface with a modem(nrf91 or any other modem), is it possible to run the the TCP + TLS stack on nrf53? 
 In case nrf91 the the BSD lib runs on the M33 application processor, is it possible to run the TCP stack with BSD layer</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Sep 2020 11:02:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/65494/nrf53-interfacing-with-external-modem" /><item><title>RE: nRF53 interfacing with external modem</title><link>https://devzone.nordicsemi.com/thread/268474?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 11:02:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ae92e9e1-6254-4537-a619-d4ed8888e1f6</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Okay, I see.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;So, you are free to write your own TCP/IP stack to run on the nRF53 that can interface with an external modem. This should be possible in theory.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;We, unfortunately, don&amp;#39;t have any examples to give you, and this isn&amp;#39;t really a feature we will be focusing on in the future either.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF53 interfacing with external modem</title><link>https://devzone.nordicsemi.com/thread/268396?ContentTypeID=1</link><pubDate>Tue, 08 Sep 2020 06:02:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a775b4fa-de10-41d9-a97d-3abd35c5c96e</guid><dc:creator>kk2mkk</dc:creator><description>[quote userid="78215" url="~/f/nordic-q-a/65494/nrf53-interfacing-with-external-modem/268158"]Have you checked out the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/README.html"&gt;Serial LTE Modem&lt;/a&gt; example available in NCS?&amp;nbsp;[/quote]
&lt;p&gt;Yes i am very much familiar with SLM we are evaluating it.&lt;/p&gt;
[quote userid="78215" url="~/f/nordic-q-a/65494/nrf53-interfacing-with-external-modem/268158"]Why do you need to run the IP stack on the 53?[/quote]
&lt;p&gt;If i use any serial modem from Telit/ublox/Quectel definitely i need to run the TCP/IP stack in the host controller here it will be on 53 and from host controller i need to open PPP over serial for internet services.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;KK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF53 interfacing with external modem</title><link>https://devzone.nordicsemi.com/thread/268050?ContentTypeID=1</link><pubDate>Fri, 04 Sep 2020 12:00:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb657bc7-1acb-4e25-8ad7-b6a6dbf304fe</guid><dc:creator>Heidi</dc:creator><description>[quote user=""]On nRF53 BLE and NFC be used simultaneously used?[/quote]
&lt;p&gt;Yes.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF53 interfacing with external modem</title><link>https://devzone.nordicsemi.com/thread/268007?ContentTypeID=1</link><pubDate>Fri, 04 Sep 2020 09:48:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83789cec-8a7d-4d20-bf03-a898a4cefe06</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The short answer is no.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The long answer is that only the application core on the nRF9160 SiP has access to the modem core, so you can&amp;#39;t just run BSDLib on the nRF53. and expect it to interface with the modem. And since the source code for BSDLib isn&amp;#39;t available you can&amp;#39;t split it up to have the &amp;quot;modem-interface&amp;quot; running on the 91, and the rest running on the 53.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The 91 has &amp;quot;raw sockets&amp;quot; that could probably be used to have the IP stack outside the modem, but then you would have to write everything from scratch to expose this functionality.&amp;nbsp;The nRF9160 was never meant to be used in this way though, so this isn&amp;#39;t something we recommend or support.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Have you checked out the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/README.html"&gt;Serial LTE Modem&lt;/a&gt; example available in NCS?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;&lt;/div&gt;
&lt;p&gt;Why do you need to run the IP stack on the 53? If you give me more details about what you want to achieve, I could try to help you find a solution.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>