Search found 2538 matches

by arnaud
Wed Jul 29, 2015 4:54 pm
Forum: General discussions
Topic: Seting up the project eclips and pycharm on windows
Replies: 11
Views: 6131

Re: Seting up the project eclips and pycharm on windows

Aparently you do not understand what I am trying to explain so I will make it longer: The virtual machine is nothing more than a standard XUbuntu we install and setup manually. We install it from the CD the same way we would install a normal system on our machine. Thus all instruction on how we setu...
by arnaud
Wed Jul 29, 2015 11:58 am
Forum: General discussions
Topic: Seting up the project eclips and pycharm on windows
Replies: 11
Views: 6131

Re: Seting up the project eclips and pycharm on windows

That is what I meant by "Natively installed", you can follow the instruction on an ubuntu installed in your Machine.

You are acting very rude and impolite. This attitude is not acceptable here, I suggest you start behaving yourself.
by arnaud
Wed Jul 29, 2015 9:17 am
Forum: General discussions
Topic: Seting up the project eclips and pycharm on windows
Replies: 11
Views: 6131

Re: Seting up the project eclips and pycharm on windows

There is a page on the wiki that explains the step to create the ubuntu virtual machine: https://wiki.bitcraze.io/projects:virtu ... :create_vm

These steps can be followed on a natively-installed Ubuntu.
by arnaud
Mon Jul 27, 2015 8:25 am
Forum: Developer Discussions
Topic: How to work around the maximum limit for log variables
Replies: 2
Views: 1719

Re: How to work around the maximum limit for log variables

Hi, There is only one limitation to the number of log variable that I know off: the reported number of log table of content (TOC) element is 1 byte, so we can have a maximum of 255 log variables (I really should have made it 2 of 4 bytes, this is another case of "640K ought to be enough for any...
by arnaud
Tue Jul 21, 2015 2:18 pm
Forum: Developer Discussions
Topic: Adding Analog Sensor to Crazyflie 2.0
Replies: 14
Views: 9177

Re: Adding Analog Sensor to Crazyflie 2.0

Hi, Thanks for the great work and for sharing it! Regarding the first patch: The implementation is great. Blocking call is good for this API: the idea is to make the API as simple as possible and the user code should then run in its own task. So we can have all deck api blocking and synchronous. * I...
by arnaud
Mon Jul 20, 2015 9:15 am
Forum: Developer Discussions
Topic: How dose cfclient show parameters
Replies: 1
Views: 1400

Re: How dose cfclient show parameters

Hi, The client is using the cflib API to display and modify parameters. This API is documented in the wiki: https://wiki.bitcraze.io/doc:crazyflie:api:python:index#parameters1 As an example in the client when you modify parameter from the parameter tabs this code is calling cflib: https://github.com...
by arnaud
Mon Jul 20, 2015 9:06 am
Forum: Support
Topic: CF2.0 LED not usual + fast yaw drift
Replies: 3
Views: 2314

Re: CF2.0 LED not usual + fast yaw drift

Hi,

Could you get the log when your Crazyflie start and copy-paste it here. The log will tell what is happening then it blinks burst of red (it means that the self-test has not passed).

You will find the console in the client: https://wiki.bitcraze.io/doc:crazyflie: ... ex#console
by arnaud
Mon Jul 20, 2015 9:00 am
Forum: Support
Topic: Input to CFClient 2.0
Replies: 1
Views: 1220

Re: Input to CFClient 2.0

Hi Prashant, I am not sure what you mean by "notepad". But the easiest to control Crazyflie from another application would be to use the ZMQ interface. You can use it both with the client: https://wiki.bitcraze.io/doc:crazyflie:client:pycfclient:index#zmq_backends Or using a standalone (ie...
by arnaud
Mon Jul 20, 2015 8:52 am
Forum: Developer Discussions
Topic: Adding Analog Sensor to Crazyflie 2.0
Replies: 14
Views: 9177

Re: Adding Analog Sensor to Crazyflie 2.0

Hi, I have started working on it for the digital IO at least, I pushed it in the bigmerge branch you can see the pin mapping in this file: https://github.com/bitcraze/crazyflie-firmware/blob/bigmerge/deck/api/deck_digital.c My plan is to implement at least the arduino api for the expansion port, it ...
by arnaud
Mon Jul 20, 2015 8:00 am
Forum: Support
Topic: [SOLVED] Crazyradio windows 7 driver not working
Replies: 3
Views: 3453

Re: [SOLVED] Crazyradio windows 7 driver not working

Hi franco,

Happy that it is working and thank you for reporting the version that works! I will update the readme of the client so that it can help others.