<?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 receive and transfer data using custom ble service</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48186/how-to-receive-and-transfer-data-using-custom-ble-service</link><description>Hi, I am using a system where I am using nrf52832 nordic chip. I generate a custom ble service using this &amp;#39; https://github.com/bjornspockeli/custom_ble_service_example &amp;#39; github tutorial. Now I want to receive and transfer data (sensor data) from or to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 05 Jun 2019 11:05:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48186/how-to-receive-and-transfer-data-using-custom-ble-service" /><item><title>RE: How to receive and transfer data using custom ble service</title><link>https://devzone.nordicsemi.com/thread/191054?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 11:05:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fb95bb1a-2d4f-49c1-b31b-bdf2fa4564e5</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Sorry - that wasn&amp;#39;t clear.&lt;/p&gt;
&lt;p&gt;Steps 6 &amp;amp; 7 of that tutorial describe how to handle stuff coming &lt;em&gt;&lt;strong&gt;from&lt;/strong&gt; &lt;/em&gt;the Central;&lt;/p&gt;
&lt;p&gt;Step 8&amp;nbsp;describes sending stuff coming&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;em&gt;&lt;strong&gt;to&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/em&gt;the Central.&lt;/p&gt;
&lt;p&gt;The whole point of BLE is to transfer data between Peripheral &amp;amp; Central - so &lt;em&gt;&lt;strong&gt;all&lt;/strong&gt; &lt;/em&gt;of the SDK BLE examples illustrate that in one form&amp;nbsp; or another:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/examples_ble_peripheral.html"&gt;https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/examples_ble_peripheral.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;For transferring arbitrary data, take a look at the Nordic UART Service (NUS) - which is, in itself, an example of how to do custom services &amp;amp; characteristics:&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;Note that none of this is specific to the Central being Android.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to receive and transfer data using custom ble service</title><link>https://devzone.nordicsemi.com/thread/191051?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 10:52:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dcd4ebde-ecc7-463a-84ab-10dab2887fa8</guid><dc:creator>HPD</dc:creator><description>&lt;p&gt;I am not asking about the android app development. I am asking about how can I send or receive data through ble connection. I just want an example code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to receive and transfer data using custom ble service</title><link>https://devzone.nordicsemi.com/thread/190969?ContentTypeID=1</link><pubDate>Wed, 05 Jun 2019 07:28:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:868d00d8-2af2-44a0-8078-c01308c107eb</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Android app development is outside the scope of this forum - you will need to study the Android developer &lt;strong&gt;documentation&lt;/strong&gt;, and visit Android developer forums&lt;/p&gt;
&lt;p&gt;&lt;a href="https://developer.android.com/guide/topics/connectivity/bluetooth-le"&gt;https://developer.android.com/guide/topics/connectivity/bluetooth-le&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;There are some examples in the Nordic GitHub:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicPlayground"&gt;https://github.com/NordicPlayground&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/Android-BLE-Library"&gt;https://github.com/NordicSemiconductor/Android-BLE-Library&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/NordicSemiconductor/Android-nRF-Toolbox"&gt;https://github.com/NordicSemiconductor/Android-nRF-Toolbox&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/9681/nrf52-android-app-source-code"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/9681/nrf52-android-app-source-code&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>