Hi, i have implemented dfu button less..
On android works perfectly, but on iOs does not work!
NRf51822 sdk 10.0.0 iPhone 6s 9.1
Hi, i have implemented dfu button less..
On android works perfectly, but on iOs does not work!
NRf51822 sdk 10.0.0 iPhone 6s 9.1
I'm afraid I would need more details the understand what could be causing it to fail on iOS. I've tried the same here, but not able to reproduce.
Any chance you can share your bootloader and application project so I can try it here?
EDIT 09.02.16 HID keyboard example with DFU support:
Do you wish to enter bootloader mode through a BLE command? In that case you can do it in the dfu_app_handler.c -> bootloader_start() function used as shown in the reference example (ble_app_hrs_dfu) besides that you replace bootloader_util_app_start() with NVIC_SystemReset().
Do you wish to enter bootloader mode through a BLE command? In that case you can do it in the dfu_app_handler.c -> bootloader_start() function used as shown in the reference example (ble_app_hrs_dfu) besides that you replace bootloader_util_app_start() with NVIC_SystemReset().