Hai ,
I am using nrf52840 and 15.2 SDK for ota over BLE. I have made bootloader for OTA over BLE and tested same with nrf connect application using dfu package zip file. firmware is upgraded successfully and working fine.
Now I need to upgrade firmware using NRF52840 to another nrf52840 , as per the protocol i have to send ping response , create object , init file ,check and so on..
sending ping response to bootloader but not getting any response for the ping response . traced the log from nrf connect application . have to write on 0x0001 characteristic , what is the correct way to write on characteristic , i am using ble_app_blinky_c example .
Kindly let me know how to write on particular characteristic on ble central?
thanks,
sowmiya