Hello.
I'm using nRF51822, nRF51_SDK_8.1.0, and looking for same useful sample code for ble central with HoGP (HID over GATT Profile).
please let me know where is it.
Hello.
I'm using nRF51822, nRF51_SDK_8.1.0, and looking for same useful sample code for ble central with HoGP (HID over GATT Profile).
please let me know where is it.
Hi Masa-aki,
I am afraid at this moment we don't have any example for S120 that supports HoGP.
We may have it in the future but I can't say when. Please contact our sales staff about your request.
Hi Kasai san,
I'm sorry for late response. I would say that the ble_app_hids_keyboard, and ble_app_hids_mouse for the peripheral side would be a good source or referral. You basically have to study how we construct the HID report on the peripheral side. From that you can reversely parse the report and get the data on the central side.
However, if you are looking for the detailed information about HID report, I would suggest you to have a look at the definition of the HID report on USB.org website here. And the HID over Gatt specification here.
May I ask which applications are you planing to create ?
Hi Kasai san,
I'm sorry for late response. I would say that the ble_app_hids_keyboard, and ble_app_hids_mouse for the peripheral side would be a good source or referral. You basically have to study how we construct the HID report on the peripheral side. From that you can reversely parse the report and get the data on the central side.
However, if you are looking for the detailed information about HID report, I would suggest you to have a look at the definition of the HID report on USB.org website here. And the HID over Gatt specification here.
May I ask which applications are you planing to create ?