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

HID Keyboard not shown on IOS8

Hi

Currently I have a device with the following details: Ic Version - 2, Variant - CE AA , Build Code - D0, Hardware Id - 004d I am using the softdevice s110_nrf51822_7.0.0_softdevice.hex , nRF SDK 6.1.

I am trying to test

HID keyboard App

I am able to connect to the Ipad but I am not seeing any HID keyboard when I open a note pad.

Can you please help me how to select HID keyboard and receive key events on IOS8.

Kind Regards, Ven

Parents Reply
  • That error number (0x3401) is returned when System Attributes are missing.

    It is defined at ble_gatts.h.

    #define BLE_ERROR_GATTS_SYS_ATTR_MISSING   (NRF_GATTS_ERR_BASE + 0x001)
    

    While debugging, can you tell which function (it will be a svcall) is returning this?

    +++++++++

    Also, did you changed your SDK to 7.2 or are you using 6.1?

    I received a report from the dev team that SDK 6.1 has a bug on device manager.

    So, if you cannot eventually find the cause, try it with the SDK 7.2's example.

    Can you also tell me the result after applying the HID Keyboard from SDK 7.2?

    I hope you a good luck.

Children
No Data
Related