Page 1 of 1

Configure radio address over Python and USB

Posted: Mon Mar 07, 2022 10:09 am
by mbaytas
The best way to change the radio address on a Crazyflie I've found so far is to use the Configure 2.X dialog in the UI client. As far as I can tell this requires a radio connection.

I'd like to change the address of my Crazyflies with a Python script, and preferably over a USB connection rather than radio. Is there any documentation and/or code for this anywhere?

Re: Configure radio address over Python and USB

Posted: Mon Mar 07, 2022 10:19 am
by kristoffer
Configuring the radio settings works in the client also when connecting via USB (just remember to reboot the CF for radio settings to be used after changed).

There is an example that is doing what you are looking for in https://github.com/bitcraze/crazyflie-l ... -eeprom.py