<?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>Need suggestion for communication between two nrf5840 board wirelessly over BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105180/need-suggestion-for-communication-between-two-nrf5840-board-wirelessly-over-ble</link><description>Hi, I have a requirement for sending and receiving data between two Nrf52840 boards using BLE, in this one maybe work as master other will work as slave. I want to use the NRF Connect SDK , want suggestions about what protocol should I need to follow</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 01 Nov 2023 14:27:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105180/need-suggestion-for-communication-between-two-nrf5840-board-wirelessly-over-ble" /><item><title>RE: Need suggestion for communication between two nrf5840 board wirelessly over BLE</title><link>https://devzone.nordicsemi.com/thread/453537?ContentTypeID=1</link><pubDate>Wed, 01 Nov 2023 14:27:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:604f6a3d-db89-4790-9ff8-03ca3307b0dc</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;The guide in my colleague&amp;#39;s &amp;quot;&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#dfu_over_bluetooth"&gt;Add DFU support guide&lt;/a&gt;&amp;quot; that I linked to have links to a GitHub repo with modified versions of the LBS samples that allow for DFU over BLE for example. I&amp;#39;d strongly recommend reading through the guide to see what changes are necessary in&amp;nbsp;&lt;strong&gt;your&lt;/strong&gt; BLE project to achieve this.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need suggestion for communication between two nrf5840 board wirelessly over BLE</title><link>https://devzone.nordicsemi.com/thread/453375?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 18:52:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2f7f6518-8b2f-4876-befe-2b60e246fa92</guid><dc:creator>Sarvesh</dc:creator><description>&lt;p&gt;Hi Simon, I have checked those even I have implemented one DFU process for one of my devices. I want to know specifically, if I want to update the firmware of my peripheral device from sending the data using central device, what can I use&amp;nbsp; ?.&amp;nbsp; Would you please recommend me any specific library or example code which I can follow?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need suggestion for communication between two nrf5840 board wirelessly over BLE</title><link>https://devzone.nordicsemi.com/thread/453355?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 16:13:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bb74cb62-4ea6-483b-bc27-b8e97d15eb22</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;As Susheel said I&amp;#39;d recommend checking out the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/dfu/index.html"&gt;DFU libraries&lt;/a&gt;. We also have a guide on how to add DFU support to your application in the&lt;a href="https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/software/posts/ncs-dfu#dfu_over_bluetooth"&gt; nRF Connect SDK available here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need suggestion for communication between two nrf5840 board wirelessly over BLE</title><link>https://devzone.nordicsemi.com/thread/453299?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 13:53:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:96c67ca6-f957-4003-9b8f-a3fb068ab71a</guid><dc:creator>Sarvesh</dc:creator><description>&lt;p&gt;Thanks, I have checked the DevAcademy, but&amp;nbsp; I did not get any response for DFU process, how would I do&amp;nbsp; that?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need suggestion for communication between two nrf5840 board wirelessly over BLE</title><link>https://devzone.nordicsemi.com/thread/453296?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 13:44:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c756ca7-f995-4a0d-8a41-0a121b5b5305</guid><dc:creator>Simonr</dc:creator><description>&lt;p&gt;For what you&amp;#39;re describing I would recommend a central &amp;lt;-&amp;gt; peripheral topology, and use the Bluetooth LE protocol. If you&amp;#39;re new to the nRF Connect SDK I&amp;#39;d recommend checking out our &lt;a href="https://academy.nordicsemi.com/"&gt;DevAcademy&lt;/a&gt;, that has courses on nRF Connect SDK fundamentals, BLE fundamentals +++.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need suggestion for communication between two nrf5840 board wirelessly over BLE</title><link>https://devzone.nordicsemi.com/thread/453021?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2023 12:20:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f5b89145-15c9-4e01-8cc0-8c1fb4b67857</guid><dc:creator>Sarvesh</dc:creator><description>&lt;p&gt;Hi, thanks for responding , I just want to confirm like what protocol or network&amp;nbsp; topology I should follow like Mesh or Central peripheral will work?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Yes I understand that and I know this but I have updated the firmware using the Nrf connect Mobile app , to my device , I want to know what code I should use on my master device to update(DFU) my slave device&amp;nbsp;&lt;/p&gt;
[quote userid="6207" url="~/f/nordic-q-a/105180/need-suggestion-for-communication-between-two-nrf5840-board-wirelessly-over-ble/453015"]We have &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/dfu/index.html"&gt;DFU libraries&lt;/a&gt; that you can use[/quote]&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Need suggestion for communication between two nrf5840 board wirelessly over BLE</title><link>https://devzone.nordicsemi.com/thread/453015?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2023 12:03:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad928273-d843-4c08-a86e-269fbaedb888</guid><dc:creator>Susheel Nuguru</dc:creator><description>[quote userid="120418" url="~/f/nordic-q-a/105180/need-suggestion-for-communication-between-two-nrf5840-board-wirelessly-over-ble"]Hi, I have a requirement for sending and receiving data between two Nrf52840 boards using BLE, in this one maybe work as master other will work as slave. I want to use the NRF Connect SDK , want suggestions about what protocol should I need to follow ?[/quote]
&lt;p&gt;There are plenty of &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bl.html"&gt;BLE samples&lt;/a&gt; in our samples that fit your requirement here.&lt;/p&gt;
[quote userid="120418" url="~/f/nordic-q-a/105180/need-suggestion-for-communication-between-two-nrf5840-board-wirelessly-over-ble"]Update firmware of one Nrf board to another Nrf board[/quote]
&lt;p&gt;We have &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/libraries/dfu/index.html"&gt;DFU libraries&lt;/a&gt; that you can use&lt;/p&gt;
[quote userid="120418" url="~/f/nordic-q-a/105180/need-suggestion-for-communication-between-two-nrf5840-board-wirelessly-over-ble"]Send and receive bulk data (~1Kb) from one Nrf board to another Nrf board[/quote]
&lt;p&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/throughput/README.html"&gt;Throughput sample &lt;/a&gt;has been designed to transfer chunk of data as fast as possible wirelessly through BLE.&lt;/p&gt;
&lt;p&gt;Before that, I strongly recommend you to look at this &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.5.0/nrf/installation.html"&gt;getting started guide&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>