<?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>How to send the data from central to peripheral</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52351/how-to-send-the-data-from-central-to-peripheral</link><description>Hi, 
 I am using the nrf51422 controller and other controller which contains Bluetooth .The nrf51422 Bluetooth is central and other controller Bluetooth is peripheral.I am using SDK 12.3 in which i am using ble_central\ble_app_blinky for nrf51 422 Bluetooth</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 28 Sep 2019 04:41:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52351/how-to-send-the-data-from-central-to-peripheral" /><item><title>RE: How to send the data from central to peripheral</title><link>https://devzone.nordicsemi.com/thread/212376?ContentTypeID=1</link><pubDate>Sat, 28 Sep 2019 04:41:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2d0b2a36-987d-418f-b338-033b4794136a</guid><dc:creator>chandana k v</dc:creator><description>&lt;p&gt;Thanks for the reply.I will try&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send the data from central to peripheral</title><link>https://devzone.nordicsemi.com/thread/211993?ContentTypeID=1</link><pubDate>Thu, 26 Sep 2019 09:01:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ffe732c0-e2fb-40d6-b1db-eca7995ea1c1</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;You can use the nRF connect app android or iOS to inspect the advertisement packet from your peripheral. For instance, check if it includes any UUIDs&amp;nbsp;that you can filter on.&amp;nbsp;When you have done this you can configure the&amp;nbsp;&lt;a title="Scanning Module" href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_ble_scan.html?cp=5_1_3_2_11"&gt;Scanning Module&lt;/a&gt;&amp;nbsp;to filter on one or more of its parameters.&amp;nbsp;It is possible to only filter on the device name for instance.&lt;/p&gt;
&lt;p&gt;However, this will only let you find the correct device to connect to, you still to implement a GATT client to access the various characteristics on your server. You may use UART client as a starting point and adapt it to the services you have on the peripheral.&amp;nbsp;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send the data from central to peripheral</title><link>https://devzone.nordicsemi.com/thread/211033?ContentTypeID=1</link><pubDate>Sat, 21 Sep 2019 05:05:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:64b19810-f513-4494-8dc1-c6af22f95808</guid><dc:creator>chandana k v</dc:creator><description>&lt;p&gt;Thanks for the reply.&lt;/p&gt;
&lt;p&gt;But here in the NUS service we need to mention the base UUID, service UUID,TX characterstic UUID ,Rx characterstic UUId. I don&amp;#39;t know the UUID of the other Bluetooth.i searched in the google but i didn&amp;#39;t get it.&lt;/p&gt;
&lt;p&gt;Is there any method to transfer the data .I am not getting the idea plz help me&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send the data from central to peripheral</title><link>https://devzone.nordicsemi.com/thread/210887?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2019 10:16:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e7cfa615-8d0c-4249-baab-856ff85dfcf3</guid><dc:creator>awneil</dc:creator><description>[quote userid="78173" url="~/f/nordic-q-a/52351/how-to-send-the-data-from-central-to-peripheral/210882"]I can&amp;#39;t use&amp;nbsp;Nordic UART client/server service bcoz the server side i am using other bluetooth controller[/quote]
&lt;p&gt;That&amp;#39;s not true.&lt;/p&gt;
&lt;p&gt;The whole point of standards like BLE is that they are&amp;nbsp;not bound to specific hardware.&lt;/p&gt;
&lt;p&gt;The whole point of GATT is that &lt;em&gt;&lt;strong&gt;any&lt;/strong&gt;&lt;/em&gt; compliant BLE device can discover the Services &amp;amp; Characteristics on &lt;em&gt;&lt;strong&gt;any&lt;/strong&gt; &lt;/em&gt;other compliant BLE device - irrespective of whether they are from different manufacturers.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/51786/how-to-connect-from-one-bluetooth-to-other-bluetooth-devices/208161#208161"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/51786/how-to-connect-from-one-bluetooth-to-other-bluetooth-devices/208161#208161&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/52165/not-able-to-connect-the-bluetooth-to-other-device"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/52165/not-able-to-connect-the-bluetooth-to-other-device&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The NUS documentation describes the Service &amp;amp; the Characteristics it uses:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_nus_eval.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_nus_eval.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send the data from central to peripheral</title><link>https://devzone.nordicsemi.com/thread/210882?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2019 09:38:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:57de9a8f-23a5-4350-9267-bc3f0cf80343</guid><dc:creator>chandana k v</dc:creator><description>&lt;p&gt;Can you plz tell me how to send the data through&amp;nbsp;&lt;span&gt;ble_lbs_led_status_send()&amp;nbsp; function. Bcoz in this function the led status&amp;nbsp; is there .Then my question is how do i send the data through this function.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I can&amp;#39;t use&amp;nbsp;Nordic UART client/server service bcoz the server side i am using other bluetooth controller i don&amp;#39;t know how to connect the bluetooth through the NUS service. Can you plz tell me how to send the data&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to send the data from central to peripheral</title><link>https://devzone.nordicsemi.com/thread/210827?ContentTypeID=1</link><pubDate>Fri, 20 Sep 2019 06:15:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c11e8292-1d7e-4866-bad6-5e1f6abdaa72</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&lt;span&gt;You need to include the Nordic UART client/server on both sides if you&amp;#39;re going to use&amp;nbsp;ble_nus_c_string_send() function, and then it would be better to use ble_app_uart as a starting point instead of blinky. You can use ble_lbs_led_status_send() to send data with the blinky example.&amp;nbsp;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>