<?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>nRF51422 Relay to Master Gateway / Router / Hop / Node</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/4637/nrf51422-relay-to-master-gateway-router-hop-node</link><description>This may be the most commonly asked question but I&amp;#39;m new to this embedded devices. 
 I&amp;#39;m trying to develop a nRF51422 based sensor network which operates using CR2032 battery. All these sensors broadcast data at regular intervals and an aggregator (</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Dec 2014 15:06:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/4637/nrf51422-relay-to-master-gateway-router-hop-node" /><item><title>RE: nRF51422 Relay to Master Gateway / Router / Hop / Node</title><link>https://devzone.nordicsemi.com/thread/16477?ContentTypeID=1</link><pubDate>Wed, 17 Dec 2014 15:06:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16076cfd-a9d7-4a0e-8d86-a640cc325f33</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;@NK: I do not. There is one example in the SDK, but I would rather use &lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-app-hrs-s130"&gt;&lt;strong&gt;this&lt;/strong&gt;&lt;/a&gt; example from GitHub (SDK6.1.0, S130 0.5.0-1). I also created a simple example that is advertising and scanning (SDK7.1.0, S130 0.9.0-1), you can find that &lt;a href="https://devzone.nordicsemi.com/question/21164/s130-unstable-advertising-reports-during-scan-updated/"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt;. And actually, we just release a new example that is worth looking into, ble_broadcast_mesh, found &lt;a href="https://github.com/NordicSemiconductor/nRF51-ble-bcast-mesh"&gt;&lt;strong&gt;here&lt;/strong&gt;&lt;/a&gt;. I haven&amp;#39;t tested it though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Relay to Master Gateway / Router / Hop / Node</title><link>https://devzone.nordicsemi.com/thread/16476?ContentTypeID=1</link><pubDate>Fri, 12 Dec 2014 18:44:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:287178b4-b141-47fa-af64-29dabef13afe</guid><dc:creator>NK</dc:creator><description>&lt;p&gt;@Petter: when you refer to investigating S130 for relaying with BLE, do you have any example code or documentation which might help with the same?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Relay to Master Gateway / Router / Hop / Node</title><link>https://devzone.nordicsemi.com/thread/16475?ContentTypeID=1</link><pubDate>Thu, 04 Dec 2014 11:43:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3a260cfa-8cd3-4b96-a409-f421f44807d2</guid><dc:creator>Saurabh</dc:creator><description>&lt;p&gt;Thanks Peter. I thought as much. Was hoping to get the nRF51&amp;#39;s in a range extender configuration with BLE Stack.&lt;/p&gt;
&lt;p&gt;The application is a sensor network. You can visualize it as a lot like a WiFi network in a hotel with lots of Access Points (Range Extenders) and a Gateway/Router.&lt;/p&gt;
&lt;p&gt;All the PC&amp;#39;s connecting to the Wifi are analogous to the Sensors connecting over BLE.&lt;/p&gt;
&lt;p&gt;More information about MQTT &lt;a href="https://eclipse.org/paho/"&gt;here&lt;/a&gt; if you&amp;#39;re interested. I&amp;#39;ve managed to get this working over BLE UART&lt;/p&gt;
&lt;p&gt;Thanks
Saurabh&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF51422 Relay to Master Gateway / Router / Hop / Node</title><link>https://devzone.nordicsemi.com/thread/16474?ContentTypeID=1</link><pubDate>Tue, 02 Dec 2014 16:14:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b2a6285f-db88-4466-b323-16d24223bdba</guid><dc:creator>Petter Myhre</dc:creator><description>&lt;p&gt;It is not the most commonly asked question :)&lt;/p&gt;
&lt;p&gt;The nRF51422 is just hardware, you can do whatever you want with the radio. It can be used with BLE, ANT, Gazell or you can make your own protocol.&lt;/p&gt;
&lt;p&gt;You need to investigate what protocol that is best for your application, both BLE and ANT can relay information. But they have different limitations in terms of security, complexity, power, latency, connectivity++.&lt;/p&gt;
&lt;p&gt;You have a bunch of devices that is gathering information and you want to send it to a central. This can easily be implemented with both ANT and BLE. The devices should be able to operate for a good long while as long as the data amount isn&amp;#39;t too big, or the real time requirements are too tough.&lt;/p&gt;
&lt;p&gt;If you want all these devices to relay information from all nodes, to all nodes, this gets much more complex and much more power consuming, with every added node.&lt;/p&gt;
&lt;p&gt;If you want to do relaying with BLE you should investigate SoftDevice S130. I&amp;#39;m not familiar with MQTT-SN.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure how much more I can help you without knowing more about your application.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>