This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Trying to set BLE device on DFU mode - Get error status 253 on onCharacteristicWrite function

Hello,

I'm trying to set my device on DFU mode by an android mobile application without success. I'm working with nrf51822, sdk10, softdevice 8.0.

I subcribe to the DFU Control Point characteristic (Activate Notification). But when I'm trying to write on the same characteristic, it doesn't switch my device on DFU mode and I receive an error status 253 in the function onCharacteristicWrite.

Can you help me or give me some advices ?

Thank you a lot.

Related