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

History

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 default tip

2017-03-27, by silviaChen [Mon, 27 Mar 2017 09:58:38 +0000] rev 2

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


BLE HID Keyboard demo

2017-02-07, by silviaChen [Tue, 07 Feb 2017 02:51:56 +0000] rev 1

BLE HID Keyboard demo


First commit

2016-10-13, by silviaChen [Thu, 13 Oct 2016 07:34:53 +0000] rev 0

First commit