Configure radio address over Python and USB

Firmware/software/electronics/mechanics
Post Reply
mbaytas
Beginner
Posts: 4
Joined: Mon Mar 16, 2020 6:10 pm

Configure radio address over Python and USB

Post 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?
kristoffer
Bitcraze
Posts: 630
Joined: Tue Jun 30, 2015 7:47 am

Re: Configure radio address over Python and USB

Post 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
Post Reply