Page 1 of 1

a good way to start work on the Multi-ranger

Posted: Wed Apr 10, 2019 5:34 pm
by DanIlan
im a student and i dont have alot of experience codeing.

any good way to start to learn how to code on the crazyflie?
and any project that use the multi ranger addon i can try and reverse engineering?

just looking for a good way to start programing for the crazyflie (allready finish what they have on there main site)

THX :)

Re: a good way to start work on the Multi-ranger

Posted: Thu May 02, 2019 8:38 am
by arnaud
Hi,

The getting started with stem bundle will walk you through making a python program to control the Drone with the multiranger: https://www.bitcraze.io/getting-started ... ng-bundle/

Generally speaking, when developing with the Crazyflie it is often a good idea to start with making python scripts implementing your wanted functionalities of behavior. You can look at the lib examples, they show how to use most of the functionalities you might want to use to control the Crazyflie: https://github.com/bitcraze/crazyflie-l ... r/examples

Re: a good way to start work on the Multi-ranger

Posted: Sun May 05, 2019 5:48 pm
by DanIlan
excellent!!

i think i could start playing with the drown from here. thx :D

Re: a good way to start work on the Multi-ranger

Posted: Fri Nov 15, 2019 9:05 am
by arthurnottheking
Hello guys,

I'm from Riga and I would like to start learning how to code with the Crazyflie 2.1 I have just ordered it from Newegg, but I don't know when it will be delivered exactly. Meanwhile, where can I find Python example scripts for Crazyflie 2.1?

Re: a good way to start work on the Multi-ranger

Posted: Fri Nov 15, 2019 9:23 am
by arnaud
Hi @arthurnottheking and welcome,

First of all, please create new threads when you have a question, this way the forum is easier to browse and you are not adding noise to existing threads.

All source code are on github and the python examples are in the Crazyflie-lib-python project: https://github.com/bitcraze/crazyflie-l ... r/examples.