Page:
Board Crazyflie2
Pages
Board FreeSOC
Board Arduino Due
Board BLACK F407VE
Board BLACK F407ZE
Board BLACK F407ZG
Board Crazyflie2
Board Espruino Pico
Board FEZ Cerb40 II
Board FEZ Cerb40
Board FEZ Lemur
Board G30HDR
Board HydraBus V1.0
Board NUCLEO F401RE
Board NetduinoPlus2
Board Nucleo F767ZI
Board Olimex STM32 405STK
Board Olimex STM32 E407
Board OpenMV
Board STM32F401 Discovery
Board STM32F407 Discovery
Board STM32F429
Board STM32F746 Discovery
Board Teensy 3.1 3.5 3.6
Board Tiva TM4C123G Launchpad
Board VCC GND STM32F407VET6 Mini
Boards Summary
Build Troubleshooting
Building Micropython Binaries
Building st flash
Collections module
ContributorGuidelines
CrossBranch
Developing on a microcontroller
Differences
Examples
FAQ
Getting Started Compiling Micropython for Ubuntu 16.04
Getting Started STM
Getting Started
HY STM32F4xxCore144
Hardware API
Home
Instrumenting code using GPIOs
LCD driver
LTO
Learn MicroPython
Memory Manager
Micro Python on Mac OSX
MicroPythonVsELua
Micropython Git Development Workflow
PPP on ESP32
PWM Timers
Performance
Programming Debugging the pyboard using ST Link v2
ProjectsUsingMicroPython
Pyboard Firmware Update
STM32F405 Timer Triggering
STM32F405 pinouts
Securing a MicroPython System
Servos
Soft reset
Standard Library Coverage
Symbolic Debugging for STM32
Threads
Timebase calculation and Clock sources
Timer Implementation
Timer capture mode
Timer one shot
Tips and Tricks
VS Code
Watchdogs, Crash prevention, Crash recovery
1
Board Crazyflie2
exec-all edited this page 2014-12-27 07:32:44 -08:00
Table of Contents
STM32F405 main application MCU (Cortex-M4, 168MHz, 192kb SRAM, 1Mb flash)
nRF51822 radio and power management MCU (Cortex-M0, 32Mhz, 16kb SRAM, 128kb flash)
- Home: http://www.bitcraze.se/getting-started-with-the-crazyflie-2-0/
- Wiki: http://wiki.bitcraze.se/projects:crazyflie2:index
- Forum: http://forum.bitcraze.se/
- Spec: http://wiki.bitcraze.se/projects:crazyflie2:hardware:specification
- Schematics: http://wiki.bitcraze.se/projects:crazyflie2:hardware:schematics
Features
- Dual MCU (main MCU and comms processor)
- On board radio with custom comms protocol or Bluetooth LE
- On Board LiPo charger
- 3 axis gyro (MPU-9250)
- 3 axis accelerometer (MPU-9250)
- 3 axis magnetometer (MPU-9250)
- High precision pressure sensor (LPS25H)
- 8KB EEPROM
- 5 user accessible LEDs
- 4 User controllable motors (PWM)
- Expansion board support with auto detection (LED ring, Near Field Charging, Breakout board)
Status
- LEDs can be turned on/off
- I2C bus 1 working (EEPROM)
- I2C bus 3 working (IMU/MPU)
- PWM control of motors
TODO
- Wrapper/lib for IMU/MPU
- Wrapper/lib for Pressure sensor
- Wrapper/lib for motor control
- One wire bit banging support for expansion board detection and initialisation
Building/Flashing
To place the crazyflie2 into DFU mode:
- Remove all power (battery and usb)
- Hold down button
- Insert power
- Blue light will go solid blue
- Blue light will start blinking
- Blue light will start blinking rapidly
- Once the Blue light starts blinking rapidly release the button and plug into your computer, it will show up in DFU mode and the instructions below can be used to flash it
git clone -b crazyflie2 https://github.com/exec-all/micropython/
BOARD=CRAZYFLIE2 make
dfu-util -a 0 -D build-CRAZYFLIE2/firmware.dfu