Search found 555 matches

by chad
Fri Mar 25, 2016 4:29 am
Forum: Support
Topic: CrazyFlie 2.0 and Windows 10
Replies: 4
Views: 3311

Re: CrazyFlie 2.0 and Windows 10

jigsaw wrote:So, if you only have the CrazyFlie 2.0 (no CrazyRadio PA), then you can only control from your iPhone or Android correct? No PC connectivity options?
Yes. This is essentially correct. Bluetooth connectivity from PC is not officially available but you might want to have a look at this...
by chad
Wed Mar 23, 2016 12:07 am
Forum: Developer Discussions
Topic: download the lps-node-firmware, and want to git the my account
Replies: 1
Views: 1680

Re: download the lps-node-firmware, and want to git the my account

GitHub help has a great Bootcamp tutorial about using Git and GitHub. You will want to read about the basics, then about forking a repository (the LPS repo), possibly branching and eventually submitting a pull request.
by chad
Tue Mar 22, 2016 10:20 pm
Forum: Support
Topic: Crazyflie 2.0 connects but does not communicate
Replies: 9
Views: 5261

Re: Crazyflie 2.0 connects but does not communicate

Glad to hear that resolved the problem!! Happy flying.
by chad
Mon Mar 21, 2016 2:05 am
Forum: Support
Topic: Crazyflie 2.0 connects but does not communicate
Replies: 9
Views: 5261

Re: Crazyflie 2.0 connects but does not communicate

Do you have latest firmware flashed and running latest cfclient?
by chad
Sun Mar 20, 2016 2:21 pm
Forum: Developer Discussions
Topic: [SOLVED] Simulator
Replies: 1
Views: 1603

Re: Simulator

There is not one that I know of.
by chad
Fri Mar 18, 2016 1:56 pm
Forum: General discussions
Topic: Autonomous Flying with Crazyflie
Replies: 2
Views: 2792

Re: Autonomous Flying with Crazyflie

How could I implement this ? With lots of work. This is a goal that sounds simple but you'll quickly find is complex. You'll need to make the drone know where it is in space to accomplish this. It's not like a wheeled robot where you can tell it to roll 3 meters, turn 90 degrees, roll 5 meters, etc...
by chad
Thu Mar 17, 2016 10:31 pm
Forum: Developer Discussions
Topic: Quick instructions for updating
Replies: 6
Views: 3612

Re: Quick instructions for updating

But I suspect that i've messed the 'projects' folder a little :) is there an easy way to recover it? Bah! Sorry again about that! :oops: You can delete everything from that folder except the following folders: crazyflie2-exp-template-electronics crazyflie2-nrf-firmware crazyflie2-stm-bootloader cra...
by chad
Thu Mar 17, 2016 8:09 pm
Forum: Developer Discussions
Topic: Quick instructions for updating
Replies: 6
Views: 3612

Re: Quick instructions for updating

Yep. Sorry about that. :oops: I posted that too fast and forgot to change you into the firmware directory. Try this instead: cd ~/projects/crazyflie-firmware git checkout master git pull git submodule init git submodule update The last two bits (git submodule commands) are there because the firmware...
by chad
Thu Mar 17, 2016 3:21 pm
Forum: Developer Discussions
Topic: Quick instructions for updating
Replies: 6
Views: 3612

Re: Quick instructions for updating

The crazyflie-firmare repository on the Bitcraze 0.8 is on the older "crazyflie2" branch. You need to change it to the master branch to get the latest:

Code: Select all

cd ~/projects
git checkout master
git pull
by chad
Sat Mar 12, 2016 12:14 am
Forum: General discussions
Topic: [SOLVED] Cannot find a Crazyradio Dongle
Replies: 5
Views: 7295

Re: Cannot find a Crazyradio Dongle

Are you sure you have the UDEV rules for Crazyradio set up on your new system? That could cause the dongle not to be accessible. Have you checked to see if the Crazyradio is available by using:

Code: Select all

lsusb