NordicSemiconductor / IOS-DFU-Library

OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
http://www.nordicsemi.com
BSD 3-Clause "New" or "Revised" License
525 stars 214 forks source link

ButtonLess DFU #457

Closed MarcoDiPecoWise closed 3 years ago

MarcoDiPecoWise commented 3 years ago

Hi, On the project I am working on we have the necessity to upload 2 firmware to the device. One is a classic firmware update and the other is a STM update for the not bluetooth board. For what I could understand the proposal from the firmware provider is to execute 2 dfu process, one after the other for each firmware, but the second one is required to be buttonless and so easier for the final user. So my questions are: How should I initiate the buttonless dfu process? Is this double dfu strategy the right approach to the problem?

Thanks.