This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to send a file over ble

Hi, 

How to send a file  over ble? Is it possible?? 

Best Regards 

Pspavi 

Parents Reply
  • Hi Oli, 

    Please create a new case for your request. 
    From what I know there isn't an example to do exactly what you need. 
    But there is a protocol to transfer large file: SMP.  It's mainly for DFU update, but you can modify it to only tranfer data. Please take a look at the smp_svr example. You would need to choose BLE as the transport. 

    For high throughput data transfer, please have a look at throughput example inside bluetooth sample folder. 

Children
No Data
Related