This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Buttonless DFU, How do I enter DFU via iOS?

Hi

I'm testing Buttonless DFU. I use SDK 12.2.0 , NRF52 and S132. I succeeded in entering DFU in Master Control Panel (PC application). I want to do it even on iOS.

I tried the following three, but I can not write it. Of course I execut setNottifyValue (true, for: characteristic) first. peripheral.writeValue(data, for: descriptor) peripheral.writeValue(data, for: characteristic, type: CBCharacteristicWriteType.withoutResponse) peripheral.writeValue(data, for: characteristic, type: CBCharacteristicWriteType.withResponse)

How do I enter DFU via iOS? Does anyone know?

best regards.

Related