<?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>Larege file receive NRF52832 via Mobile App</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/47098/larege-file-receive-nrf52832-via-mobile-app</link><description>Hello everyone, 
 In my application i need to send large file (bytes of Array)size 1MB to send NRF connect App or any another app. Receive that large file in NRF52832 any example code are available which service to use this application..???</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 10 May 2019 10:00:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/47098/larege-file-receive-nrf52832-via-mobile-app" /><item><title>RE: Larege file receive NRF52832 via Mobile App</title><link>https://devzone.nordicsemi.com/thread/186356?ContentTypeID=1</link><pubDate>Fri, 10 May 2019 10:00:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5adf930-619a-4774-a552-602d6bff7bd0</guid><dc:creator>ovrebekk</dc:creator><description>&lt;p&gt;Hi&lt;/p&gt;
&lt;p&gt;We don&amp;#39;t provide any examples specific to this unfortunately, but it should be possible to modify one of the existing examples to send a generic file over BLE:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In general the best example to use as a starting point for app development is the &lt;a href="https://github.com/NordicSemiconductor/Android-nRF-Blinky"&gt;Android-nRF-Blinky&lt;/a&gt; example.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is using a proprietary service, which means you can adopt the service to fit your own requirements (just make sure to change the service UUID if you ever plan to go to production).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Android BLE library has a &lt;a href="https://github.com/NordicSemiconductor/Android-BLE-Library/blob/master/ble/src/main/java/no/nordicsemi/android/ble/WriteRequest.java#L172"&gt;split &lt;/a&gt;function that allows you to send a large packet in one go, and the library will do the job of splitting it into smaller chunks that the underlying BLE link layer can handle. This should make it easier to send files of varying sizes from the phone to the nRF52 device.&lt;/p&gt;
&lt;p&gt;Best regards&lt;br /&gt;Torbjørn&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Larege file receive NRF52832 via Mobile App</title><link>https://devzone.nordicsemi.com/thread/186219?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 13:30:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:878471a5-4b8f-42d2-bd0d-a559ce6e68f9</guid><dc:creator>Autobot</dc:creator><description>&lt;p&gt;Any mobile APP is there to send files(EX: image,txt) to NRF52832...????&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Larege file receive NRF52832 via Mobile App</title><link>https://devzone.nordicsemi.com/thread/186202?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 13:02:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f79a4856-0520-4d34-91f4-96bf38aab505</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Start with that example, understand it, adapt it to your needs.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Larege file receive NRF52832 via Mobile App</title><link>https://devzone.nordicsemi.com/thread/186160?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 11:30:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c79631e9-cc7c-4092-b87e-db26a73fdcd3</guid><dc:creator>Autobot</dc:creator><description>&lt;p&gt;I referred this link &lt;a href="https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo"&gt;https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo&lt;/a&gt;. It has possible to transfer maximum 2MB image file.&lt;/p&gt;
&lt;p&gt;so How can i implement this concept my application&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Larege file receive NRF52832 via Mobile App</title><link>https://devzone.nordicsemi.com/thread/186089?ContentTypeID=1</link><pubDate>Thu, 09 May 2019 07:50:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:88f973fc-25a1-4ca5-b7a1-efd0aacc8a89</guid><dc:creator>awneil</dc:creator><description>&lt;p&gt;Nordic UART Service (NUS) ?&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;But note that BLE really isn&amp;#39;t designed for &amp;quot;large data file transfer&amp;quot;...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>