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

DFU service Enable in proximitty code

Dear Nordic Team,

Thanks for support.

I try to enable dfu service in proximitty example code as per the nordic document . But its not work. I dont know what i am doing wrong. My application code also attached here. main.c

Document Link : infocenter.nordicsemi.com/index.jsp

Parents
  • What kind of error do you have when doing that ? Which central device did you use to test ? Which SDK version did you use, which Softdevice was that ?

    Have you flashed the bootloader ? Have you tested just the bootloader to update your application ? You need to know how to use the bootloader before you integrate DFU service into your application.

    Have you tried to test with our example in the SDK , the \examples\ble_peripheral\ble_app_hrs\pca10028\s130_with_dfu for example. It's an example on how you implement DFU service into your application.

Reply
  • What kind of error do you have when doing that ? Which central device did you use to test ? Which SDK version did you use, which Softdevice was that ?

    Have you flashed the bootloader ? Have you tested just the bootloader to update your application ? You need to know how to use the bootloader before you integrate DFU service into your application.

    Have you tried to test with our example in the SDK , the \examples\ble_peripheral\ble_app_hrs\pca10028\s130_with_dfu for example. It's an example on how you implement DFU service into your application.

Children
No Data
Related