Search found 163 matches

by derf
Fri Sep 11, 2015 10:30 am
Forum: Support
Topic: unable to run cfclient in ubuntu 14.04
Replies: 1
Views: 1476

Re: unable to run cfclient in ubuntu 14.04

Hi, Please take a look at the install instructions here: https://github.com/bitcraze/crazyflie-clients-python/blob/develop/README.md#linux and here https://github.com/bitcraze/crazyflie-clients-python/blob/develop/README.md#linux-1 If you are not using the setup script, please make sure that all dep...
by derf
Fri Sep 11, 2015 10:22 am
Forum: Developer Discussions
Topic: Stabilization Issue with Crazyflie 2.0
Replies: 1
Views: 1457

Re: Stabilization Issue with Crazyflie 2.0

Hi, Please do not double-post your issue in different sub-forums. I've deleted the post in the support forum. To answer your question: The Crazyflie 2.0 does basic stabilization with it's accelerometer, gyro and magnetometer. This stabilization is not perfect and will therefore drift. Without some k...
by derf
Tue Sep 08, 2015 3:11 pm
Forum: Developer Discussions
Topic: BIg crazyflie
Replies: 2
Views: 2073

Re: BIg crazyflie

Hi,

I've put together a list of links here:
viewtopic.php?f=6&t=1581

In the meantime there was also a new blog post about the "big quad deck":
https://www.bitcraze.io/2015/08/big-qua ... ootloader/

Regards,

Fred
by derf
Tue Sep 08, 2015 2:54 pm
Forum: Developer Discussions
Topic: New to Crazyflie help
Replies: 4
Views: 2774

Re: New to Crazyflie help

Hi, You can find some information in the wiki (some of it is a bit hidden), for example about the Crazyflie Python API: https://wiki.bitcraze.io/doc:crazyflie:api:python:index A good start is also to look at the examples here: https://github.com/bitcraze/crazyflie-clients-python/tree/develop/example...
by derf
Mon Sep 07, 2015 1:03 pm
Forum: Support
Topic: [SOLVED] CrazyFlie App
Replies: 3
Views: 1905

Re: CrazyFlie App

Np. I'm glad you found the error and it's working again.
by derf
Sun Sep 06, 2015 9:15 pm
Forum: Developer Discussions
Topic: Questions about bootloader code (cloader.py)
Replies: 4
Views: 2666

Re: Questions about bootloader code (cloader.py)

Thanks Arnaud, for the explanation. :)
by derf
Sun Sep 06, 2015 9:13 pm
Forum: Support
Topic: [SOLVED] CrazyFlie App
Replies: 3
Views: 1905

Re: CrazyFlie App

Hi, I guess you are referring to the Android app? So it has worked before, but now it does not work anymore? What has changed? Did you update your phone, etc? Which version of the app are you running? The button should only be green when it's connected to the Crazyflie via the Crazyradio USB dongle....
by derf
Tue Sep 01, 2015 9:35 am
Forum: General discussions
Topic: Maker Faire Berlin Bitcraze meet-up
Replies: 6
Views: 5469

Re: Maker Faire Berlin Bitcraze meet-up

I'll come to MakerFaire Berlin!
Looking forward to meeting the team and other Crazyfliers. :)

Wer kommt noch? (Who else is coming?)
by derf
Mon Aug 31, 2015 4:18 pm
Forum: Developer Discussions
Topic: Camera controlled crazyflie
Replies: 14
Views: 8515

Re: Camera controlled crazyflie

This link should work: https://bitbucket.org/flightdynamics/crazyflie
(found it in the comments of the YouTube video)
by derf
Fri Aug 28, 2015 12:17 pm
Forum: Developer Discussions
Topic: Questions about bootloader code (cloader.py)
Replies: 4
Views: 2666

Re: Questions about bootloader code (cloader.py)

Hi Arnaud, Thanks for your reply. I noticed that the wiki states for GET_MAPPING : For example the STM32F405 has a mapping of [4, 16, 1, 64, 7, 128] When I send the GET_MAPPING packet like described here , I actually get a reply that contains [4, 16, 1, 64, 7, -128]. So I don't understand why Lines ...