<?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>data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/69573/data-exchange-between-central-and-peripheral</link><description>use SDK17. 
 central uses nRF52832 and peripheral uses nRF52810. 
 I want to implement the exchange of data with each other. 
 First, the central scanned and connected. 
 After that, how can I send data to Peripheral? 
 Thank you...</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 04 Jan 2021 06:22:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/69573/data-exchange-between-central-and-peripheral" /><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/287120?ContentTypeID=1</link><pubDate>Mon, 04 Jan 2021 06:22:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cb7e4949-5b00-4f90-b819-69f1eceba399</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Great to hear that it&amp;#39;s working now!&lt;/p&gt;
&lt;p&gt;Thank you, and a happy new year to you as well.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/287069?ContentTypeID=1</link><pubDate>Fri, 01 Jan 2021 05:19:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bafe34d6-8598-405d-8dd1-ad19b95e43b4</guid><dc:creator>Muphy</dc:creator><description>&lt;p&gt;Its working. I did a mistake. I was checking the voltage status at PIN 2. because BSP_BOARD_LED_2 is defined as 2. When I went deep into the led_init function I came to know that LED_2 is connected to pin_22.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;:-) .&lt;/p&gt;
&lt;p&gt;Have a good day.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/287057?ContentTypeID=1</link><pubDate>Thu, 31 Dec 2020 14:23:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:70d89a97-1d72-4114-948b-6dc5e9c5f35f</guid><dc:creator>Muphy</dc:creator><description>&lt;p&gt;Hello &lt;a href="https://devzone.nordicsemi.com/members/marte.m"&gt;Marte Myrvold&lt;/a&gt;, &lt;/p&gt;
&lt;p&gt;A very happy new year to you and your loved ones.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/286646?ContentTypeID=1</link><pubDate>Mon, 28 Dec 2020 08:13:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56762fb6-51aa-4e13-972e-fd2ea9df45af</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You shouldn&amp;#39;t have to make any changes to the example. Is LED 2 on, showing that the boards are connected to each other? If they&amp;#39;re connected, then you should press button 1 on either board, and observe that LED 3 is on for the duration of the press on the other board, so you have to hold down button 1 in order for LED 3 to be on.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/286591?ContentTypeID=1</link><pubDate>Fri, 25 Dec 2020 11:07:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4aac9cf-cecd-4114-b85f-fe90a6ed717d</guid><dc:creator>Muphy</dc:creator><description>&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/members/awneil"&gt;awneil&lt;/a&gt;&lt;br /&gt;I am also doing the same. The blinky example. &lt;br /&gt;1) I did the peripheral example and I am able to see that in the phone app. &lt;br /&gt;2) I did the central example and I think it connects to the peripheral bec as soon as I start the central, the peripheral just vanishes from the phone app.&lt;br /&gt;3) I am not able to see the pushing of the button on central and blink the LED on peripheral or vice versa. &lt;br /&gt;4) I am using:&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; a) ble_peripheral\experimental_ble_app_blinky &amp;nbsp; as peripheral example&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; b) ble_central\experimental\ble_app_blinky_c &amp;nbsp; &amp;nbsp;&amp;nbsp; as central example&lt;br /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; c) Keil, nrf51822, S130 sodtdevice.&lt;br /&gt;&lt;br /&gt;Please help me. &lt;br /&gt;Do I need to change something in the code or am I missing something. (because the status of LED always remains high on both central and peripheral sides).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/285935?ContentTypeID=1</link><pubDate>Sat, 19 Dec 2020 21:18:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:67e6ca2b-403b-48ae-8c44-aff0ab65f58c</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Start with the examples provided - then you will have a working basis from which to create your own setup.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/285931?ContentTypeID=1</link><pubDate>Sat, 19 Dec 2020 13:57:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a062f746-b0db-44df-a8c0-86475e95587d</guid><dc:creator>mjr</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Central is implemented on the basis of cle_uart_app_c, and peripheral is created by creating a service uuid, not an example. I want to read the service uuid that was created service uuid.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;mjr&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/285787?ContentTypeID=1</link><pubDate>Fri, 18 Dec 2020 10:23:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d563efd3-6947-4eac-9c90-fba754a419de</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;What is your setup when testing? Is your central programmed with the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_nus_c.html"&gt;Nordic UART Service Client example&lt;/a&gt;&amp;nbsp;and your peripheral with the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_nus_eval.html"&gt;UART/Serial Port Emulation over BLE example&lt;/a&gt;? Are you testing it as described in the&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/ble_sdk_app_nus_c.html?cp=7_1_4_2_0_7_2#ble_nus_c_test"&gt;part about testing&lt;/a&gt;&amp;nbsp;for the NUS client example?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/285475?ContentTypeID=1</link><pubDate>Thu, 17 Dec 2020 00:28:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aa5a4d28-25c4-4659-a475-d96821ba8492</guid><dc:creator>mjr</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;I am looking at central -&amp;gt; ble_app_uart in example&lt;br /&gt;I know that BLE_NUS_C_EVT_NUS_TX_EVT is sending DATA from ble_nus_c_ect_handler.&lt;/p&gt;
&lt;p&gt;While connected to the peripheral, data cannot be viewed from the peripheral.&lt;/p&gt;
&lt;p&gt;What is the problem?&lt;/p&gt;
&lt;p&gt;Thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: data exchange between central and peripheral</title><link>https://devzone.nordicsemi.com/thread/285254?ContentTypeID=1</link><pubDate>Wed, 16 Dec 2020 09:23:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:561a3ad8-ca53-4de5-b1bd-fa530ff07c97</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;The whole point of Bluetooth is exactly to&amp;nbsp;transfer data!&lt;/p&gt;
&lt;p&gt;You can either use one of the standard Profiles defined by the Bluetooth SIG, or create your own. The SDK contains many examples using&amp;nbsp;&lt;span&gt;standard BT SIG Profiles.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For just transferring Arbitrary unstructured data, you could use (or, at least, start with) Nordic&amp;#39;s Proprietary UART Service - NUS. There are examples in the SDK&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Here&amp;#39;s a tutorial on creating your own custor Services:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts/ble-services-a-beginners-tutorial"&gt;devzone.nordicsemi.com/.../ble-services-a-beginners-tutorial&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>