I am trying to create a bluetooth gamepad for my phone.
I saw this:
It says its bluetooth HID, but there are some conflicting comments saying it is serial over bluetooth. Is there something similar in a small form factor with an hid bluetooth module that I can use?
-
schematic ... github.com/Arduinolibrary/DFRobot_Bluno_Bettle/blob/master/… .......... uses the cc2540 .... ti.com/product/cc2540 .... that might tell you what it actually isjsotola– jsotola2018年04月21日 19:26:57 +00:00Commented Apr 21, 2018 at 19:26
1 Answer 1
Based on the fact that the controller you mentioned has a TI CC2540 Bluetooth processor, I have found a few webpages with information about HID capabilities in the CC2540. Based this the CC2540 should support HID.
Some example code.
Question on the TI forums, with a link to example code.