<?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>Starting a BLE project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21053/starting-a-ble-project</link><description>Hello! 
 I&amp;#39;m pretty new to BLE and Nordic, and hope that someone can give me some good advice. 
 I&amp;#39;m working on a project were I have 2-4 sensors, each connected to a nRF52832. When one of the different sensors is triggered I want them to transmitt</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 10 Apr 2017 10:48:04 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21053/starting-a-ble-project" /><item><title>RE: Starting a BLE project</title><link>https://devzone.nordicsemi.com/thread/82263?ContentTypeID=1</link><pubDate>Mon, 10 Apr 2017 10:48:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e83cabb-4151-4737-8afe-36804758b45a</guid><dc:creator>August Stokka Hold&amp;#248;</dc:creator><description>&lt;p&gt;Thank you very much for your answer!!
I left the beacon idea, and went with the connection solution. I used the multilink central example like you advised. I changed it to transmitt the GPIO pin it receives a signal on, instead of button_action, so as to identify which sensor has been triggered, and it works.
Thank you soo much for your help!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Starting a BLE project</title><link>https://devzone.nordicsemi.com/thread/82262?ContentTypeID=1</link><pubDate>Mon, 03 Apr 2017 12:19:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:278fe9a9-24b4-49b1-afa8-8c1502a84173</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The solution you propose with beacons and a scanning central could be used, but it will only give you one-way, unreliable communication. A central/scanner is not guaranteed to receive every advertising packet transmitted by a periheral, and the peripheral will not get any feedback if the packet was received by any devices. The central will also have to continuously scan for peripherals, giving it a high current consumption. More details about how advertising and scanning works, can be read in &lt;a href="https://devzone.nordicsemi.com/blogs/782/bluetooth-smart-and-the-nordics-softdevices-part-1/"&gt;this blogpost&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have a static environment with only 2-4 peripheral devices, I would recommend going for connections. The latest &lt;a href="http://www.nordicsemi.com/eng/nordic/Products/nRF52832/S132-SD-v4/58803"&gt;S132 softdevice v4.0.2&lt;/a&gt; support up to 20 connections as a central. On the peripheral side, you can implement a custom service for the sensor value, and transmitt this to the central using notifications. This will make sure the central receives every sensor value. I would recommend going through the &lt;a href="https://devzone.nordicsemi.com/tutorials/"&gt;BLE tutorials&lt;/a&gt; here on DevZone to learn how to implement custom services/characteristics, and learn more about BLE development in general. A &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v13.0.0/ble_sdk_app_multilink.html?cp=4_0_0_4_1_0_1"&gt;multilink central example&lt;/a&gt; is available in our SDK, but you will have to do some modifications to support your own services.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>