Replies: 1 comment
-
|
For the radio, The most probable cause for your problem is that the Crazyflie address has changed. The way to check and fix it is to connect via USB using the client, and look in connect/configure 2.x: https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/master/userguides/userguide_client/#firmware-configuration. There you can see and change the address, the default one is E7E7E7E7E7. Some tip on debuging the radio:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm having a persistent issue with my Crazyradio 2.0 and Crazyflie 2.x setup on Ubuntu with Python 3.12 and cflib 0.1.32.
Setup:
Problem:
I cannot connect to the Crazyflie via radio. Every connection attempt fails with:
What works:
History:
dmesg when Crazyradio is inserted (normal mode):
The FAT error appears because we accidentally used 'sudo cp' on the UF2 bootloader drive at some point, which seems to have corrupted the UF2 filesystem. However the radio functionality seems unrelated to this.
Question:
Is bcdDevice=3.02 the correct firmware version for Crazyradio 2.0 to work with cflib 0.1.32? Could the UF2 filesystem corruption affect radio functionality? Is there any way to fully reset the Crazyradio 2.0 or diagnose the radio communication issue?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions