-
Hello I am currently trying to learn about crazyfile and encountered a problem when I try to connect to it. When I try to connect my crazyflie to my ubuntu using cfclient after I press scan the crazyradio cannot find my crazyfile and the select an interface which I think is supposed to show the address of the drone remains blank. This is the terminal when I scan for the crazyfile INFO:cflib.crtp.radiodriver:v99.55 dongle with serial 2F40C62A17 found which I do think means that at least the radio is working I have tried to put to drone into cold boot recovery mode and managed to initiate bootloader cold boot and program the firmware normally I think. however after that it still cant be seen by my pc. I do think that I must be missing something very simple and I would appreciate some advice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
For seeing the Crazyflie when connected on USB, it will appear as an STMicroelectronic devboard when connected to USB (we now have our own VID but we have not used it yet ...). To check actual device name you can run this command: sudo lsusb -v | grep iProduct If you cannot see it, check your USB cable. I have experienced many USB cable that did not have data lines but only the power line. Finally you could check that your udev rules are well setup for the Crazyflie. |
Beta Was this translation helpful? Give feedback.
For seeing the Crazyflie when connected on USB, it will appear as an STMicroelectronic devboard when connected to USB (we now have our own VID but we have not used it yet ...). To check actual device name you can run this command:
sudo lsusb -v | grep iProduct
If you cannot see it, check your USB cable. I have experienced many USB cable that did not have data lines but only the power line.
Finally you could check that your udev rules are well setup for the Crazyflie.