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
  • About the button, I guess you have defined a preprocessor for your ISP130301-DK1.

    If you look at board.h, then you can view the MACROs of your buttons and LEDs.

    Can you also upload the header file you are using?

    For example, if you see boards.h

    #if defined(BOARD_NRF6310)
    
    
    #include "nrf6310.h"
    
    #elif defined(BOARD_PCA10000) // omit other parts
    

    you should have included the header file for the ISP130301-DK board.

    I want to see that header file.

Children
No Data
Related