Datasheet

Allows you to override the default behaviour of the MODE led (which indicates the operating mode by default).
Codebase Revision: 0.6.6
Parameters: LED operating mode, which can be one of the following values:
disable or DISABLE or 0 - Disable the MODE LED entirely to save power
mode or MODE or 1 - Default behaviour, indicates the current operating mode
hwuart or HWUART or 2 - Toggles the LED on any activity on the HW UART bus (TX or RX)
bleuart or BLEUART or 3 - Toggles the LED on any activity on the BLE UART Service (TX or RX characteristic)
spi or SPI or 4 - Toggles the LED on any SPI activity
manual or MANUAL or 5 - Manually sets the state of the MODE LED via a second comma-separated parameter,
which can be on, off, or toggle.
Output: If run with no parameters, returns an upper-case string representing the current MODE LED operating mode
from the fields above
# Get the curent MODE LED setting
AT+HWMODELED
MODE
OK
# Change the MODE LED to indicate BLE UART activity
AT+HWMODELED=BLEUART
OK
# Manually toggle the MODE LED
AT+HWMODELED=MANUAL,TOGGLE
OK
AT+UARTFLOW
Enables or disable hardware flow control (CTS + RTS) on the UART peripheral block of the nRF51822.
Codebase Revision: 0.7.0
Parameters: HW flow control state, which can be one of:
on
off
0
1
Output: If run with no parameters, returns a number representing whether flow control is enabled (1) or disabled (0).
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-32u4-bluefruit-le Page 101 of 211