<?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>Connect 1 central and peripheral nrf52830 with 1 peripheral nrf52832</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39319/connect-1-central-and-peripheral-nrf52830-with-1-peripheral-nrf52832</link><description>Hi all! 
 I&amp;#39;m quite new in working with BLE device and in working with MCU also so If my question look a bit silly, please dont laugh at me 
 I am using a nrf52832 as both central and peripheral device, I want to communicate with 1 peripheral nrf52832</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Oct 2018 14:17:47 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39319/connect-1-central-and-peripheral-nrf52830-with-1-peripheral-nrf52832" /><item><title>RE: Connect 1 central and peripheral nrf52830 with 1 peripheral nrf52832</title><link>https://devzone.nordicsemi.com/thread/152720?ContentTypeID=1</link><pubDate>Fri, 12 Oct 2018 14:17:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6141410-42b8-475b-a7b4-c9be8317bffd</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;This is because the advertising packet contains data such as device name and UUID, and nRF Connect can separate between devices based on that information.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/7066/setting-tx_power_level"&gt;Here&lt;/a&gt;&amp;nbsp;is a nice link in order to understand the advertising packet. It is also possible to to this an nRF chip, and&amp;nbsp;&lt;a href="https://www.silabs.com/community/wireless/bluetooth/knowledge-base.entry.html/2017/02/10/bluetooth_advertisin-hGsf"&gt;here&lt;/a&gt; is a link&amp;nbsp;showing how to decode the advertising data in the payload.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connect 1 central and peripheral nrf52830 with 1 peripheral nrf52832</title><link>https://devzone.nordicsemi.com/thread/152422?ContentTypeID=1</link><pubDate>Thu, 11 Oct 2018 01:24:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cf244308-3b65-48f3-9c81-a34736033de1</guid><dc:creator>ho&amp;#224;ng kh&amp;#225;nh</dc:creator><description>&lt;p&gt;Thank you for your reply, I have 1 more concern, could you explain for me if you have time?&lt;/p&gt;
&lt;p&gt;Actually when a ble device is set as peripheral, I can discover it in my phone through nrf connect and choose which device to connect, but when connect between 2 nrf device, how can they recognize each other correctly because there are many other devices around them&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Connect 1 central and peripheral nrf52830 with 1 peripheral nrf52832</title><link>https://devzone.nordicsemi.com/thread/152378?ContentTypeID=1</link><pubDate>Wed, 10 Oct 2018 14:01:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d827d019-b196-42c0-8886-927d08fd6b56</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I think the&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fble_sdk_app_beacon.html&amp;amp;cp=4_0_0_4_1_2_2"&gt;Beacon Transmitter Sample Application&lt;/a&gt;&amp;nbsp;located in &lt;em&gt;examples/ble_peripheral/ble_app_beacon&lt;/em&gt;&amp;nbsp;is convenient for your case. It can be flashed into the peripheral, and it will make the peripheral broadcast (advertise) information to the devices nearby.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/b/blog/posts/bluetooth-smart-and-the-nordics-softdevices-part-1"&gt;Here&lt;/a&gt;&amp;nbsp;is a blog post explaining more about GAP advertising.&lt;/p&gt;
&lt;p&gt;However, if you want to send more data, and establish a connection between the two devices, I would recommend you read about&amp;nbsp;&lt;a href="https://learn.adafruit.com/introduction-to-bluetooth-low-energy/gatt"&gt;GATT&lt;/a&gt;, which stores the data in modules called Services and Characteristics.&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fble_sdk_app_nus_eval.html&amp;amp;cp=4_0_0_4_1_2_24"&gt;Here&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.2.0%2Fble_sdk_app_nus_c.html&amp;amp;cp=4_0_0_4_1_0_7"&gt;here&lt;/a&gt;&amp;nbsp;are some examples that can be loaded into respectively the peripheral and the central. These examples implements Nordics UART Service (emulates serial port over BLE), and is a nice place to start when learning about GAP connections.&lt;/p&gt;
&lt;p&gt;Down below is also some nice tutorials to learn about advertising, characteristics and services&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-advertising-a-beginners-tutorial"&gt;advertising&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-characteristics-a-beginners-tutorial"&gt;characteristics&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;&lt;a href="https://devzone.nordicsemi.com/tutorials/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial"&gt;services&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Best regards, Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>