Datasheet
# Read an integer back from position 16 in user NVM
AT+NVMREAD=16, 4, INTEGER
32768
OK
AT+MODESWITCHEN
Enables or disables mode switches via the '+++' command on the BLE peripheral of BLE UART side of the connection.
Codebase Version: 0.7.1
Parameters:
location: This can be a string, either 'local' or 'ble' indicating which side should have the '+++' command enabled
or disabled, 'local' being the Bluefruit peripheral and 'ble' being the phone or tablet.
state: '0' to disable '+++' mode switches, '1' to enable them.
Output: None
# Disable reomte '+++' mode switches
AT+MODESWITCHEN=ble,0
OK
By default, '+++' is enabled locally, and disabled in BLE
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-32u4-bluefruit-le Page 96 of 211










