<?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>Example question using nRF52840 inside nRF9160DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/68426/example-question-using-nrf52840-inside-nrf9160dk</link><description>https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.1.0/nrf/samples/bluetooth/peripheral_lbs/README.html 
 
 I&amp;#39;m talking about the above. SW5 switched to nRF52. However, the LED does not light up. It also receives no signal from nRF for mobile. Why</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 18 Nov 2020 08:48:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/68426/example-question-using-nrf52840-inside-nrf9160dk" /><item><title>RE: Example question using nRF52840 inside nRF9160DK</title><link>https://devzone.nordicsemi.com/thread/280527?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2020 08:48:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:42bdf8b0-e193-43c3-a7fc-e8c84e8d0a93</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hi!&lt;br /&gt;&lt;br /&gt;Yes, BLE communication between two nRF9160DKs is possible. However, the peripheral_lbs sample is meant to interface with a phone/tablet running a compatible application (as described in the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.1.0/nrf/samples/bluetooth/peripheral_lbs/README.html#requirements"&gt;requirements for the sample&lt;/a&gt;).&lt;br /&gt;&lt;br /&gt;For implementing your desired application you would need modify one of the central samples so that it can handle the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.0/nrf/include/bluetooth/services/lbs.html#lbs-readme"&gt;LED Button Service(LBS)&lt;/a&gt;&amp;nbsp;and make that run on the other nRF9160DK. The peer will have to subscribe to the LBS device and implement callbacks for button notifications so that a LED can be turned on. I suggest&amp;nbsp;that you base your code on the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.4.0/nrf/samples/bluetooth/central_hr_coded/README.html"&gt;Central HRS monitor sample&lt;/a&gt;. You need to modify the sample to scan, connect and subscribe to the LBS peripheral.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example question using nRF52840 inside nRF9160DK</title><link>https://devzone.nordicsemi.com/thread/280502?ContentTypeID=1</link><pubDate>Wed, 18 Nov 2020 05:59:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ef29077-8ae5-43b9-8537-419ff8a1a854</guid><dc:creator>KyeongTaek Jeong</dc:creator><description>&lt;p&gt;I want to control LED by communicating with BLE using two nRF9160DKs.&lt;/p&gt;
&lt;p&gt;Because I bought two nRF9160DKs.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;[First nRF9160DK]&lt;/p&gt;
&lt;p&gt;SW5-&amp;gt; nRF91&lt;/p&gt;
&lt;p&gt;Peripheral Pound Build&lt;/p&gt;
&lt;p&gt;SW5-&amp;gt; nRF52&lt;/p&gt;
&lt;p&gt;Build HCI UART Example&lt;/p&gt;
&lt;p&gt;[Second nRF9160DK]&lt;/p&gt;
&lt;p&gt;Same as above&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Can I turn the LED on and off like this? or this is impossible ?&lt;/p&gt;
&lt;p&gt;To sum up, Is it possible to BLE communicate with each other using two nRF9160DKs or is nRF9160DK and thingy:51 necessary?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Example question using nRF52840 inside nRF9160DK</title><link>https://devzone.nordicsemi.com/thread/280293?ContentTypeID=1</link><pubDate>Tue, 17 Nov 2020 10:00:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8631a136-d03e-4e37-adf2-f57faef22f39</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hello!&lt;br /&gt;&lt;br /&gt;The nRF52840 on the nRF9160DK is acting as the board controller of the kit, and should not be used for standalone samples. It does not have trivial access to LEDs, buttons, GPIO and so on. However, it can be used as a network processor, meaning that you can use it to enable BLE functionality for the nRF9160. You can have a look at the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160/lte_ble_gateway/README.html"&gt;LTE Sensor Gateway sample&lt;/a&gt;, which enables the nRF9160DK to connect to a Thingy:52 over BLE and send sensor data to the cloud.&lt;br /&gt;&lt;br /&gt;Notice that there are quite a lot of configuration that must be done in order to make this function correctly. Notably, UART2 must be made Non-Secure by SPM and be enabled in the nRF9160 overlay. In addition you will need some configuration for the nRF9160. All of this should be present in the sample I linked above, but I have also attached a functioning peripheral_lbs sample that you can build and flash to the nRF9160 (note that the&amp;nbsp;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/hci_lpuart/README.html#bluetooth-hci-lpuart-sample"&gt;HCI UART&lt;/a&gt;&amp;nbsp;sample must be flashed to the nRF52840 first). You can build the sample with the following command:&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;west build -b nrf9160dk_nrf9160ns -p -- -DOVERLAY_CONFIG=&amp;#39;nrf9160dk-overlay.conf&amp;#39;&lt;/pre&gt;&lt;br /&gt;&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/4370.peripheral_5F00_lbs_5F00_nrf9160.zip"&gt;devzone.nordicsemi.com/.../4370.peripheral_5F00_lbs_5F00_nrf9160.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Carl Richard&lt;br /&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>