Search found 555 matches

by chad
Tue Dec 16, 2014 6:05 am
Forum: Support
Topic: build new firmware
Replies: 3
Views: 2278

Re: build new firmware

You will need to download the Linux tarball for gcc-arm-none-eabi toolchain. Specifically gcc-arm-none-eabi-4_7-2013q1-20130313-linux.tar.bz2 . Expand the tarball and add the absolute path of the folder ' gcc-arm-none-eabi-4_7-2013q1/bin ' to your PATH environment variable. I recommend removing ever...
by chad
Tue Dec 16, 2014 5:07 am
Forum: Support
Topic: build new firmware
Replies: 3
Views: 2278

Re: build new firmware

You have to compile it with an ARM toolchain. Getting the toolchain installed varies depending on the system you're building the Crazyflie firmware on... Are you on Linux, Mac, or Windows. Also, are you compiling for Crazyflie 1.0 or Crazyflie 2.0?
by chad
Tue Dec 16, 2014 5:03 am
Forum: Support
Topic: [SOLVED] Instal Python Client on iMac with Yosemite 10.10.1
Replies: 5
Views: 4849

Re: Problems installing VM on iMac with Yosemite 10.10.1

Hi Antonio! The title says you're having trouble installing the VM, but it looks like you're actually trying to install the python client (not the VM), right? You might want to change the thread title to make that more clear to others who can help. In any case, the instructions you're following will...
by chad
Tue Dec 16, 2014 1:49 am
Forum: General discussions
Topic: How to add a button to perform Flipping
Replies: 3
Views: 3072

Re: How to add a button to perform Flipping

There's no code, but this post in particular gives a rough sketch of what you might need to do to accomplish fipping with the aid of a button. Admittedly, the poster is not performing the whole flip just at a button press. The button is simply handling some of the necessary actions... I just happene...
by chad
Tue Dec 16, 2014 1:39 am
Forum: Support
Topic: Crazyflie Tutorial Flying
Replies: 5
Views: 4675

Re: Crazyflie Tutorial Flying

Awesome! Keep at it. You'll be Stringfellow Hawke in no time! :-)
by chad
Tue Dec 16, 2014 1:29 am
Forum: Developer Discussions
Topic: controll parameters with the controller
Replies: 3
Views: 2255

Re: controll parameters with the controller

Hi Guggen, Please have a look at the changes in my GitHub fork of the Bitcraze python client . I implemented these changes to support a NeoPixel Ring mod I did but, since you already know about parameters, you might be able to to learn how I link up the controller button to control it. I'm using sup...
by chad
Mon Dec 15, 2014 10:30 pm
Forum: Developer Discussions
Topic: How to SET the Target ASL?
Replies: 4
Views: 2984

Re: How to SET the Target ASL?

luckpolar wrote:Altitude hold mode?Where is it?
Keep in mind if you have the 6-DOF model you won't have altitude hold because the Crazyflie isn't equipped with the altimeter... Only the 10-DOF has the compass and altimeter. So availability of altitude hold is based on availability of sensors on your CF model.
by chad
Mon Dec 15, 2014 9:33 pm
Forum: General discussions
Topic: The easiest and best Controller
Replies: 10
Views: 8567

Re: The easiest and best Controller

I think all four choices work equally as well and it really just comes down to what you're most comfortable with. Sometimes that's just a function of what gaming system you've used the most... In that regard, I'm partial to the PS3 controller.
by chad
Mon Dec 15, 2014 9:19 pm
Forum: General discussions
Topic: A possibly good, cheap, and light FPV setup...
Replies: 2
Views: 3500

Re: A possibly good, cheap, and light FPV setup...

Thanks for the response and especially the links! I should have done a little more forum searching and I probably would have found the threads myself. Great to know this path has been tread before.
by chad
Wed Nov 26, 2014 7:01 am
Forum: Developer Discussions
Topic: [SOLVED] Callbacks added in cfheadless.py not getting called
Replies: 4
Views: 2978

[SOLVED] Callbacks added in cfheadless.py not getting called

Cool. Thanks again whoenig! I think I found an acceptable solution to this and made the change on a branch in my fork. The pull request is #132 in the bitcraze/crazyflie-client-python Git repo.

Regards!