Table of Contents

This page has deprecated and moved to the new documentation framework of the main Bitcraze website. Please go to https://www.bitcraze.io/documentation/system/

Getting the serial number of the Crazyflie 2.X

The Crazyflie 2.X ID is a character string of 24 characters. It is unique to each Crazyflie 2.X.

Windows

The serial number is located just after “5740\”, in the following screen it starts by 41:

By right-clicking on the string you can copy it.

Linux

Open a terminal and type (ie. cop-paste) the following command:

sudo lsusb -v -d 0483:5740 | grep iSerial

The Crazyflie serial is then displayed (here it starts by 41):

Mac OS X

From the “About this mac” menu, click on “System reports…”

Then click on “USB”, locate the Crazyflie 2 and the serial number can be copied from there