Host DFU Overview
Notehub allows you to manage host MCU firmware versions for entire projects, fleets, or individual devices. You can use Notehub to upload and deploy custom firmware securely over cellular or WiFi connections.
Firmware updates are entirely customer-initiated and customer-controlled. Blues
does not push or deploy firmware to your devices on your behalf: a firmware
update only occurs after you upload a binary to Notehub and explicitly initiate
it (for example, by setting the _fw or _fwc environment variables, or by
scheduling a DFU window with _dfu_period).
Are you trying to update the firmware on your Notecard devices? Please see our guide on Updating Notecard Firmware.
Notecard LoRa does not support management of firmware updates via Notehub.
Methods for Updating Host Firmware
Notehub supports two discrete methods for updating host MCU firmware:
- Using Notecard Outboard Firmware Update (recommended by Blues and supported by most modern microcontrollers).
- Using IAP Firmware Update (for a more traditional OTA DFU implementation).
Regardless of the method used to update host firmware, you may deploy and monitor DFU actions by:
- Using the Notehub API or environment variables (to remotely deploy and monitor firmware updates).
- Using the Notecard API (to locally initiate and monitor firmware updates on individual devices).