<?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>File Transfer service in BLE</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/115124/file-transfer-service-in-ble</link><description>Hi 
 I want transfer 200+ KB file from master to sleave , Is there any dedicated service for file transfer in BLE. 
 or 
 what could be the best way to transfer 200kb size file from master to sleave (nrf52) ? 
 Best regards 
 Karthik</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 01 Oct 2024 12:15:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/115124/file-transfer-service-in-ble" /><item><title>RE: File Transfer service in BLE</title><link>https://devzone.nordicsemi.com/thread/504522?ContentTypeID=1</link><pubDate>Tue, 01 Oct 2024 12:15:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c209d32-5be7-4807-9d01-8c90474d85eb</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi Karthik,&lt;/p&gt;
&lt;p&gt;There is no dedicated file transfer service in BLE. If you just need a simple way to transfer data between two devices you contorl, I would suggest looking at the Nordic UART Service samples (&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/central_uart/README.html"&gt;Bluetooth: Central UART&lt;/a&gt;&amp;nbsp;and &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/peripheral_uart/README.html"&gt;Bluetooth: Peripheral UART&lt;/a&gt;). If you take those, but instead of sending data to/from the UART interface, read/write a file/array/chunk of data.&lt;/p&gt;
&lt;p&gt;Edit: Another option is to use OTS, which is a standard service&amp;nbsp;for object transfer (basically a blob of binary data). That is demonstrated by &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/peripheral_ots/README.html"&gt;Bluetooth: Peripheral OTS&lt;/a&gt;&amp;nbsp;and &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples/bluetooth/central_otc/README.html"&gt;Bluetooth: Central OTC&lt;/a&gt;.&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;Br,&lt;/p&gt;
&lt;p&gt;Einar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>