Page 1 of 2

crazyflie for my big quadcopter

Posted: Mon Nov 24, 2014 7:43 am
by wwfiney
I'm doing my first big quadcopter using crazyflie to control:

update video
http://v.youku.com/v_show/id_XODM2MTI1Nzc2.html

airframe
11.jpg
ESC and brush-less motors
6.jpg
propeller
5.jpg
assembly drawing
12.jpg
crazyflie for control
14.jpg

Re: crazyflie for my bit quadcopter

Posted: Mon Nov 24, 2014 7:46 am
by wwfiney
assembling
19.jpg
finish
24.jpg
close-up
28.jpg
26.jpg
29.jpg

Re: crazyflie for my big quadcopter

Posted: Mon Nov 24, 2014 5:22 pm
by whoenig
Looks nice! To reduce vibrations you might not want to strip it down directly to the frame, but but some softer foam in between. Keep us posted when it's flying!

Re: crazyflie for my big quadcopter

Posted: Tue Nov 25, 2014 2:13 am
by wwfiney
Yes, I planed to use rubber washer between motor and frame.
But the other guys said to me, it's not so necessary to do this for this size quadcopter.
I also believe it's better to have.

But firstly, I need setup the balance testing environment and let it fly. Then I can do other optimizations.
I will keep update.

Re: crazyflie for my big quadcopter

Posted: Tue Nov 25, 2014 10:32 am
by rebit
Hello wwfiney ! I will do the same. Pls post your evolution for us ! Sucess in your project.

Re: crazyflie for my big quadcopter

Posted: Tue Nov 25, 2014 10:40 am
by rebit
Hi, i have three questions about your setup.

According to this post http://www.bitcraze.se/2014/03/brushles ... crazyflie/

Is not necessary the resistors to reduce the voltage to 2.8v from ESC's ?

And about the brushless driver tag activation on code do you did ?

The ESC's have simonK firmware compatible ?

Re: crazyflie for my big quadcopter

Posted: Wed Nov 26, 2014 10:09 am
by wwfiney
rebit wrote:Hi, i have three questions about your setup.

According to this post http://www.bitcraze.se/2014/03/brushles ... crazyflie/

Is not necessary the resistors to reduce the voltage to 2.8v from ESC's ?

And about the brushless driver tag activation on code do you did ?

The ESC's have simonK firmware compatible ?
1 I didn't connect ESC's 5V to crazyflie power input. I connect it to USB input, USB is 5V, so it's OK. (tradeoff is you cannot get correct battery power status)
2 I didn't use the the code of crazyflie-firmware for brushless motor, I write it myself. You can reference the code https://github.com/wwfiney/crazyflie-fi ... tree/snake, my project is the "snake" branch

Re: crazyflie for my big quadcopter

Posted: Wed Nov 26, 2014 10:27 am
by wwfiney
update balance test bar
11.jpg
22.jpg
33.jpg
44.jpg
55.jpg

Re: crazyflie for my big quadcopter

Posted: Thu Nov 27, 2014 4:19 am
by wwfiney

Re: crazyflie for my big quadcopter

Posted: Wed Dec 03, 2014 4:22 am
by rebit
wwfiney wrote:
rebit wrote:Hi, i have three questions about your setup.

According to this post http://www.bitcraze.se/2014/03/brushles ... crazyflie/

Is not necessary the resistors to reduce the voltage to 2.8v from ESC's ?

And about the brushless driver tag activation on code do you did ?

The ESC's have simonK firmware compatible ?
1 I didn't connect ESC's 5V to crazyflie power input. I connect it to USB input, USB is 5V, so it's OK. (tradeoff is you cannot get correct battery power status)
2 I didn't use the the code of crazyflie-firmware for brushless motor, I write it myself. You can reference the code https://github.com/wwfiney/crazyflie-fi ... tree/snake, my project is the "snake" branch
Thanks for reply ! Great evolution, i will see your video now !