Search found 1050 matches

by kimberly
Wed May 11, 2022 7:02 am
Forum: Autonomous flight
Topic: Python controller
Replies: 1
Views: 8610

Re: Python controller

Hi! I'm assuming that you are using the crazyflie python library (CFlib) right? There is actually 3 controllers within the crazyflie's firmware currently that you can try out, but indeed the PID is probably the easiest. You should probably tune the position and velocity controller of the PID control...
by kimberly
Mon May 09, 2022 7:12 am
Forum: Support
Topic: Crazyflie 2.1 blue led and won't connect with usb
Replies: 7
Views: 16223

Re: Crazyflie 2.1 blue led and won't connect with usb

Hi!

Hmmm... usually we will only see this after a faulty flash of a firmware... so I hope the STM mcu is not fried now.

Are you able to put the crazyflie in bootloader mode? Or press the power button for a long time while at the same connecting the battery? Do you see 2 blue LEDs flashing then?
by kimberly
Mon May 09, 2022 7:10 am
Forum: Bitcraze
Topic: Onboard computer communication ROS package
Replies: 1
Views: 8048

Re: Onboard computer communication ROS package

Hi! That is indeed true, although this functionality is community contributed and haven't been tested heavily. I also noticed that it hasn't been converted to the latest kbuild framework, of which I made a ticket for now . We don't have a ROS wrapper for this unfortunately, and indeed the existing R...
by kimberly
Mon May 09, 2022 7:00 am
Forum: General discussions
Topic: 2-way communication for HoloLens 2 + CrazyFlie 2.1 (with Lighthouse v2)
Replies: 5
Views: 10933

Re: 2-way communication for HoloLens 2 + CrazyFlie 2.1 (with Lighthouse v2)

Hi! We all haven't worked with the hololens 2 before... although I would love to get my hands on this! I have a Oculus Quest 2 and I managed to control the crazyflie with the Android crazyflie app with a crazyradio with it. I don't know if the Hololens has a USB connection somewhere, but you could t...
by kimberly
Fri Apr 29, 2022 7:19 am
Forum: Developer Discussions
Topic: Adding motor drive to generate downward thrust
Replies: 6
Views: 12683

Re: Adding motor drive to generate downward thrust

Could you please start a new forum thread for your question?
by kimberly
Fri Apr 29, 2022 7:17 am
Forum: General discussions
Topic: LQR controller
Replies: 4
Views: 9688

Re: LQR controller

It should be possible, but I wouldn't advise to control the motorspeed directly due to the communication latency. I think the LQR controller should have attitude rate as output and you should send those to the attitude rate PID controller on the crazyflie.
by kimberly
Wed Apr 27, 2022 1:52 pm
Forum: General discussions
Topic: LQR controller
Replies: 4
Views: 9688

Re: LQR controller

Hi! So you would like to do this all onboard right? Anything is possible as it is opensource :D but it will require hacking as there is no standard way of doing things. The absolute lowest control of the motors from the STM32 is the functions that happen in power_distribution_stock.c , and from ther...
by kimberly
Wed Apr 27, 2022 1:30 pm
Forum: Developer Discussions
Topic: [SOLVED] Range Values freezing
Replies: 3
Views: 8937

Re: Range Values freezing

Ahhhh that makes sense! This would be a good one to keep in mind that this can happen.

Thanks for updating us!
by kimberly
Tue Apr 26, 2022 12:56 pm
Forum: Developer Discussions
Topic: [SOLVED] Range Values freezing
Replies: 3
Views: 8937

Re: Range Values freezing

Hmm that is odd!

Have you tried the decks individually, so only the flowdeck or only the multiranger? Do you see freezing in ranging then as well?
by kimberly
Tue Apr 26, 2022 12:51 pm
Forum: Bitcraze
Topic: Crazyflie 2.1 Hardware Consistency Issue
Replies: 8
Views: 90978

Re: Crazyflie 2.1 Hardware Consistency Issue

Hi! Let me see if I can help out. It could be that there is also differences in the NRF firmware as well, which has been done by the maintainers of Crazyswarm2. If you flash the newest firmware on the crazyflies through the cfclient, then least you'll know that the NRF has been updated to the latest...