This module provides access to platform-specific functionality of the Crazyflie, like various system information and power management features.
This command shows you firmware/CRTP protocol version and platform type of the connected Crazyflie.
cfcli platform infoThis will show something like this:
Platform : Crazyflie 2.1
Firmware : 2025.09.1 +100
CRTP protocol : 10
The following commands are available for power management of the Crazyflie:
This will reboot the Crazyflie (by power-cycling the STM32 power domain):
cfcli platform rebootThis will put the Crazyflie to sleep and wake it up again (powering off the STM32 and decks):
cfcli platform sleep
cfcli platform wakeupThis will power off the Crazyflie (same as pressing the power button):
cfcli platform power-off