<?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>send data from nrf connect app to the nrf device</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/48629/send-data-from-nrf-connect-app-to-the-nrf-device</link><description>Hi 
 I am using the nrf52832 DK for my project. 
 Using ble i need to establish wireless connection b/w the android phone and the board. 
 I need to send data from the phone to the board and store this data onto the flash. Which example program from the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 19 Jun 2019 11:31:32 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/48629/send-data-from-nrf-connect-app-to-the-nrf-device" /><item><title>RE: send data from nrf connect app to the nrf device</title><link>https://devzone.nordicsemi.com/thread/193626?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2019 11:31:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1dd3aaae-51e7-401f-8bcd-0f2657610dc8</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;I see you have created a &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/48768/combining-2-examples"&gt;new question&lt;/a&gt; for that, so we will continue in that thread.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send data from nrf connect app to the nrf device</title><link>https://devzone.nordicsemi.com/thread/193612?ContentTypeID=1</link><pubDate>Wed, 19 Jun 2019 10:24:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60d0bf9f-2c83-4cf4-81a3-ecf8d6e52f80</guid><dc:creator>Dcrossd</dc:creator><description>&lt;p&gt;Thank you for the response.&lt;/p&gt;
&lt;p&gt;I am encountering lot of errors while merging the nus and fds example.&lt;/p&gt;
&lt;p&gt;How to i efficiently merge the 2 projects along with all the includes?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send data from nrf connect app to the nrf device</title><link>https://devzone.nordicsemi.com/thread/193418?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2019 11:59:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:81c63f07-e835-4e64-aa89-188784ff425b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;That all depends on how you want to do it. You will get a string with the characters written by the central (phone), which is handled by the&amp;nbsp;nus_data_handler() function in the NUS example. There you can do whatever you like with it, in addition to or instead of logging it, as is done in the current example. If you would like to copy it to another string, then you can do that (for instance using&amp;nbsp;strcpy() or memcpy()), and if you like, you can write it to flash using, for instance, FDS or another method. This is up to you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send data from nrf connect app to the nrf device</title><link>https://devzone.nordicsemi.com/thread/193413?ContentTypeID=1</link><pubDate>Tue, 18 Jun 2019 11:50:32 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c570ae7c-4d2e-4a31-acdf-c675bac28a55</guid><dc:creator>Dcrossd</dc:creator><description>&lt;p&gt;in the NUS example when i use the RX Characteristic to send data i am able to view the data on the terminal application. I want to copy and store this data in a separate string, how do i do that?&lt;/p&gt;
&lt;p&gt;sorry if these questions seem too basic, I have only recently started working on MCUs.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: send data from nrf connect app to the nrf device</title><link>https://devzone.nordicsemi.com/thread/193180?ContentTypeID=1</link><pubDate>Mon, 17 Jun 2019 12:38:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:19748213-3dd1-47a5-b194-6ed6e3b4d2a7</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/ble_sdk_app_nus_eval.html?cp=5_1_4_2_2_24"&gt;NUS example&lt;/a&gt; seems like a sensible starting point. It supports transferring data in both directions out of the box. Regarding flash storage that depends on how you want to do it, but if you want to use &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_fds.html?cp=5_1_3_55"&gt;FDS&lt;/a&gt;, then you can refer to the &lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/fds_example.html?cp=5_1_4_6_8"&gt;FDS example&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>