sandeepmistry / arduino-BLEPeripheral

An Arduino library for creating custom BLE peripherals with Nordic Semiconductor's nRF8001 or nR51822.
MIT License
462 stars 179 forks source link

How to implement buttonless DFU using the library? #166

Closed akkthedev closed 7 years ago

akkthedev commented 7 years ago

Hi,

Is it possible to implement the Nordic DFU Service in the library, so that I can upload files using OTA?

Thanks in advance, Aditya Khant

sandeepmistry commented 7 years ago

@akkthedev I'm sure it's possible, you will have to implement the Nordic DFU yourself using the BLEPeripheral API :D