User Manual

Generic
Reset (0x0001)
Causes a full system reset. An SDEP response message is sent before the system reset is performed.
Command Enum: SDEP_CMD_RESET
Command ID: 0x0001
Added: Codebase 0.5.0
Parameters: None.
Return Code(s):
ERROR_NONE if the command executed properly.
Factory Reset (0x0002)
Performs a factory reset of the device, resetting all config data in non-volatile memory to factory defaults, as well as
erasing the Arduino user code area (leaving the bootloader and feather library intact). A system reset will take place
once the config data has been set to the default values.
Command Enum: SDEP_CMD_FACTORYRESET
Command ID: 0x0002
Added: Codebase 0.5.0
Parameters: None.
Return Code(s):
ERROR_NONE if the command executed properly.
Enter DFU Mode (0x0003)
Causes the board to reset into USB DFU mode.
Command Enum: SDEP_CMD_DFU
Command ID: 0x0003
Added: Codebase 0.5.0
Parameters: None.
Return Code(s):
ERROR_NONE if the command executed properly.
System Information (0x0004)
Returns a string or set of comma-separated strings containing basic system information, such as the firmware version,
the HW MAC address, compilation date, etc.
Command Enum: SDEP_CMD_INFO
Command ID: 0x0004
© Adafruit Industries https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi Page 173 of 202