Page 1 of 1
[SOLVED] Cannot configure node into anchors
Posted: Tue Sep 12, 2017 3:02 pm
by GT_Philip
Hi,
I have problems configuring the nodes of the loco positioning system into anchors as described in the tutorial:
https://www.bitcraze.io/getting-started ... infostep59.
Until this step everything worked fine, but I can not perform the configuration because the
apply-button is not clickable.
Greetings
Philip
Re: Cannot configure node into anchors
Posted: Wed Sep 13, 2017 8:58 am
by arnaud
Are you running on Windows or on another system?
Assuming you are on Windows: This app detects the node as an USB serial port. Since we are using a VID/PID which is quite generic (for STM32 dev board), it is possible you already have a driver installed for it that is not a serial port driver. You can look at the driver installed either in the device manager or in Zadig (
https://wiki.bitcraze.io/misc:usbwindow ... all_driver). Zadig should be able to re-install the generic USB serial driver.
Re: Cannot configure node into anchors
Posted: Thu Sep 14, 2017 9:10 am
by GT_Philip
Hi Arnaud, sorry for late response. I reinstalled the driver for the loco positioning node using zadig.
According to zadig the installation succeded, but the problem this did not solve the problem.
Re: Cannot configure node into anchors
Posted: Wed Sep 20, 2017 11:29 am
by arnaud
Is the node detected as a serial port by Windows? You can see that in the device manager.
Re: Cannot configure node into anchors
Posted: Fri Sep 22, 2017 3:40 pm
by GT_Philip
I do not see the device as a COM port. It is just listed as a lubsub-win32 device.
Re: Cannot configure node into anchors
Posted: Mon Sep 25, 2017 1:24 pm
by arnaud
This means that the libusb driver is installed for the node, you can install the usb serial driver with Zadig.
Re: Cannot configure node into anchors
Posted: Tue Sep 26, 2017 9:10 am
by GT_Philip
This solved the problem. Most probably, the error came in by misanderstanding of
https://www.bitcraze.io/getting-started ... infostep58
when I used zadig to install the drivers not only for the DFU-mode but also for
the default mode of the node.