Hi,
I am using nordic nrf52832 module with BLE mesh SDK V2.2.0
I want to do DFU for application + softdevice without any serial connection through mobile app between BLE mesh network of 3 to 5 device.
1) Is it possible to do DFU without any serial connection which is mentioned in DFU quick start guide?
2) Does any android/iOS mobile application available for the DFU demo?
3) If yes, from where can I get the source code for firmware? In nrf5_SDK_for_Mesh_v2.2.0_src, not able to find the source code for DFU through mobile app and without serial connection.
4) Is there any guide to develop the DFU through mobile app?
5) Also there is mesh_bootloader_armcc_nrf52832_xxAA.hex and mesh_bootloader_serial_armcc_nrf52832_xxAA.hex under the directory nrf5_SDK_for_Mesh_v2.2.0_src/bin/bootloader/armcc. What is the difference between these two?