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

one central two peripheral

Hello,

here i explain the set up.

Cental_A Board :- scanning two peripheral Peripheral_A Board :- advertise with name Peri_A. Peripheral_B Board :- advertise with name Peri_B. both peripheral board are advertise at there defined rate.

I want to connect first Cental_A to Peripheral_A and update a image. than I want to connect first Cental_A to Peripheral_B and update a image.

can this situation possible?

what are the changes to be done in central code?

Thank You

  • Hi Milav

    unfortunately we do not have any examples/guides showing how to implement a DFU Controller(Master) on a nRF51 device. We only have examples showing how the DFU Target (Slave) is implemented, i.e. the bootloader examples in the SDK.

    However, the DFU Service and the Device Firmware Update procedure is documented on our Infocenter, here is the link, so it should be to large an effort to implement this.

    I recommend starting with one of our central examples, e.g. examples\ble_central\ble_app_hrs_c and use it as a template.

    Best regards

    Bjørn

Related