Update firmware via BLE xiao nRF52840 sense

I want to update firemare to XIAO nRF52840 sense via BLE, is it possible to achieve? If that, any guide or code example that I can follow and try? Thanks~

Hi there,

Yes,Yes indeed…:grin: It’s called DFU via OTA The device firmware update , over the Air.
There are many examples of DFU over BLE , the Nordic DFU has mobile app. Look to those tutorials.

HTH
GL :slight_smile: PJ :v:

so it should be secure DFU bootloader of Nordic SDK not UF2 of Adafruit bootloader? update Bootloader is necessary?

1 Like

Hi there,

So , Yes if you want secure bootloader and DFU You’ll be using the MCUBoot
bootloader. Check this to get the Idea. :+1:

HTH
GL :slight_smile: PJ :v: