Updating firmware for host Arduino

Hi there,

I am currently trying to set up a notecard to monitor a remote sensor system. I have set up a small example with a Seeeduino Xiao microcontroller running as the host for the Notecard. The Xiao is basically a tiny Arduino that runs off an Atmel SAMD21 processor.
The main problem I am running into is that I will need to be able to send firmware updates to the Seeeduino over the air. I have followed the blues dev article on Updating ESP32 Host Firmware. Do you know if anyone has made a version of this code that works for an Arduino host?

I’d be interested in hearing if you succeeded in updating the Seeed Xaio SAMD21, I’m looking into this as well.