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

Configuring ble_dfu service for nRF52840 uC

Hello,

I am trying to implement ble_dfu service into an existing project. The problem is I can not find an example in the SDK. I need to find out which macros to copy-paste from the example project sdk_config.h file into the existing projects sdk_config.h file. I cannot proceed without doing that because i keep getting compiling errors. Can somebody please point me to the example or at least point me to a link where I can find the needed macros?

Thank you for your time.
Best regards.

Parents
  • Hi Jack, 
    I assume you are planning to integrate BLE DFU buttonless service in your application so that it can enter DFU from a phone app ? 
    You can have a look at the \examples\ble_peripheral\ble_app_buttonless_dfu example. The documentation is here.

    If you see compiling error please try to follow what implemented in the buttonless example. If it's not possible to solve, please take a screenshot. 

Reply
  • Hi Jack, 
    I assume you are planning to integrate BLE DFU buttonless service in your application so that it can enter DFU from a phone app ? 
    You can have a look at the \examples\ble_peripheral\ble_app_buttonless_dfu example. The documentation is here.

    If you see compiling error please try to follow what implemented in the buttonless example. If it's not possible to solve, please take a screenshot. 

Children
Related