Datasheet
If there was a problem with the command (such as an invalid parameter) you will get
an 'ERROR' response on a new line, as shown below:
Note: This particular error was generated because '3' is not a valid value for the
AT+BLEPOWERLEVEL command. Entering '-4', '0' or '4'
would
succeed since these are all
valid values for this command.
Execute Mode
'Execute' mode will cause the specific command to 'run', if possible, and will be used when
the command name is entered with no additional parameters.
You might use execute mode to perform a factory reset, for example, by executing the
AT+FACTORYRESET command as follows:
NOTE: Many commands that are means to be read will perform the same action whether
they are sent to the command parser in 'execute' or 'read' mode. For example, the following
commands will produce identical results:
AT+BLEPOWERLEVEL=-8
OK\r\n
AT+BLEPOWERLEVEL=3
ERROR\r\n
AT+FACTORYRESET
AT+FACTORYRESET
OK\r\n
AT+BLEGETPOWERLEVEL
-4\r\n
OK\r\n
AT+BLEGETPOWERLEVEL?
-4\r\n
OK\r\n
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-bluefruit-le Page 115 of 238










