Search found 4 matches

by mbaytas
Mon Mar 07, 2022 10:09 am
Forum: Developer Discussions
Topic: Configure radio address over Python and USB
Replies: 1
Views: 8511

Configure radio address over Python and USB

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...
by mbaytas
Tue Sep 21, 2021 5:30 pm
Forum: Developer Discussions
Topic: Flow v2 deck speed limit
Replies: 1
Views: 1166

Flow v2 deck speed limit

We're using send_hover_setpoint() commands via the Python library to fly with a Flow v2 Deck. The use case is "following" readings from a sensor in real time by flying up and down. When we used a motion capture system, we were able to set max translational velocity with the posCtlPid.xyVel...
by mbaytas
Tue Sep 21, 2021 5:22 pm
Forum: Developer Discussions
Topic: Controlling the onboard LEDs (M1, M2. M3, M4) in Python
Replies: 3
Views: 1865

Controlling the onboard LEDs (M1, M2. M3, M4) in Python

We'd like to take control of the onboard LEDs (M1, M2, M3, M4) while flying with a synchronous Python script, and write R/G/B values in real time like we do on the LED ring. We have searched the library source, docs, and the forum to find how to do this. The closest we got was a post from a few year...
by mbaytas
Mon Mar 15, 2021 2:16 pm
Forum: Developer Discussions
Topic: Max yaw rate limit
Replies: 1
Views: 828

Max yaw rate limit

I'm using send_position_setpoint() commands via the Python library to fly my drone with a Qualisys motion capture system. It is supposed to follow another object ("target") that is tracked by the mocap system. The drone mirrors the target object's translational movements and also the yaw. ...