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

How to switch in DFU mode without Button?

Hello,

I want to develop buttonless DFU along with my application code so please help me  to develop this.a have already flashed DFU in NRF51822 and also able to active DFU mode by button .

now i want it buttonless. so what are the configuration and code  for same

i saw buttonless example but how to use it in our application

how to add DFU service in our application

i am using NRF51822-AC ,SDK12.3

Thanks.

Parents
  • Hi,

    The buttonless DFU example in SDK 12.3 is a template example, which means it was written in a way that you can start with that example and add the functionality of your application to it. Since you are doing the opposite (you have a project and want to add buttonless DFU) you can ignore all the "your job" comments, and instead take the rest of the code from the example and add it to your project.

    Regards,
    Terje

Reply
  • Hi,

    The buttonless DFU example in SDK 12.3 is a template example, which means it was written in a way that you can start with that example and add the functionality of your application to it. Since you are doing the opposite (you have a project and want to add buttonless DFU) you can ignore all the "your job" comments, and instead take the rest of the code from the example and add it to your project.

    Regards,
    Terje

Children
No Data
Related