Search found 2538 matches

by arnaud
Thu Feb 28, 2013 10:27 am
Forum: Developer Discussions
Topic: Crazyflie development virtual machine
Replies: 9
Views: 13754

Re: Crazyflie development virtual machine

For the documentation the main part is still planed to stay on the wiki, and we have to improve it even further. But of course the VM will contains at least couple of README files that explain how to get started and the rest should be pre-configured so that it is easy to use. For Python we are curre...
by arnaud
Wed Feb 27, 2013 9:35 pm
Forum: Developer Discussions
Topic: Crazyflie development virtual machine
Replies: 9
Views: 13754

Crazyflie development virtual machine

Hi, As said in the last blog post we are currently making a virtual machine that would contain all required software to start using and developing the Crazyflie and Crazyradio. Basically it is an Ubuntu system that can be run inside Virtualbox in parallel of the machine operating system (Virtualbox ...
by arnaud
Sun Feb 10, 2013 11:24 am
Forum: Support
Topic: Upgrade in future
Replies: 2
Views: 5816

Re: Upgrade in future

Hi Egor, 1) Yes it is possible to install larger battery and motors. If using brushed motors we currently have about 5W power and our power path should be good for about 15W (dixit http://forum.bitcraze.se/viewtopic.php?f=6&t=4&p=7&hilit=motors+power#p7 ). If you are interested in brushl...
by arnaud
Sun Feb 10, 2013 11:10 am
Forum: Quadcopters
Topic: Motors facing up or down??
Replies: 9
Views: 17830

Re: Motors facing up or down??

We have been thinking about it. I am not sure the efficiency would be changed but the center of gravity would be higher which would make the copter more stable (some would say less fun ;)). We also though to test motors facing up and down. Not too sure what would happen: best case we get twice as mu...
by arnaud
Sun Feb 10, 2013 10:53 am
Forum: Developer Discussions
Topic: crazyflie-firmware
Replies: 9
Views: 11715

Re: crazyflie-firmware

As said Macus we are using arm-none-eabi-gcc 4.7 maintained by ARM.

For the code size it becomes a bit better with -Os (Setting DEBUG=0 in config.mk, good to use if no jtag debug is planned):

Code: Select all

   text	   data	    bss	    dec	    hex	filename
  47700	    400	  16336	  64436	   fbb4	cflie.elf
by arnaud
Fri Feb 08, 2013 6:15 pm
Forum: Developer Discussions
Topic: OS
Replies: 1
Views: 3811

Re: OS

There is no way to fit Linux in our processor as we have 128K of flash and about 20K of ram so small RTOS like FreeRTOS is the only way to go.
by arnaud
Fri Feb 08, 2013 5:45 pm
Forum: Developer Discussions
Topic: Source Code Location?
Replies: 7
Views: 8370

Re: Source Code Location?

This is actually mercurial repos. We are not planing on switching to Git as mercurial suits our needs. The mercurial work-flow is very similar to git. If you really cannot get used to mercurial it is still possible to work with git while pushing/pulling to mercurial: http://stackoverflow.com/questio...
by arnaud
Fri Feb 01, 2013 10:33 pm
Forum: Developer Discussions
Topic: Source Code Location?
Replies: 7
Views: 8370

Re: Source Code Location?

Hi,
The source code is at https://bitbucket.org/bitcraze

It is still missing some pieces but everything should be uploaded during the weekend