User Manual

info
Running this command will provide some basic information about your WICED Feather, and can be used when trying to
debug issues in the support forums, etc.
When you run the ' info ' command you will see results resembling the following:
In order of appearance these values signify:
The firmware family (normally 'Feather')
The MCU version (normally 'STM32F205RG*')
The unique serial number for this MCU
The 48-bit HW MAC address for this chip
The bootloader version
The WICED SDK version
The FeatherLib version
The ArduinoCode verison (may be user defined, or may mirror FeatherLib)
The date the flashed FeatherLib was compiled
factory_reset
This command will perform a factory reset on the WICED Feather, erasing the Arduino user code as well as resetting
the non-volatile config memory to factory defaults.
nvm_reset
Resets to non-volatile config memory to factory default settings (but leaves the Arduino user code intact).
reboot
Causes the WICED Feather to perform a HW reset.
$ python feather_dfu.py enter_dfu
$ python feather_dfu.py info
Feather
ST32F205RGY
353231313533470E00430036
44:39:C4:EB:B9:64
0.1.0
3.5.2
0.5.0
0.5.0
Feb 26 2016
$ python feather_dfu.py factory_reset
$ python feather_dfu.py nvm_reset
© Adafruit Industries https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi Page 169 of 202