I want add hid touchpad in the hid mouse exampler code ( nrf52832, SDK17.1.0) , but it's not success, it's no response from my laptop ( win10).
it's possible can provice touchpad exampler code?
I want add hid touchpad in the hid mouse exampler code ( nrf52832, SDK17.1.0) , but it's not success, it's no response from my laptop ( win10).
it's possible can provice touchpad exampler code?
Hi,
Please note, that for new projects we recommend nRF Connect SDK, and not the older, now-in-maintenance-mode, nRF5 SDK. See our nRF Connect SDK and nRF5 SDK statement for details.
In nRF Connect SDK, the HID examples are the Bluetooth: Peripheral HIDS keyboard and the Bluetooth: Peripheral HIDS mouse samples. For other types of HID you may need some changes to the project, but you should still be able to use the GATT Human Interface Device (HID) Service.
We do not have a sample for touchpads specifically, but from what I understand there is only a small (if any) difference between a touchpad and a mouse. I therefore suggest that you start with a mouse HID device. If you have specific questions regarding the service, implementation and errors/issues, then feel free to ask and we will of course do our best to provide answers and pointers.
Regards,
Terje
Hi,
Please note, that for new projects we recommend nRF Connect SDK, and not the older, now-in-maintenance-mode, nRF5 SDK. See our nRF Connect SDK and nRF5 SDK statement for details.
In nRF Connect SDK, the HID examples are the Bluetooth: Peripheral HIDS keyboard and the Bluetooth: Peripheral HIDS mouse samples. For other types of HID you may need some changes to the project, but you should still be able to use the GATT Human Interface Device (HID) Service.
We do not have a sample for touchpads specifically, but from what I understand there is only a small (if any) difference between a touchpad and a mouse. I therefore suggest that you start with a mouse HID device. If you have specific questions regarding the service, implementation and errors/issues, then feel free to ask and we will of course do our best to provide answers and pointers.
Regards,
Terje