<?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/"><channel><title>nRF9160 DK: Offloading Bluetooth Low Energy related tasks to nRF52840 SoC</title><link>/guides/cellular-iot-guides/b/software-and-protocols/posts/nrf9160dk-offloading-bluetooth-related-tasks-to-nrf52</link><description>Background
Some time ago I was working on a project that involved communication between Bluetooth mesh and a home automation platform. The goal of this project was to enable control and observability of Bluetooth mesh light sources from the home auto</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><item><title>RE: nRF9160 DK: Offloading Bluetooth Low Energy related tasks to nRF52840 SoC</title><link>https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/software-and-protocols/posts/nrf9160dk-offloading-bluetooth-related-tasks-to-nrf52</link><pubDate>Mon, 05 Jul 2021 09:47:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06cfa916-d4ee-4c53-8ee6-fbe7c30adc28</guid><dc:creator>dtquang89</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;I have questions regarding the communication between nRF52 and nRF91.&lt;/p&gt;
&lt;p&gt;1. Is this UART connection similar to enable interface between two chips, by adding the below line on overlay file?&lt;/p&gt;
&lt;p&gt;[embed:dc8ab71f-3b98-42d9-b0f6-e21e02a0f8e2:17099f24-56d9-4914-8463-48a5b76e9b75:type=c_cpp&amp;text=%23include%20%3Cnrf9160dk_uart1_on_if0_3.dtsi%3E]&lt;/p&gt;
&lt;p&gt;2. In my application, I am using NUS service, and using uart0. Now I want to create another uart, uart1, in order to pass the data I received from BLE on nRF52 to nRF91, and send it over LTE network. But on the nRF52 side, I think it is not working. Probably there is something wrong with the device tree or configuration, since I got the device.&lt;/p&gt;
&lt;p&gt;Do you have any idea? Thank you very much.&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1353&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: nRF9160 DK: Offloading Bluetooth Low Energy related tasks to nRF52840 SoC</title><link>https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/software-and-protocols/posts/nrf9160dk-offloading-bluetooth-related-tasks-to-nrf52</link><pubDate>Mon, 05 Jul 2021 07:55:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06cfa916-d4ee-4c53-8ee6-fbe7c30adc28</guid><dc:creator>dtquang89</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Thank you for interesting approach.&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1353&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: nRF9160 DK: Offloading Bluetooth Low Energy related tasks to nRF52840 SoC</title><link>https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/software-and-protocols/posts/nrf9160dk-offloading-bluetooth-related-tasks-to-nrf52</link><pubDate>Mon, 31 May 2021 10:33:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06cfa916-d4ee-4c53-8ee6-fbe7c30adc28</guid><dc:creator>Brett</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Not sure if I should post here, or to the community in general, but .....&lt;br /&gt;&lt;br /&gt;What you have created is&amp;nbsp;basically what I am looking for, a simple way to pass data between the 9160 &amp;amp; 52840.&amp;nbsp; I have pulled the above code, where the 9160 compiles and installs fine, but the 52840 gives an error with&amp;nbsp;respect to&amp;nbsp;&lt;span&gt;CONFIG_BOARD_NRF9160DK_INTERFACE0_MCU&lt;/span&gt;&lt;span&gt;=y and&amp;nbsp;&lt;/span&gt;&lt;span&gt;CONFIG_BOARD_NRF9160DK_INTERFACE1_MCU&lt;/span&gt;&lt;span&gt;=y&lt;br /&gt;&lt;br /&gt;/code/sdk-nrf/samples/nrf9160/nrf9160dk_serial/nrf52840/prj.conf:7: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BOARD_NRF9160DK_INTERFACE0_MCU&lt;br /&gt;&lt;br /&gt;Did you run into this&amp;nbsp;error - as I didnt see anything in the community when I searched for the error.&lt;br /&gt;&lt;br /&gt;I am running on the 9160dk.&lt;/span&gt;&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1353&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: nRF9160 DK: Offloading Bluetooth Low Energy related tasks to nRF52840 SoC</title><link>https://devzone.nordicsemi.com/guides/cellular-iot-guides/b/software-and-protocols/posts/nrf9160dk-offloading-bluetooth-related-tasks-to-nrf52</link><pubDate>Fri, 15 Jan 2021 15:05:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06cfa916-d4ee-4c53-8ee6-fbe7c30adc28</guid><dc:creator>Thomas Page</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;This is a really interesting article. How difficult would it be to have a similar approach to other HA protocols?&amp;nbsp;&lt;/p&gt;&lt;img src="https://devzone.nordicsemi.com/aggbug?PostID=1353&amp;AppID=27&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>