<?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>Making a  gateway using nRF52840 module</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/53001/making-a-gateway-using-nrf52840-module</link><description>Hi 
 I have developed a beacon scanner application.using nRF52 dongle as beacon and nRF52840 DK as scanner. whatever data which is being flashed by the beacon module gets scanned by the DK module.data which get scanned by DK is RSSI,beacon ID,and UUID</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 16 Oct 2019 12:06:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/53001/making-a-gateway-using-nrf52840-module" /><item><title>RE: Making a  gateway using nRF52840 module</title><link>https://devzone.nordicsemi.com/thread/215284?ContentTypeID=1</link><pubDate>Wed, 16 Oct 2019 12:06:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b10b6d9-d307-4d6d-bf85-b9c211f1c88c</guid><dc:creator>Sigurd</dc:creator><description>[quote user=""]if any one can provide the sample code for me it will be well and good for reference.[/quote]
&lt;p&gt;&amp;nbsp;Start with one of the central examples, e.g.&amp;nbsp;ble_app_uart_c or&amp;nbsp;ble_app_blinky_c. Start scanning, and when you get the advertising report event in &lt;span&gt;scan_evt_handler()&lt;/span&gt;, you parse it for the information you need, and send it to your &amp;quot;server device&amp;quot;. For searching and parsing the scanned data, you should use the functions &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/group__ble__sdk__lib__advdata.html?cp=5_1_6_2_7_27#gaff971c90a3056ea6a8de4822a29cbef3"&gt;ble_advdata_parse() &lt;/a&gt;&lt;span&gt;and &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/group__ble__sdk__lib__advdata.html?cp=5_1_6_2_7_28#ga5c200cd3523cc98073832aa5e8d954f0"&gt;ble_advdata_search()&lt;/a&gt;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making a  gateway using nRF52840 module</title><link>https://devzone.nordicsemi.com/thread/214496?ContentTypeID=1</link><pubDate>Fri, 11 Oct 2019 06:35:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ec145059-2753-48f5-a97b-9bda98e32dec</guid><dc:creator>kaushik24psl</dc:creator><description>&lt;p&gt;1.In our application whatever data which scanner is scanning should get posted to gateway&lt;/p&gt;
&lt;p&gt;2.Further gateway will connect to server using MQTT service&lt;/p&gt;
&lt;p&gt;process is as mentioned below&lt;/p&gt;
&lt;p&gt;For eg If there are 6 beacons sending data and 2 scanners are canning 3 each. the data which is scanned by two scanners scanner 1 and scanner 2 should get advertise to one single unit that is Dk52840 which will act as a gateway.and further this device will publish data on server&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Making a  gateway using nRF52840 module</title><link>https://devzone.nordicsemi.com/thread/213844?ContentTypeID=1</link><pubDate>Tue, 08 Oct 2019 10:08:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6f4dca57-5650-4cd8-ae21-d41b5789ff94</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;&lt;strong&gt;A diagram would help here!&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;how does the &amp;quot;scanner&amp;quot; DK communicate with the &amp;quot;gateway&amp;quot; DK ?&lt;/p&gt;
&lt;p&gt;Do they really need to be 2 separate units?&lt;/p&gt;
&lt;p&gt;How does&amp;nbsp;&lt;span&gt;the &amp;quot;gateway&amp;quot; DK connect to the &amp;quot;server&amp;quot; ?&lt;/span&gt;&lt;/p&gt;
[quote userid="83196" url="~/f/nordic-q-a/53001/making-a-gateway-using-nrf52840-module"]kindly guide me developing this nRF gateway module using MQTT broker service[/quote]
&lt;p&gt;&lt;span&gt;What, exactly, do you need guidance on?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What have you found so far?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;What have you tried?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Where are you stuck?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>