User Manual
Added: Codebase 0.5.0
Parameters:
Parameter ID
This optional parameter allows you to indicate the specific system information value to be returned.
Mandatory: No
Size: 1 byte
Type: uint8_t
The parameter ID can be one of the following values:
1: Board Name: The board family the firmware was built against
2: MCU Name: The target MCU the firmware was built against
3: Serial: The serial string that uniquely identifies this MCU
4: MAC Address: The HW MAC address for the radio interface
5: Bootloader Version: The bootloader version used
6: SDK Version: The SDK version for the Broadcom WICED WiFi stack
7: Codebase Version: The version for the Adafruit Featherlib
8: Firmware Version: Currently the same as codebase version
9: Build Date: The date when the Featherlib was compiled
Response Message
If no Parameter ID value is provided, the complete list of values will be returned as a comma-separated list of strings in
incrementing order, starting with 1, 'Board Name'.
If a valid Parameter ID is provided, only the corresponding value will be returned.
Return Code(s)
ERROR_NONE if the command executed properly.
ERROR_SDEP_INVALIDPARAMETER if an invalid Parameter ID was provided, or an invalid number of
parameters is provided.
NVM Reset (0x0005)
Resets all config data stored in non-volatile memory to it's default state.
Command Enum: SDEP_CMD_NVM_RESET
Command ID: 0x0005
Added: Codebase 0.5.0
Parameters: None.
Return Code(s):
ERROR_NONE if the command executed properly.
Error String (0x0006)
© Adafruit Industries https://learn.adafruit.com/introducing-the-adafruit-wiced-feather-wifi Page 174 of 202










