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

nrf52810 central DFU

Currently I have implemented Central using nrf52810, SDK 14.2 / Softdevice S132.

I want to know how to do OTA upgrade in Central.

Or I would like to get an example currently implemented.

Please. Thank you.

Parents Reply
  • mjr said:
    If so, should one button be prepared to switch to bootloader?

     Yes, that is one option, there are also other ways that can be used to jump from the app to the bootloader. See this page

    mjr said:
    And the memory is very small. What should you start with to proceed with the smallest boot loader?

     The bootloader is already optimized to be as small as possible, and still being robust. And yes, you might run out of flash space when using the nRF52810 as BLE central... I would recommend looking into using a nRF52 SoC with more flash. See the list over nRF52 devices at this link.

Children
No Data
Related