how to dfu on S332_ble_ant_app_hrm

application : sdk17.1/multiprotocol\ble_ant_app_hrm\pca10040\s332

i want to realize ble dfu on this demo, but i can not find the relevant example. how should i do?
 
best regard

Parents
  • Hi,

    You can refer to the bootloader exmaples in the folder you have found. Ther eis no exmaple with S332 specifically, but the sampel under pca10040_s212_ant shows how you can do DFU over ANT (the sample is qually valid for S332). Similarily, the example in pca10040_s132_ble demonsrate doing DFU over BLE if that is the transport you are interested in. The method is the same regardless of which exact SoftDevice variant is being used.

Reply
  • Hi,

    You can refer to the bootloader exmaples in the folder you have found. Ther eis no exmaple with S332 specifically, but the sampel under pca10040_s212_ant shows how you can do DFU over ANT (the sample is qually valid for S332). Similarily, the example in pca10040_s132_ble demonsrate doing DFU over BLE if that is the transport you are interested in. The method is the same regardless of which exact SoftDevice variant is being used.

Children
Related