iOS DFU Process
Update firware using iOS platform.
Overview
The following walks through performing a device firmware update and the tools required on iOS devices.
Application
The device firmware is written using the Nordic Semiconductor nRF52 SDK. Because of this, I use their proprietary DFU process. Nordic provides an iOS application called nRF Device Firmware Update. In this application, there is a built-in DFU tool for updating the device firmware. You can download this application with the following link.
Download
nRF Device Firmware Update Application.
Last modified October 23, 2024: V2 Initial Check-in (93e819c)