This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Setup Fail for HID configurator in nRF Desktop

Hello Devzone

Currently I am following  below link to setup the “HID configurator for nRF Desktop”.

link: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/scripts/hid_configurator/README.html#nrf-desktop-config-channel-script

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

Related