Skip to content

Releases: bitcraze/crazyflie-release

2022.05

12 May 09:05
Compare
Choose a tag to compare

Major changes

  • Fixes for avoiding that the AI deck will freeze during restart
  • Initial release of the ESP firmware
  • Crazyflie AI deck support
  • Crazyflie Packet eXchange (CPX) support
  • STM32 STD peripheral library updated to version 1.8.0
  • General improvements

See the following releases for more details:

2022.03

28 Mar 09:26
Compare
Choose a tag to compare

The main changes in this release are:

  • The Crazyflie Bolt is added as a separate platform. If you are using the Bolt, you should now flash the bolt flavor of the firmware (as opposed to cf2 earlier)
  • The Crazyflie firmware uses the kbuild system for configuration and building
  • The Crazyflie supports default parameter values based on hardware platform
  • The Crazyflie better supports persistent parameters
  • Basic support for 2+ Lighthouse base stations

See STM release 2022.03 and NRF release 2022.03 for details.

2022.01

31 Jan 14:58
Compare
Choose a tag to compare

This release includes the possibility of setting persistent parameters in the Crazyflie's STM. It is now also possible to add non-standard IMU orientation, enhanced CPPM communication and PID control in body aligned coordinates.

Moreover, it is now possible to override the LEDS on the Crazyflie (both STM and NRF) and go into stealth mode. A new, more logical, highlevel commander framework is added as well that. And now, the crazyflie also shutsdown more gracefully with the power button.

On the NRF side of things, the NRF version is now visible in the console of the cflient.

This release also has several bug fixes for the firmware on both the STM and NRF.

2021.06

05 Jul 08:17
Compare
Choose a tag to compare

This release cleans up issues with the latest release, which focused on Lighthouse. It also contains the new concept of core parameters and documentation of our logging variables and parameters, which can be found on the web:
https://www.bitcraze.io/documentation/repository/crazyflie-firmware/master/

For a detailed list of fixed issues see the STM release (2021.06), the NRF firmware release (2021.06).

2021.03

25 Mar 17:34
Compare
Choose a tag to compare

The main feature of this release is support for the Lighthouse Positioning System.

For a detailed list of fixed issues see the STM release (2021.03), the NRF firmware release (2021.03) and the Lighthouse deck FPGA binary (V6).

2021.01

28 Jan 09:39
Compare
Choose a tag to compare

This release contains:

  • an extended and improved app API. Log data and parameters can now be accessed from an app and various functions have been adapted to be easy to use from an app.
  • Collision avoidance functionality has been added.
  • A persistent storage subsystem has been added to store data in the crazyflie. Initially it is used for lighthouse calibration and geometry data, but will be useful in the future for configuration data in the Bolt for instance.
  • Improved support for Lighthouse V2 has been added.
  • Various bug fixes and stability improvements.

For a detailed list of fixed issues see the STM release (2021.01). The NRF firmware is the same as in the previous release (2020.09).

2020.09

02 Sep 14:22
Compare
Choose a tag to compare
  • Stability improvements
  • Flow and LPS decks now work together
  • LPS improvements

For a detailed list of fixed issues see the STM release and NRF release.

2020.06

10 Jun 14:15
Compare
Choose a tag to compare
  • Basic support for the AI-deck
  • Introduced use of the Core Coupled Memory to free up RAM

2020.04

30 Apr 13:55
Compare
Choose a tag to compare
  • SD card memory issue fixed
  • UART CRTP link
  • Self-test IMU
  • Lighthouse driver with FPGA v4
  • Lighthouse geometry without 3rd party software
  • Bluetooth disabled when connecting with crazyradio
  • Updated documentation
  • General buxfixes and improvements

2020.02

04 Feb 15:40
Compare
Choose a tag to compare

Main features

  • Basic App layer
  • Basic P2P communication
  • Improved Lighthouse positioning
  • Structural and architectural improvements
  • Bug fixes