BLE HID Keyboard example for Delta BLE platform

Fork of BLE_HeartRate_DELTA by Delta

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

Committer:
silviaChen
Date:
2017-03-27
Revision:
2:9f46fa6237dd
Parent:
0:c7bcc0b36b5e

File content as of revision 2:9f46fa6237dd:

{
    "config": {
        "lf_clock_rc_calib_timer_interval": {
            "value": 16,
            "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_TIMER_INTERVAL"
        },
        "lf_clock_rc_calib_mode_config": {
            "value": 0,
            "macro_name": "MBED_CONF_NORDIC_NRF_LF_CLOCK_CALIB_MODE_CONFIG"
        }
    }
}