This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

iO7 beta keyboard profile

I have problems with my iPad to catch data coming from key presses of HID keyboard profile. First, I programmed the dev tool nRF6310+PCA10005 with the HID keyboard profile example from the 'C:\Keil\ARM\Device\Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard' folder of the SDK. Then, if I test it with the Master Control Panel I got the right data across:

00000B080F0F1228 // 'hello' from the m_sample_key_press_pattern 0000000000000000 // 0x00 from the m_sample_key_release_pattern

Data as expected (pic 1). The problem I found is that when I connect and pair to an iPad the data coming is not reliable and I receive the following string (pic 2):

'ehlo' + CR

I am doing this test because I am trying to use the nRFready Desktop 2 v1.0.4 and I receive the right HID data on the Master Control Panel and just garbage on the iPad.

Has anyone faced the same issue?

Is any specific format to send HID data to the iPad?

Is any app/tool that could allow me to observe the raw data received by the Ipad?

Please let me know if any other info can help.

Thank you.

pic1.jpg

pic2.jpg

Related