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

Looking for button-less DFU-OTA with ble_app_gls sample code

Hi, could you tell me where I can find a sample project with button-less DFU-OTA and an application like ble_app_gls?

1. I use Windows 10; Embedded Studio; nRF52840 DK; SDK 15.0.0

2. Once I paired my device; I need save pairing information so I do not need repair that device after upgrade.

Thanks a lot for your help!

Donald

Parents
  • Hi,

    We have a buttonless DFU example in SDK_folder\examples\ble_peripheral\ble_app_buttonless_dfu

    You need to merge that with the ble_app_gls application. Probably easiest to take the ble_app_buttonless_dfu example, and then add the gls specific functionality to the ble_app_buttonless_dfu example.

    Once I paired my device; I need save pairing information so I do not need repair that device after upgrade.

    The Peer Manager library handles that for you.

Reply
  • Hi,

    We have a buttonless DFU example in SDK_folder\examples\ble_peripheral\ble_app_buttonless_dfu

    You need to merge that with the ble_app_gls application. Probably easiest to take the ble_app_buttonless_dfu example, and then add the gls specific functionality to the ble_app_buttonless_dfu example.

    Once I paired my device; I need save pairing information so I do not need repair that device after upgrade.

    The Peer Manager library handles that for you.

Children
No Data
Related