Datasheet
AT+BLEHIDGAMEPADEN
Enables HID gamepad support in the HID service. By default the gamepad is disabled as of
version 0.7.6 of the firmware since it causes problems on iOS and OS X and should only be
used on Android and Windows based devices.
Codebase Revision: 0.7.6
Parameters: Whether the gamepad service should be enabled via one of the following
values:
on
off
1
0
Output: If executed with no parameters, a numeric value will be returned indicating whether
the battery service is enabled (1) or disabled (0).
AT+BLEHIDGAMEPAD
Sends a specific HID gamepad payload out over BLE
Codebase Revision: 0.7.0
Parameters: The following comma-separated parameters are available:
# Toggle the sound on the bonded central device
AT+BLEHIDCONTROLKEY=MUTE
OK
# Hold the VOLUME+ key for 500ms
AT+BLEHIDCONTROLKEY=VOLUME+,500
OK
# Send a raw 16-bit Consumer Key Code (0x006F = Brightness+)
AT+BLEHIDCONTROLKEY=0x006F
OK
This command requires a system reset to take effect.
© Adafruit Industries https://learn.adafruit.com/adafruit-feather-m0-bluefruit-le Page 157 of 238










