Update Overview authored by Colton Glick's avatar Colton Glick
The Crazyflie is a mini drone that was developed by Bitcraze and is open source. The microcart team is utilizing it as a base for our modifications, to learn more about control structures, and to develop our own drone in the future. The Crazyflie is a mini drone that was developed by Bitcraze and is open source. The microcart team is utilizing it as a base for our modifications, to learn more about control structures, and to develop our own drone in the future.
Do note that the version of the firmware stored in this GitLab repository is modified from the Crazyflie 2021.06 firmware. It may be possible to upgrade this firmware version down the road however some assumptions in the MicroCART modifications may need to be accounted for.
Despite the size and appearance of the Crazyflie, the firmware running on it is quite complex. The source code files are separated based on their functionality and are stored in the /src/ folder. Here are some key files to pay attention to: Despite the size and appearance of the Crazyflie, the firmware running on it is quite complex. The source code files are separated based on their functionality and are stored in the /src/ folder. Here are some key files to pay attention to:
## Files to Get Started With ## Files to Get Started With
... ...
......