Hi !
As proof of concept i need to connect BLE keyboard which working as HID pheripheral to my CENTRAL unit.
I write the CENTRAL part !
As far as i searched i didn't find any HID implements for central mode.
I need only this basic things : !!!
When i press "1" on the keyboard i want led number 1 on my unit to turn on.
When i release button "1" the led should go off....
When i press "2" on the keyboard i want led number 2 on my unit to turn on.
When i release button "2" the led should go off....
The questions:
1) Do you got any HID example for CENTRAL mode.
2) If not, I don't need all the things that HID gives but to receive 1 & 2 keys i wrote about..
Can you give any guidelines how to implemnt this?
Best regards, Yuval