Search found 97 matches

by DesTinY
Tue May 21, 2013 9:08 am
Forum: Developer Discussions
Topic: Balancing during the assembly
Replies: 62
Views: 52446

Re: Balancing during the assembly

I think this is near to perfect now.. BTW: It also depends a bit on how deep one pushes the propellers in. I got the feeling that the propellers who need more force to push in tend to have less vibrations. Thanks for testing. And yes I got the same feeling that the propeller needs more force to pus...
by DesTinY
Tue May 21, 2013 6:44 am
Forum: Support
Topic: M3 Rotates the Wrong Direction, Checked Everything
Replies: 5
Views: 3795

Re: M3 Rotates the Wrong Direction, Checked Everything

Hi rkiara,
can you make some pictures of your soldering skills :D on the CF (both sides). Maybe we can see something unusual.
by DesTinY
Sun May 19, 2013 2:45 am
Forum: Support
Topic: [SOLVED] Playstation 3 Controller not reacting
Replies: 5
Views: 6000

Re: Playstation 3 Controller not reacting

You have to load the driver in MotioninJoy, look at this YouTube Tutorial
by DesTinY
Sat May 18, 2013 9:57 am
Forum: Developer Discussions
Topic: Balancing during the assembly
Replies: 62
Views: 52446

Re: Balancing during the assembly

You're welcome :D ...Will try to change the propellers and see how the results change. That's the right way to use the mod! Maybe you can post a capture from the balancing self test without the propellers too. I try to find out if there are differences in the motor conditions too. Thanks for testing!
by DesTinY
Sat May 18, 2013 9:32 am
Forum: Developer Discussions
Topic: GPIO output to Expansion header pins?
Replies: 2
Views: 2923

Re: GPIO output to Expansion header pins?

Hi Tobias, I'm not so familiar with MCUs. But i've managed to map 2 Dig. Out GPIO to the EXT Header and can switch it with parameters! Juhu :D But i don't know where i should call my extioUpdate() funktion. At the moment i call it in the workerLoop() :oops: Can you give me a TIP where i can call it ...
by DesTinY
Sat May 18, 2013 3:16 am
Forum: General discussions
Topic: Camera Hack Question
Replies: 4
Views: 3885

Re: Camera Hack Question

by DesTinY
Fri May 17, 2013 9:23 am
Forum: Developer Discussions
Topic: Brushless Controller
Replies: 9
Views: 12826

Re: Brushless Controller

:o That looks so Wonderful. I love it! :lol: :D
And huge opportunities!
by DesTinY
Fri May 17, 2013 9:14 am
Forum: Developer Discussions
Topic: Balancing during the assembly
Replies: 62
Views: 52446

Re: Balancing during the assembly

How the balancing self test works (in short): see bool mpu6050PropellerBalancingTest(int motorId) 1. Based on the mpu6050SelfTest() 2. First measure the environment (motors off); noise only. 3. Take second measurement (100 samples of all 3 axis) with motor on and choose the max one. 4. axfDiff = di...
by DesTinY
Fri May 17, 2013 7:01 am
Forum: Support
Topic: Motors dislocating when crashing the CF
Replies: 21
Views: 16013

Re: Motors dislocating when crashing the CF

Crazyflie frame v1.7 finished will post files in thingiverse tomorrow... Have a look at my blog http://paulogeraldes.blogspot.com/2013/05/crazyflie-frame-v17-finished.html It is late and I need some sleep :o :o :o . Looks really great! Maybe you can replace the motor mounts and use the CF arms for ...
by DesTinY
Fri May 17, 2013 4:48 am
Forum: Developer Discussions
Topic: GPIO output to Expansion header pins?
Replies: 2
Views: 2923

GPIO output to Expansion header pins?

Hi, i want to use two digital output bits on the Expansion header. Question: Is it possible? Can I Remap e.g. EXT_SPI_xxx Pins in the FW to digital outputs? Maybe that is also interesting for every one who wants to switch on external peripherals like LEDs, buzzer or something else. I need it for the...