nRF Connect Device Manager <-> implement SMP-Server on nRF52840 running SDK 16

Hi 

I have a board nRF52840 configured with some QSPI with filesystem configured

I would like to manage the file system from an app and I saw that - nRF Connect Device Manager, can do this but it requires an SMP server that looks like it is only implemented on Zephyr

List files, upload and download files, from the device to the smartphone

Is it possible to port or are there already implemented an SMP- server on the native code running on the nRF 52840 with SDK 16

Are there any other examples on file transfer ?

Best Regards

Tommy F Kristensen

Parents Reply
  • Hi Jørgen

    Thanks for your answer, I will try to use the Image transfer demo even that it is slightly more complex. 

    It looks like it should be a good stating point to send and receive files from/to the BLE device,  

    as it includes some examples on how to transfer a files and send commands to the device.

    Functions like, ble_its_send_file(), that would automatically send the file in chunks to the Android app

    I like this example as is has code both for the nRF52840 chip and the Android.

    Is there made sample code for IOS(Iphone) ?

     Best Regards

    Tommy F Kristensen

Children
No Data
Related