BLE HID Keyboard example for Delta BLE platform
Fork of BLE_HeartRate_DELTA by
This example demonstrates the HID over GATT profile for keyboard.
1. Running this application on Delta BLE platform 2. To connect and pair with device named "HID_Keyboard" in your mobile (iOS/Android) Settings>Bluetooth page 3. Open a text editing application on your mobile phone 4. On the PC, open the terminal tool (Putty or TeraTerm) and choose the correct COM/BaudRate 5. Enter any character from your PC, and it will be displayed in your mobile phone
mbed_app.json@0:c7bcc0b36b5e, 2016-10-13 (annotated)
- Committer:
- silviaChen
- Date:
- Thu Oct 13 07:34:53 2016 +0000
- Revision:
- 0:c7bcc0b36b5e
- Child:
- 2:9f46fa6237dd
First commit
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
silviaChen | 0:c7bcc0b36b5e | 1 | { |
silviaChen | 0:c7bcc0b36b5e | 2 | "target_overrides": { |
silviaChen | 0:c7bcc0b36b5e | 3 | "K64F": { |
silviaChen | 0:c7bcc0b36b5e | 4 | "target.features_add": ["BLE"], |
silviaChen | 0:c7bcc0b36b5e | 5 | "target.extra_labels_add": ["ST_BLUENRG"], |
silviaChen | 0:c7bcc0b36b5e | 6 | "target.macros_add": ["IDB0XA1_D13_PATCH"] |
silviaChen | 0:c7bcc0b36b5e | 7 | }, |
silviaChen | 0:c7bcc0b36b5e | 8 | "NUCLEO_F401RE": { |
silviaChen | 0:c7bcc0b36b5e | 9 | "target.features_add": ["BLE"], |
silviaChen | 0:c7bcc0b36b5e | 10 | "target.extra_labels_add": ["ST_BLUENRG"] |
silviaChen | 0:c7bcc0b36b5e | 11 | } |
silviaChen | 0:c7bcc0b36b5e | 12 | } |
silviaChen | 0:c7bcc0b36b5e | 13 | } |