hey guys im still new on this hobby. i already use arduino for 1 year now. i really want to make my own gamepad for ios using arduino. can someone help me
hey guys im still new on this hobby. i already use arduino for 1 year now. i really want to make my own gamepad for ios using arduino. can someone help me
Hi gihu, I am not updated to the last changes of Apple on the most recent iOS versions but AFAIK, iOS BLE has some GATT layer (that seems obvious to be available to developers) that are locked and can't be used in the applications as a reserver for their internal usage. Most of these "locked" features depends on the limitations of the iOS that should only be used to those things Apple wants. This is a detail to be considered before any design.
Enrico
Hi Enrico, it is completely certain for traditional bluetooth device, even I think an authentification IC was needed in your hardware to connect to an ios device, but I think this is not needed in BLE.
I will check it in more detail, but my first impression is that if there are ble ios compatible keyboards, then HID gatt can be accesible, and gamepads use HID gatt.