For your purposes, it is crazyflie-firmware.mannaris wrote:1. I have the crazyflie2. How is the firmware called? Is it crazyflie firmware or is it crazyflie2-nrf-firmware?
I can't answer this, hopefully someone else can...mannaris wrote:2. can I use the driver from anasios for the crazyflie2 and my sensor(analog)?
Since you're using the VM from Bitcraze, you ought to be able to double-click the "Update all projects" file on the Desktop to update the firmware checkout on disk, thereby getting the folders Arnaud mentioned (you are using the GUI, yes? If not, run "startx" at the command prompt). Look inside the "projects/crazyflie-firmware" folder (on the Desktop) and you should see the "deck" folder. If it isn't there, open a terminal and run the following:mannaris wrote:3. I dont find the place where I have to put the driver. The wiki says : "To compile the driver, place it in deck/drivers/src/ and add it to the Makefile"
But im not able to find these folders. i dont know what you mean with "the master branch".
Code: Select all
cd ~/projects/crazyflie-firmware
git checkout master
-or-
If you download the zip file from GitHub, it contains the master branch. If you want to clone the repository yourself, you will get the master branch by default. If you want to use Git (ie. to clone, update, switch branches, or otherwise), I will point you to the official Git documentation so you can read up there and learn how to use it.