v0.2.0 Firmware Release for Duo
2nd PP firmware since 2016/01/06
Updating System Firmware
The local DFU-UTIL method
- Put your device in DFU mode (flashing yellow LED)
- open a terminal window, change to the directory where you downloaded the files below, and run these commands:
dfu-util -d 2b04:d058 -a 2 -s 0x140000 -D duo-fac-tinker-v0.2.0.bin
dfu-util -d 2b04:d058 -a 0 -s 0x8020000 -D duo-system-part1-v0.2.0.bin
dfu-util -d 2b04:d058 -a 0 -s 0x8040000:leave -D duo-system-part2-v0.2.0.bin
FEATURES
- OTA updating system part firmware and bootloader using Particle cloud
- HCI interface APIs to interact with bluetooth controller
- Enable WiFi Tester
ENHANCEMENTS
- Arduino uploading is more stable
- MCU performs soft reset after WiFi credentials saved and listening mode exited
- It is more sufficient to determine to run WICED application or Particle application