Search found 555 matches

by chad
Wed Jun 08, 2016 4:26 pm
Forum: Developer Discussions
Topic: How can we develop without VM?
Replies: 8
Views: 5685

Re: How can we develop without VM?

Instead of cloning the repositories, why not just update them to the latest: cd ~/projects/crazyflie-firmware git checkout master git pull cd ~/projects/crazyflie-clients-python git checkout master git pull Then you have the most recent code in both repositories without having to clone them again or...
by chad
Wed Jun 08, 2016 1:58 am
Forum: General discussions
Topic: 3dprinted prop guard and motor mounts
Replies: 8
Views: 7662

Re: 3dprinted prop guard and motor mounts

I just ordered a few motor mounts and blade guards. Man are they quite cost prohibitive! I certainly don't doubt all the work you put into the engineering and you should definitely be compensated for your skill and effort but Shapeways is not cheap and that will dissuade some of your potential custo...
by chad
Wed Jun 08, 2016 1:48 am
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 62812

Re: Tuning crazyflie for smooth, stable and responsive flight

@liwanggt The VM is a little old now. The crazyflie2 branch was for initial work on the Crazyflie 2. Once the Crazyflie 2 and Crazyflie Nano (1.0) firmwares were merged, all work continued on master. The last commit on the crazyflie2 branch was back on Jul 20, 2015 - nearly a year ago ! There are si...
by chad
Mon Jun 06, 2016 6:30 pm
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 62812

Re: Tuning crazyflie for smooth, stable and responsive flight

No sweat. I think the 0.8 VM has aged out a bit and the crazyflie-firmware is on the wrong branch. Try this: In the crazyflie-firmware directory: git branch It might say "crazyflie2". If so, do this: git checkout master git pull git branch It should say "master". Then, check and ...
by chad
Mon Jun 06, 2016 6:12 pm
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 62812

Re: Tuning crazyflie for smooth, stable and responsive flight

Erm, really basic question here.... Where is "config.mk"? :oops: Hi @Call_me_a_Cab, there is a sample one (config.mk.example) in crazyflie-firmware/tools/make. You can either use that one and rename it config.mk or just create a new file called config.mk and add the parameter. The main Ma...
by chad
Mon Jun 06, 2016 1:06 am
Forum: General discussions
Topic: CrazyRadio PA dont work!
Replies: 1
Views: 3015

Re: CrazyRadio PA dont work!

You might have bricked it during the firmware update. Did you see "Verification Succeeded" at the end of the flashing process? If not, it could be bricked and you will need to reprogram it via SPI.
by chad
Sun Jun 05, 2016 10:17 pm
Forum: Support
Topic: Battery Replacement
Replies: 5
Views: 4098

Re: Battery Replacement

I agree that it looks way too heavy. Pictures can be deceiving though. How much does it weigh. The Crazyflie can handle up to 15g so if it's over that, you're out of luck.
by chad
Sun Jun 05, 2016 10:09 pm
Forum: Developer Discussions
Topic: Tuning crazyflie for smooth, stable and responsive flight
Replies: 52
Views: 62812

Re: Tuning crazyflie for smooth, stable and responsive flight

Wow! :o I just enabled the "experimental" PID tuning in the FW and I'm flying even better than I ever have. This is impressive. Nice work!!! :D I'm glad there are super-geniuses like theseankelly in the community. This work is one of this things that makes the Crazyflie community so awesom...
by chad
Sun Jun 05, 2016 10:02 pm
Forum: General discussions
Topic: 3dprinted prop guard and motor mounts
Replies: 8
Views: 7662

Re: 3dprinted prop guard and motor mounts

Wow. Very nice! I believe I will be making a purchase from Shapeways in the not to distant future...
by chad
Sun Jun 05, 2016 9:58 pm
Forum: Bitcraze
Topic: Crazyflie 2.0 KiCad Files
Replies: 2
Views: 3270

Re: Crazyflie 2.0 KiCad Files

The Crazyflie 2.0 describes itself as an "open project, with source code and hardware design available and documented." Where is this documentation of the hardware design, specifically files related to the circuit design? Schematics and other documents are available on the Bitcraze wiki ....