User Tools

Site Tools


projects:crazyflie2:faq

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Last revision Both sides next revision
projects:crazyflie2:faq [2016-03-09 02:18]
fred [Can the Crazyflie 2.0 be used to control a bigger quadcopter?]
projects:crazyflie2:faq [2016-03-29 15:23]
bjorn
Line 1: Line 1:
-====== Frequently Asked Questions ====== +This page has moved [[https://www.bitcraze.io/frequently-asked-questions-Crazyflie-2.0/|here]].
-This is where we try to collect the most frequently asked questions and answers to them. +
- +
-===== Questions ===== +
-==== For how long can it fly? ==== +
-It can fly up to 7min and depending on how you fly it, the time will decrease. +
- +
-==== How is it charged? ==== +
-It is charged using a standard micro-USB connector commonly used by smartphones. You probably have one of these cables at home. You can charge it from any USB unit that can supply 500mA, most computers and adapters do. It takes up to 40min to charge and the blue LED (M3) will tell you roughly how charged it is by how long it is lit. When it is fully lit it is fully charged. +
- +
-==== Can I hot swap batteries? === +
-Yes, you can hot swap batteries. +
- +
-==== Can I use a bigger battery? === +
-Yes, as long as it is not to heavy, it is a single cell (3.7V), it fits and that the polarity is correct you can do so. A higher capacity battery will give you longer flight times but will also decrease agility. We recommend batteries with at least 15C continuous discharge rate.  +
- +
-==== What radio is used for the Crazyflie 2.0? ==== +
-The Crazyflie 2.0 can be controlled with the [[projects:crazyradio:index|Crazyradio or Crazyradio PA]] from a PC or with a mobile device using Bluetooth Low Energy. +
- +
-==== Which mobile devices work with the Crazyflie 2.0? ==== +
-Here is a list of requirements for the mobile device +
-   * Bluetooth Low Energy (BLE) or sometimes called Bluetooth Smart support. +
-   * Runs Android 4.4 or newer +
-   * Runs iOS 7.1 or newer +
-Since Android is available on many different devices, it is not certain it works even though it fulfills the requirements above. We have therefore created a [[doc:crazyflie:client:cfandroid:index#android_device_compatibility|list of devices]] it has been tested on so please give us feedback if it works or if it doesn't with your device. iOS devices is a bit more consistent and the support should be much more extensive. Windows mobile devices does not have any support yet. +
- +
-==== What is the radio range? ==== +
-As with all radio communication it depends. It depends on the environment, radio interference, chip production variations, etc. It also depends on if you use the Crazyradio, Crazyradio PA or a mobile device. We have done a couple of line-of-sight tests with little interference outdoor with the different configurations: +
-   * Crazyradio: Up to about 100 meters range in the 250 Kbit mode. (The uplink, Crazyradio, is the limiting the range) +
-   * Crazyradio PA: Up to about 1000 meters range in the 250 Kbit mode. (The downlink, Crazyflie 2.0, is the limiting the range) +
-   * Mobile device: Up to about 20 meters range. (The uplink, mobile device is limiting the range) +
- +
-==== Can't I use a normal R/C transmitter? ==== +
-<del>Currently you can not but we plan to develop expansion boards with R/C receiver support.</del> +
- +
-This can be done with the [[projects:crazyflie2:expansionboards:bigquad|BigQuad expansion deck]]. It's working, but not yet a turn-key solution. +
- +
- +
-==== How durable is the Crazyflie 2.0? ==== +
-The Crazyflie 2.0 is using the PCB itself as the frame. The PCB is made of [[http://en.wikipedia.org/wiki/FR-4|FR4]] which is a strong and lightweight material. Attached to that is the motor mount which is a bit flexible. The motor mount is designed in such a way that it will break in case of a violent crash and not the PCB or electronics. The motor mount is very easy to change and cheap. We have not yet been able to break anything except the motor mount or a motor during violent crashes and some have been from 30m height right on to concrete. It is not unbreakable though so handle it with care!  +
- +
-==== Is the Crazyflie 2.0 backward compatible with the Crazyflie Nano? ==== +
-As for the communication protocol, yes it is. So all libraries that have been made in Python, Ruby, C, C++, Java, etc. will be able to control the Crazyflie 2.0 the same way. The firmware is also intended to be backward compatible but we are not there yet and we can't promise anything before we have something working. +
- +
-==== Can the Crazyflie 2.0 be used to control a bigger quadcopter? ==== +
-<del>Yes, it could. All the key components are there to control a quadcopter of any size. There is yet no firmware support for this though. However, imagine having it dockable into a big frame which could carry it a long way and then just release it so it can enter a small area where the big frame can't get to, Sci-Fi...</del> +
- +
-Yes, it can. With the [[projects:crazyflie2:expansionboards:bigquad|BigQuad expansion deck]]. +
- +
- +
-==== Can the Crazyflie 2.0 fly autonomously (aka. autopilot)? ==== +
-Not yet, but there is ongoing development in this area: +
-  * using onboard sensors (e.g. the barometer in the 10-DOF version) to achieve a "hover mode": http://forum.bitcraze.se/viewtopic.php?f=6&t=523 +
-  * using extra sensors (e.g. an ultra sonic sensor): http://cfusting.wordpress.com/2013/07/28/quadcopters-and-spatially-centric-data +
-  * using external sensors (Camera, Kinect, etc.) +
-    * [[http://www.bitcraze.se/2013/01/crazyflie-opencv-tracking-test|First test with OpenCV]] +
-    * [[http://www.bitcraze.se/2013/08/autopilot-using-kinect-and-a-pc|Autopilot using Kinect and a PC]] +
-  * [[http://forum.bitcraze.se/viewtopic.php?f=6&t=351|Autopilot discussion on the Bitcraze forum]] +
-==== How can I build an autonomous swarm of Crazyflies? ==== +
-  * Before dealing with an autonomous swarm, maybe deal with one autonomous Crazyflie first. ;) +
-  * Not yet a swarm, but at least two Crazyflies flying next to each other -> [[https://www.youtube.com/watch?v=oKKKeknc3Ek|Crazyflie Swarm Precision Position Control - YouTube video]] +
- +
-==== Can I do FPV (first person view) flying with a Crazyflie 2.0? ==== +
-There is ongoing development in this area: +
-  * [[https://www.bitcraze.io/2013/03/first-fpv-flight-test|First FPV flight]] +
-  * [[https://forum.bitcraze.io/viewtopic.php?f=6&t=491| Working FPV Camera setup with realtime HUD]] +
-  * [[https://forum.bitcraze.io/viewtopic.php?f=6&p=8295 | Working FPV setup for Crazyflie 2.0]]+
projects/crazyflie2/faq.txt · Last modified: 2021-06-24 16:58 by kimberly