Search found 2109 matches
- Mon Apr 12, 2021 11:37 am
- Forum: Developer Discussions
- Topic: BigQuad used but the drone is very unstable
- Replies: 1
- Views: 407
Re: BigQuad used but the drone is very unstable
We are still lacking a tuning guide :oops: Some pointers you can find in this post. There are tuns of guides on the internet though which might be a good start. Generally a bigquad/bolt will be more powerful so start by reducing RATE P,I and D by half end test. You can use the parameter framework to...
- Mon Apr 12, 2021 11:30 am
- Forum: Developer discussions
- Topic: Can't burn firmware into Crazyflie 2.0
- Replies: 3
- Views: 500
Re: Can't burn firmware into Crazyflie 2.0
I'll jump in as there are a couple of other ways. The iOS client is able to update the Crazyflie 2.X firmware to the latest release. Also it is possible to update the STM32F405 using dfu update over usb.
- Thu Apr 08, 2021 6:58 am
- Forum: Developer Discussions
- Topic: CF Bolt Motor Override Signals
- Replies: 1
- Views: 270
Re: CF Bolt Motor Override Signals
The Mx_OVERIDE signals was intended to have a dual purpose if one rather run brushed motors but it has not yet been implemented. Instead they are enabling power to the connector and thus to the ESC if it is cabled using the connector. So in the current functionality the naming Mx_ENABLE is much more...
- Thu Apr 01, 2021 8:57 am
- Forum: Bitcraze
- Topic: Multiranger deck I2C(frequency )
- Replies: 1
- Views: 320
Re: Multiranger deck I2C(frequency )
It is probably a parallelism problem. The Crazyflie is starting the reads in parallel and my guess is that the Arduino is doing it in series and that is why you get a low update rate. On the Muliranger deck the default setup is 10 times/sec for the 5 tof sensors but I'm pretty sure we have tested it...
- Mon Mar 22, 2021 1:41 pm
- Forum: AI-deck
- Topic: The type of the AI deck and the colored camera
- Replies: 4
- Views: 268
Re: The type of the AI deck and the colored camera
There is currently no good function to retrieve the color image, and one problem is that the image is JPEG compressed on the GAP8 side which loses some of the information. Otherwise it would be possible to do the Bayer conversion on the PC side but now it is not that good. Here is an github issue ab...
- Mon Mar 22, 2021 1:00 pm
- Forum: AI-deck
- Topic: The type of the AI deck and the colored camera
- Replies: 4
- Views: 268
Re: The type of the AI deck and the colored camera
The AI-deck says AI-deck 1.1 on front and backside. If it only says AI-deck it is the 1.0 version.
- Mon Mar 22, 2021 10:32 am
- Forum: Support
- Topic: Bolt Tuning
- Replies: 1
- Views: 139
Re: Bolt Tuning
Tuning can be challenging and something we want to improve. Hopefully soon! 1. You started in the right end. Start with the rate PID values as these has the biggest effect. The attitude PID values often doesn't have to change that much. 2. The kalman filter tuning is a bit easier now and you just ha...
- Fri Mar 12, 2021 9:41 am
- Forum: AI-deck
- Topic: A problem in using ARM-USB-TINY-H and ARM-JTAG-20-10 and setting up the GAP8 SDK
- Replies: 6
- Views: 346
Re: A problem in using ARM-USB-TINY-H and ARM-JTAG-20-10 and setting up the GAP8 SDK
Yep, USB type B might not be so common anymore, good idea, I've added that.
The GAP_SDK is big and not yet that easy to work with. Have you tried the docker variant? This I think is much easier to get started with.
The GAP_SDK is big and not yet that easy to work with. Have you tried the docker variant? This I think is much easier to get started with.
- Thu Mar 11, 2021 9:47 am
- Forum: AI-deck
- Topic: A problem in using ARM-USB-TINY-H and ARM-JTAG-20-10 and setting up the GAP8 SDK
- Replies: 6
- Views: 346
Re: A problem in using ARM-USB-TINY-H and ARM-JTAG-20-10 and setting up the GAP8 SDK
For me the ARM-USB-TINY-H and ARM-JTAG-20-10 are "keyed" to know how to connect them, are they not for you?
- Wed Mar 10, 2021 10:19 am
- Forum: Developer Discussions
- Topic: FPV Flight Hardware
- Replies: 2
- Views: 200
Re: FPV Flight Hardware
I'm not an FPV expert but to me it looks like the camera you linked to will work. It says 3.3-5V where 3.3v could be on the upper edge. If doing to quick accelerations, there can be battery voltage dips as low as 2.8V. If flying smoothly I think it will be fine. The FPV camera will need a separate r...