Search Results

Pages

Build and flash instructions

Mind that these instructions are only for the Crazyradio PA, and not for the Crazyradio 2.0. Building the firmware Requirement: SDCC Binutils (needs objcopy) On Ubuntu this can be installed with: sudo apt-get install sdcc binutils On Mac (using homebrew): brew install sdcc brew install binutils ln -s… Read More

Home

This repository contains several simulation options for the Crazyflie. The original repository for this documentation is https://github.com/bitcraze/crazyflie-simulation. … Read More

Home

Crazyflie Android client The Crazyflie Android client can be used to control the Crazyflie micro quadcopter from an Android device. Connection is established using either the Crazyradio USB dongle or over Bluetooth LE (Crazyflie 2.0 only). The Crazyflie Android client app is available in the Google… Read More

Cortex debugging

For VS code, follow the prerequisites of the Crazyflie's STM debugging instructions. Open vscode in the crazyradio2-firmware folder and use this launch.json file instead: { // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information,… Read More

Gazebo Spin Motors

Just mind that this model does not fly properly yet and is considered experimental 1- First install gazebo harmonic: https://ignitionrobotics.org/docs/harmonic/install 2- Clone this repo: git clone https://github.com/bitcraze/crazyflie_simulation.git 3- Put this repo in your ~/.bashrc and source it… Read More