<?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>Transfer/write data to softDevice from nrf52832 through BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/49109/transfer-write-data-to-softdevice-from-nrf52832-through-ble</link><description>Hello, I am using a nrf52832 Soc for my development. I follow this https://github.com/bjornspockeli/custom_ble_service_example for the custom BLE service. I can do a specific work by Handling the Write event from the SoftDevice (data received from softDevice</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 28 Jun 2019 13:46:27 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/49109/transfer-write-data-to-softdevice-from-nrf52832-through-ble" /><item><title>RE: Transfer/write data to softDevice from nrf52832 through BLE</title><link>https://devzone.nordicsemi.com/thread/195384?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 13:46:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1d74131e-1641-421a-bbf2-0acd2ed3088d</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Well. I suggest that you study that example, and do the same as it is done there. Add another characteristic that you can use to send data from the nRF to the connected device via notifications, using the function that I mentioned, ble_nus_data_send(), which uses sd_ble_gatts_hvx().&lt;/p&gt;
&lt;p&gt;I believe that the ble_app_uart example is exactly what you are looking for.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transfer/write data to softDevice from nrf52832 through BLE</title><link>https://devzone.nordicsemi.com/thread/195375?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 13:08:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91e0aad8-fa8d-458c-8c78-451735346513</guid><dc:creator>HPD</dc:creator><description>&lt;p&gt;Yes I am looking for the same. Want to send the data from the nRF52832 to the connected device through BLE. And I am using the &amp;quot; &lt;a href="https://github.com/bjornspockeli/custom_ble_service_example&amp;nbsp;"&gt;github.com/.../custom_ble_service_example&amp;#160;&lt;/a&gt; &amp;quot; tutorial for receiving data from the connected device.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;If you can help me with a proper example of data receive and transfer method through BLE, it will be helpful for me&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Transfer/write data to softDevice from nrf52832 through BLE</title><link>https://devzone.nordicsemi.com/thread/195364?ContentTypeID=1</link><pubDate>Fri, 28 Jun 2019 12:36:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e79a931-de18-4091-aa56-494e474539d4</guid><dc:creator>Edvin</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;So you want to send data from the nRF52832 to the connected device, is that the case?&lt;/p&gt;
&lt;p&gt;I suggest that you look at the ble_app_uart example, which can both send and receive data. It uses the function ble_nus_data_send() (at least that is the name in SDK15.3.0. In some older SDKs it is called ble_nus_string_send()).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Let me know if that is what you are looking for, or if it is something else.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>