<?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 Image data on nrf51822</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43744/how-to-receive-image-data-on-nrf51822</link><description>Hi, 
 I am developing one of the application using nrf51822 with SDK S110. in which I need to receive the long data(like image) through the mobile app. 
 And newbie to the nrf51 development zone and I have gone through some example provided in the SDK</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Feb 2019 12:34:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43744/how-to-receive-image-data-on-nrf51822" /><item><title>RE: How to receive Image data on nrf51822</title><link>https://devzone.nordicsemi.com/thread/171378?ContentTypeID=1</link><pubDate>Fri, 15 Feb 2019 12:34:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fbd8a875-2b47-4059-bcdd-302579b9c627</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You will need to split the data into multiple smaller packets. The default packet payload in BLE is 20 bytes. I think the&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v12-3-0/ble_sdk_app_nus_eval"&gt; ble_app_uart&lt;/a&gt; example can be a good starting point for this.&amp;nbsp; Data sent from the phone will be forwarded to the&amp;nbsp;nus_data_handler() in this example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also, since you are using the s110 stack, please have a look at this blog post here, you may be impacted by the deprecation of BLE v.4.0 and v.4.1:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/b/blog/posts/what-impact-does-the-deprecation-and-withdrawal-of-bluetooth-core-specification-v4-0-and-v4-1-have-on-your-current-and-future-products"&gt;https://devzone.nordicsemi.com/b/blog/posts/what-impact-does-the-deprecation-and-withdrawal-of-bluetooth-core-specification-v4-0-and-v4-1-have-on-your-current-and-future-products&lt;/a&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>