NordicPlayground / nRF51-ble-bcast-mesh

Other
323 stars 121 forks source link

Start DFU from BLE enabled devices(smartphones)? #155

Open honeypt opened 7 years ago

honeypt commented 7 years ago

Hi.

It is pretty interesting to do DFU over mesh using serial connection.

I am using BLE_Gateway example and i would like to start DFU over mesh from my smartphone. Is there any method implemented or way to implement this?

Can you please give me a brief?

trond-snekvik commented 7 years ago

Hi there,

There's currently no proper way of doing this. You could probably implement the protocol by doing advertisements from the phone, but there's no support for GATT based DFU for mesh yet.