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:
where i can write NRF_POWER->GPREGRET = 1; NVIC_SystemReset(); in the application for start dfu button less?!
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().
yes, i would like to enter bootloader mode through a ble command, with out any button... i have added that at HID application, but does not work on iOs. On android works perfectly!
Is possible to do fota with pairing?!
Enrico
Attached the HID keyboard example that I've extended to support buttonless DFU.