Search found 8 matches
- Fri Jul 15, 2016 11:37 am
- Forum: Support
- Topic: [SOLVED]Xubuntu 16.04 crazyflie-firmware
- Replies: 1
- Views: 1995
Re: Xubuntu 16.04 crazyflie-firmware
Hello, I get the exact same issue when trying to compile. I followed the tutorial here : https://www.bitcraze.io/getting-started-with-development/ Thanks for the help. EDIT: I found the solution. Open a terminal and type in : cd projects/crazyflie-firmware/ git submodule init git submodule update It...
- Tue Nov 03, 2015 4:38 pm
- Forum: Developer Discussions
- Topic: Start from scratch...Help
- Replies: 6
- Views: 3771
Re: Start from scratch...Help
Thank you for your detailed answer and your tips. My final objective is to find out how to make it stable in the air on my own. I know they have done a great job so far, but I just wanted to try myself and do as great as them. I guess I will start as you suggested then. That would have been great to...
- Mon Nov 02, 2015 9:14 pm
- Forum: Developer Discussions
- Topic: Start from scratch...Help
- Replies: 6
- Views: 3771
Re: Start from scratch...Help
Well, I just wanted to start from an empty file, an empty main, an empty project. I want to have all the command lines for the motors and sensors and start writing my own program. Maybe I should ask what is absolutely necessary to get the crazyflie fly ? What are the files I cannot remove from the p...
- Mon Nov 02, 2015 7:49 pm
- Forum: Developer Discussions
- Topic: Start from scratch...Help
- Replies: 6
- Views: 3771
Re: Start from scratch...Help
Yes this is what I have been doing so far, reading and trying to understand what's being done. But I would like to start on my own and make my Crazyflie autonomous.
Yes I have been through all the tutorials to download and start using the VM !
Yes I have been through all the tutorials to download and start using the VM !
- Mon Nov 02, 2015 10:23 am
- Forum: Developer Discussions
- Topic: Start from scratch...Help
- Replies: 6
- Views: 3771
Start from scratch...Help
Hello, I have just received my new crazflie and I cannot wait to start programming my own custom firmware. However, I am kind of lost with all the directories in the source code. Can anyone give me an empty project with only the required drivers to start from scratch or tell me what should I keep an...
- Wed Sep 30, 2015 8:15 am
- Forum: Developer Discussions
- Topic: New to Crazyflie
- Replies: 4
- Views: 4817
Re: New to Crazyflie
Thank you for your help. 

- Tue Sep 29, 2015 1:57 pm
- Forum: Developer Discussions
- Topic: New to Crazyflie
- Replies: 4
- Views: 4817
Re: New to Crazyflie
Thank your for your reply Fred. It's clear now. Since I prefer developing in c#, I found this link : https://github.com/search?l=C%23&nwo=bitcraze%2Fcrazyradio-firmware&q=crazyflie&ref=cmdform&search_target=global&type=Repositories The only thing I'll have to do is using these li...
- Tue Sep 29, 2015 8:55 am
- Forum: Developer Discussions
- Topic: New to Crazyflie
- Replies: 4
- Views: 4817
New to Crazyflie
Hello, A few days ago, I had the idea to start programming my own drone and I found out the Crazyflie. It seems really great and going through the work of some of you made me want even more to start programming myself the drone. However, even after searching on the Internet, I cannot figure out what...