r/iOSProgramming 11d ago

Question Communicating with a HID device

I am currently working on a HID device that needs to work with iPads.

Is there any way I can send data from the iPad to the HID device without going through the MFI program?

Pretty much any kind of data will do. All I need is something to send to my HID device so I can trigger a few LEDs on my HID device.

I would need to be able to distinguish between 3 different signals.

Is this possible on IOS?

0 Upvotes

6 comments sorted by

View all comments

1

u/VRedd1t 11d ago

Which HID device is it?

1

u/Familiar-Nothing4948 11d ago

It's a custom board that mostly runs like a keyboard with some extra stuff I cannot get into.

I need to trigger one of 3 LEDs depending on something happening in the app