Search found 18 matches

by Peter
Thu Dec 10, 2015 9:09 am
Forum: Developer Discussions
Topic: Build your own quadcopter
Replies: 1
Views: 1817

Build your own quadcopter

Hello, i find useful video series and easy to understand how to build your own quadcopter with cheap component (ARDUINO UNO).verry easy to use and to easy to program it. Crazyflye is verry expensive and lot of code inside the framwork. here it it the link to begin how to build the quadcopter https:/...
by Peter
Sun Nov 01, 2015 1:41 pm
Forum: Developer Discussions
Topic: Big frame big motors
Replies: 3
Views: 2431

Big frame big motors

Hello there, Is there someone tried to interface the crazyfly controller with a big frame and big motors. and is there some change in the source code ?
Thanks
by Peter
Sun Nov 01, 2015 1:39 pm
Forum: Developer Discussions
Topic: Please help
Replies: 2
Views: 1929

Re: Please help

Thanks
by Peter
Thu Oct 22, 2015 9:43 am
Forum: Developer Discussions
Topic: Please help
Replies: 2
Views: 1929

Please help

Hello, i want to filter the value of ASL, i want to get a smooth signal, how we can do it :)
Thanks
by Peter
Sun Oct 18, 2015 1:15 pm
Forum: Developer discussions
Topic: The value of asl
Replies: 1
Views: 2390

The value of asl

Hello, i want to know if the values of ASL are filtred from noise or no ?
by Peter
Sun Oct 18, 2015 9:28 am
Forum: Developer Discussions
Topic: The meaning of thrust = 60000
Replies: 3
Views: 2598

Re: The meaning of thrust = 60000

Thanks
by Peter
Mon Oct 12, 2015 8:53 pm
Forum: Developer Discussions
Topic: The meaning of thrust = 60000
Replies: 3
Views: 2598

The meaning of thrust = 60000

Hi gays, i want to know what does mean thrust =60000.
it means 60000 rpm ?
by Peter
Wed Oct 07, 2015 10:29 am
Forum: Developer discussions
Topic: Communication between the crazyflie and the dangle
Replies: 4
Views: 4019

Re: Communication between the crazyflie and the dangle

I changed the value from CCrazyRadio *crRadio = new CCrazyRadio("radio://0/10/250K"); to CCrazyRadio *crRadio = new CCrazyRadio("radio://2/10/2M"); and i did this->setDataRate("2M");this->setChannel(2); But no communication the led of the dangle still red, can you help ...
by Peter
Wed Oct 07, 2015 7:04 am
Forum: Developer discussions
Topic: Communication between the crazyflie and the dangle
Replies: 4
Views: 4019

Communication between the crazyflie and the dangle

Hello, i worked those days of c++ crazyflie client. i compile all the sources under windows. and i generate the programme, but i have a problem with the communication between the radio dangle and the crazyflie. When i start the program, the terminal show me just the version of the dangle i can't rea...