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@2:9f46fa6237dd, 2017-03-27 (annotated)
- Committer:
- silviaChen
- Date:
- Mon Mar 27 09:58:38 2017 +0000
- Revision:
- 2:9f46fa6237dd
- Parent:
- 0:c7bcc0b36b5e
update mbed-os so both NNN50 and NQ620 (as well as NQ624 module) platform are supported; Add config in mbed_app.json to fix NQ620 use internal RC issue ; remove the unused shield folder; support both iOS and Android
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
silviaChen | 0:c7bcc0b36b5e | 1 | { |
silviaChen | 2:9f46fa6237dd | 2 | "config": { |
silviaChen | 2:9f46fa6237dd | 3 | "lf_clock_rc_calib_timer_interval": { |
silviaChen | 2:9f46fa6237dd | 4 | "value": 16, |
silviaChen | 2:9f46fa6237dd | 5 | "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL" |
silviaChen | 0:c7bcc0b36b5e | 6 | }, |
silviaChen | 2:9f46fa6237dd | 7 | "lf_clock_rc_calib_mode_config": { |
silviaChen | 2:9f46fa6237dd | 8 | "value": 0, |
silviaChen | 2:9f46fa6237dd | 9 | "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG" |
silviaChen | 0:c7bcc0b36b5e | 10 | } |
silviaChen | 0:c7bcc0b36b5e | 11 | } |
silviaChen | 0:c7bcc0b36b5e | 12 | } |