I have a WBNAN notecard, its on custom board w/ an ESP32S3. When I do a FW update and query dfu.status I see ( below ) and “mode”: “ready”. The doicumentation says ![]()
The current DFU mode. Will be one of:
"idle": There is no firmware download in progress, and no data previously downloaded.
"error": The download or verification has failed. In this mode, the status field will contain the reason.
"downloading": The download is in progress. In this mode, the status field will contain info about progress.
"ready": The firmware data is fully downloaded.
"outboard-ready": The firmware data is fully downloaded and ready for an outboard DFU operation, where the Notecard will flash the firmware to the host MCU via the AUX or ALT_DFU pins.
"completed": The firmware has been installed.
When will it switch the mode to "outboard-ready"? Its been hours and I sync every 60min.
{
“status”: “successfully downloaded”,
“mode”: “ready”,
“on”: true,
“body”: {
“crc32”: 3895191406,
“created”: 1781058783,
“firmware”: {
“builder”: “gomario”,
“built”: “Jun 9 2026 19:32:48”,
“description”: “Dogwood-S3”,
“firmware”: “Dogwood-S3”,
“org”: “IRZ”,
“product”: “IAP”,
“ver_build”: 76,
“ver_major”: 1,
“version”: “1.0.0.76”
},
“length”: 450592,
“md5”: “d620a64fe1e1672ecc8ca4ee7b5aef2f”,
“modified”: 1781058783,
“name”: “blues_logger.Dogwood-S3.1.0.0.76-S3.ino$20260610023303.bin”,
“notes”: “branch.release-v0.0.2”,
“source”: “blues_logger.Dogwood-S3.1.0.0.76-S3.ino.bin”,
“type”: “firmware”,
“version”: “1.0.0.76”
}
}