Hello Devzone
Currently I am following below link to setup the “HID configurator for nRF Desktop”.
but every time when I execute below command I will get below error. It looks like the HIDAPI install failed.
Command:
py C:\Work\sdk\nrfconnect_sdk\ncs\nrf\scripts\hid_configurator\configurator_cli.py -h |
Failed Log:
After that I go back to check my HIDAPI install, it looks the installation for HIDAPI is successfully. The log could be show as below (My OS platform : windows 10 version 1809 (OS BUILD 17763.1397)
the setup is following this link:https://github.com/libusb/hidapi
for make install
For pyhidapi Python wrapper and other required libraries
Question:
why the configurator_cli.py can not work ?
BR