<?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>Receive data from multiple sensor nodes via ble. I am a beginner and i want easy solution or example code. Thank you.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/41097/receive-data-from-multiple-sensor-nodes-via-ble-i-am-a-beginner-and-i-want-easy-solution-or-example-code-thank-you</link><description>Hi everyone. I am a beginner i really need help regarding an issue. I have two nrf52832 modules, on each of them i have a sensor from which i read some values. All i want is that whenever they read values greater than a set threshold, they should send</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 04 Dec 2018 17:19:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/41097/receive-data-from-multiple-sensor-nodes-via-ble-i-am-a-beginner-and-i-want-easy-solution-or-example-code-thank-you" /><item><title>RE: Receive data from multiple sensor nodes via ble. I am a beginner and i want easy solution or example code. Thank you.</title><link>https://devzone.nordicsemi.com/thread/160259?ContentTypeID=1</link><pubDate>Tue, 04 Dec 2018 17:19:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:23818bd3-beff-4b83-a0ca-6aeeb7e47b6c</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;Based on your requirements it sounds like the ble_app_multilink_central and the ble_app_blinky examples should be a good place to start.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The central example can connect to multiple blinky peripherals, and they will each be able to send a 1 byte button status from the peripheral to the central.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;By default this is connected to a physical button on the kit, but you can change the code in the blinky peripheral to have it respond to your sensor data instead (sending a simulated button press when the sensor data reaches the limit you have set).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;On the central side each device will be associated with a unique connection handle, and you can use this to distinguish between them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receive data from multiple sensor nodes via ble. I am a beginner and i want easy solution or example code. Thank you.</title><link>https://devzone.nordicsemi.com/thread/159803?ContentTypeID=1</link><pubDate>Sat, 01 Dec 2018 15:21:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bbc62c1-b7f6-4729-b10f-9335d04111ab</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Also new to BLE?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The Nordic documentation is here:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/DocLib"&gt;https://www.nordicsemi.com/DocLib&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Introduction to the SDK documentation:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/index"&gt;https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/index&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;SDK examples:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://www.nordicsemi.com/en/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/examples"&gt;www.nordicsemi.com/.../examples&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;EDIT&lt;/p&gt;
&lt;p&gt;BTW - If you find the documentation hard to navigate, you may want to add feedback here:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/41098/what-is-this-horrible-new-documentation-library"&gt;devzone.nordicsemi.com/.../what-is-this-horrible-new-documentation-library&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receive data from multiple sensor nodes via ble. I am a beginner and i want easy solution or example code. Thank you.</title><link>https://devzone.nordicsemi.com/thread/159775?ContentTypeID=1</link><pubDate>Fri, 30 Nov 2018 20:35:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:247df6f3-d5b9-4372-8a6d-18ec48cd2889</guid><dc:creator>Saad_Tariq</dc:creator><description>&lt;p&gt;Yes, i have experience with microcontrollers, interfacing, communication and C programming. I am just new to Nordic Nrf52.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Receive data from multiple sensor nodes via ble. I am a beginner and i want easy solution or example code. Thank you.</title><link>https://devzone.nordicsemi.com/thread/159773?ContentTypeID=1</link><pubDate>Fri, 30 Nov 2018 20:19:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:75515103-bb1f-4b31-8a92-44da67c5cd46</guid><dc:creator>awneil</dc:creator><description>[quote userid="75531" url="~/f/nordic-q-a/41097/receive-data-from-multiple-sensor-nodes-via-ble-i-am-a-beginner-and-i-want-easy-solution-or-example-code-thank-you"]I am a beginner[/quote]
&lt;p&gt;A beginner at what, exactly?&lt;/p&gt;
&lt;p&gt;Do you have experience with microcontrollers, interfacing, and communication in general?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Do you have experience with&amp;nbsp;&amp;#39;C&amp;#39; programming&amp;nbsp; in general?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>