Search found 59 matches

by poizone
Wed Feb 25, 2015 3:41 pm
Forum: Developer Discussions
Topic: How to make the hovering more stable?
Replies: 6
Views: 4187

Re: How to make the hovering more stable?

To work with the firmware, you need to use Git to clone the crazyflie-firmware repository from the Bitcraze github. You'll then need to set up your environment following the wiki instructions. Finally you can modify it (It's written in C) and compile it. Then follow standard flashing procedures. For...
by poizone
Tue Feb 24, 2015 8:02 pm
Forum: Support
Topic: LED-Ring expansion board not found
Replies: 5
Views: 2922

Re: LED-Ring expansion board not found

I see no where on the schematic that links the IMU and expansion header. I would assume that this is the result of you attempting to work in the zone of Undefined Behavior after a failed test. While continuing to work after failure occurs during flight should be a goal, this is what I would consider...
by poizone
Fri Feb 20, 2015 1:49 am
Forum: Support
Topic: [SOLVED] Error while building .bin file
Replies: 9
Views: 4759

Re: Error while building .bin file

hi Poizone. Don't worry about it, a glass of wine always help to think better hahaha. I tried this command but it didn't work as well. I received the following message: root@unisa-desktop:/home/unisa/Desktop/crazyflie-firmware-2015.1# git checkout master error: pathspec 'master' did not match any f...
by poizone
Thu Feb 19, 2015 4:39 am
Forum: Support
Topic: [CF2] PC client 2014.12.3 mapping issue
Replies: 8
Views: 5234

Re: [CF2] PC client 2014.12.3 mapping issue

Hi, I have faced problem with PC client version 2014.12.2 & 2014.12.3. I can't map controller, there is no response from the application when I am moving controller shifters. I dont have this problem with version 2014.12.1. Seems since it is required for mapping move shifter min and max instead...
by poizone
Thu Feb 19, 2015 3:55 am
Forum: Support
Topic: [SOLVED] Error while building .bin file
Replies: 9
Views: 4759

Re: Error while building .bin file

I'm an idiot who should not be giving support at 1am after a few glasses of wine. That should be git checkout master and not git branch master I've updated my previous post to reflect my mistake. Use checkout to checkout the master branch and then use git branch to check that you've indeed checked o...
by poizone
Wed Feb 18, 2015 4:13 pm
Forum: Support
Topic: [SOLVED] Crazyflie 2.0 can't see it in device manager
Replies: 5
Views: 2885

Re: Crazyflie 2.0 can't see it in device manager

You can use the serial number from this device if it is really the one that appears when the Crazyflie is connected. Actually the Crazyflie does not implement a virtual serial port but a custom USB protocol (quite similar to the Crazyradio one). I guess you have previously installed the driver for ...
by poizone
Wed Feb 18, 2015 5:59 am
Forum: Support
Topic: [SOLVED] Error while building .bin file
Replies: 9
Views: 4759

Re: Error while building .bin file

When you download the firmware source, you need to make sure you download the Master branch of the Bitcraze Github. The Bitbucket is out of date, and should not be forked. If you don't have git, apt-get it with sudo apt-get install git Then clone the github to your chosen directory with git clone ht...
by poizone
Wed Feb 18, 2015 5:01 am
Forum: Support
Topic: [SOLVED] Error while building .bin file
Replies: 9
Views: 4759

Re: Error while building .bin file

Let's get some basics: 1. Which CF version do you own? 2. Which branch have you checked out? (master is CF1, crazyflie2 is CF2) 3. Have you installed all dependencies as shown on the Wiki page for building the firmware? 4. Are you using the proper ARM embedded toolchain version? 5. Is your PATH set ...
by poizone
Tue Feb 17, 2015 11:34 pm
Forum: General discussions
Topic: Getting Started with development on CF 2.0
Replies: 7
Views: 4447

Re: Getting Started with development on CF 2.0

anyone know what version is compatable with xp, i looked at the documentation, but it wouldnt say i tried installing 6.5 and 6.4 and it was a no go Do not expect XP to be supported. XP is end of life, and should not be used on an internet facing computer due to the myriad of open security flaws tha...
by poizone
Tue Feb 17, 2015 11:32 pm
Forum: Developer discussions
Topic: Crazyradio with Matlab
Replies: 10
Views: 15276

Re: Crazyradio with Matlab

Can you give me information on going about rewriting the usb driver? As a humble undergrad student, I haven't dealt with this sort of thing before. I can say that the radio chip used is very common in development and embedded circles, so google and the wiki would be the best place to start. I'm als...