<?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>nRF52840 Zephyr - External LTE-M modem, offloading and LwM2M</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66873/nrf52840-zephyr---external-lte-m-modem-offloading-and-lwm2m</link><description>Hi, 
 On our custom nRF52840 board, we have an external LTE-M modem. 
 We would like to eventually use this modem to send data over the network, including LwM2M. What is the best way to achieve this? I have some experience with the nRF9160, in which socket</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 09 Oct 2020 13:53:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66873/nrf52840-zephyr---external-lte-m-modem-offloading-and-lwm2m" /><item><title>RE: nRF52840 Zephyr - External LTE-M modem, offloading and LwM2M</title><link>https://devzone.nordicsemi.com/thread/274062?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 13:53:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:542a62aa-1edc-421e-a7ac-35aeef2e5466</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;The &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/master/applications/serial_lte_modem" rel="noopener noreferrer" target="_blank"&gt;Serial LTE modem source code is here&lt;/a&gt;.&lt;br /&gt;no lwm2m support yet though.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Zephyr - External LTE-M modem, offloading and LwM2M</title><link>https://devzone.nordicsemi.com/thread/274054?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 13:38:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e932126-eca0-489c-9eac-a978e127771e</guid><dc:creator>newUser</dc:creator><description>&lt;p&gt;Thank your for your reply Martin, but I meant the Socket Offloading code used in the nRF9160.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I would implement our modem the same way.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Zephyr - External LTE-M modem, offloading and LwM2M</title><link>https://devzone.nordicsemi.com/thread/274053?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 13:31:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:11f8e0ed-73fb-4b61-b30a-1f3d87c9bc55</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Here is &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/master/samples/nrf9160/lwm2m_client"&gt;the source code&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Zephyr - External LTE-M modem, offloading and LwM2M</title><link>https://devzone.nordicsemi.com/thread/274046?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 13:00:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0b3ce12f-05fe-460f-9984-20fafaba4502</guid><dc:creator>newUser</dc:creator><description>&lt;p&gt;But we do not have an nRF9160.&lt;/p&gt;
&lt;p&gt;The LwM2M example you linked is the reason for this post. I want to be able to use that example code, so I need the incorporate a driver for our Quectel BG96 into the zephyr stack. Thus I&amp;#39;m asking if I should create an offloading driver, and how to do that. I know it is possible because the nRF9160 does it, but I couldn&amp;#39;t find the source code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Zephyr - External LTE-M modem, offloading and LwM2M</title><link>https://devzone.nordicsemi.com/thread/274028?ContentTypeID=1</link><pubDate>Fri, 09 Oct 2020 12:08:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3020264a-ce03-4eb8-9978-900840a467e6</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Well, then connecting to the nrf9160 via some serial communication protocol and then forward the data to a leshan server should be possible.&lt;br /&gt;You could use the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/lwm2m_client/README.html"&gt;Lwm2m client&lt;/a&gt;&amp;nbsp;sample as reference.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Zephyr - External LTE-M modem, offloading and LwM2M</title><link>https://devzone.nordicsemi.com/thread/273802?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2020 14:15:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6401bb58-fc01-473c-9e04-83fc403a23da</guid><dc:creator>newUser</dc:creator><description>&lt;p&gt;Hi Martin, thank you for your response!&lt;/p&gt;
&lt;p&gt;Sorry if I was not entirely clear, but we do not have an nRF91, only a custom nRF52840 board with an external LTE modem. We would like to send data to a remote LESHAN server.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF52840 Zephyr - External LTE-M modem, offloading and LwM2M</title><link>https://devzone.nordicsemi.com/thread/273801?ContentTypeID=1</link><pubDate>Thu, 08 Oct 2020 14:13:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7a9e4000-1199-46ac-801f-4111ce0b10af</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi newUser,&lt;br /&gt;What are you planning to send between the nrf52 and the nrf91?&lt;br /&gt;&amp;nbsp;You could e.g. run something like the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications/serial_lte_modem/README.html" rel="noopener noreferrer" target="_blank"&gt;Serial LTE modem&lt;/a&gt;&amp;nbsp;application on the nRF91 and handle all the AT command communication on the nrf52 necessary for your functionality.&lt;br /&gt;However it does not have all the features supported yet as you would if you run your application on the application side in the nrf91, using sockets etc.&lt;br /&gt;&lt;br /&gt;So it depends a bit what you plan to use the nrf91 for and what you are going to send.&lt;br /&gt;We can make this case private as well if there is sensitive information.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>