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
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:9f46fa6237dd | 2017-03-27 | silviaChen | 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 |
1:8bca989a70be | 2017-02-07 | silviaChen | BLE HID Keyboard demo |
0:c7bcc0b36b5e | 2016-10-13 | silviaChen | First commit |