a good way to start work on the Multi-ranger

Discussions about all things Bitcraze
Post Reply
DanIlan
Beginner
Posts: 2
Joined: Wed Apr 10, 2019 5:27 pm

a good way to start work on the Multi-ranger

Post 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 :)
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

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

Post 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
DanIlan
Beginner
Posts: 2
Joined: Wed Apr 10, 2019 5:27 pm

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

Post by DanIlan »

excellent!!

i think i could start playing with the drown from here. thx :D
arthurnottheking
Beginner
Posts: 1
Joined: Fri Nov 15, 2019 8:57 am

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

Post 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?
arnaud
Bitcraze
Posts: 2538
Joined: Tue Feb 06, 2007 12:36 pm

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

Post 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.
Post Reply