Search found 6 matches

by AbandonedVirgo
Wed Dec 17, 2014 7:27 am
Forum: Developer Discussions
Topic: trying to run basiclog.py
Replies: 1
Views: 1485

trying to run basiclog.py

I'm stuck here! It always stuck at connecting! I NEED HELP PLEASE WHY IS THIS HAPPENING? see attach files
https://bitbucket.org/bitcraze/crazyfli ... fault[b][u] (This the basiclog.py file im running)[/u][/b]
by AbandonedVirgo
Wed Dec 10, 2014 4:42 am
Forum: Support
Topic: Need Help On Using python to run crazyflie
Replies: 3
Views: 2913

Re: Need Help On Using python to run crazyflie

whoenig wrote:You will need to use python 2.7 in order to use the Bitcraze SDK.
You can change the path on line 33 in scan.py.
what do I change to? because I cant run without changing it, it appear to have syxtax error
by AbandonedVirgo
Wed Dec 10, 2014 2:25 am
Forum: Support
Topic: Need Help On Using python to run crazyflie
Replies: 3
Views: 2913

Need Help On Using python to run crazyflie

Sup People Recently I just gotten my final year project which is on crazyflie. I'm totally new to this crazyflie thingy and still working on it. But my profes in school want me to run this crazyflie with python instead of using the crazyflie pc client. So I really not sure how to write/read a protoc...
by AbandonedVirgo
Wed Dec 10, 2014 1:58 am
Forum: Developer Discussions
Topic: Totally New To Programming! Dealing with python & crazyflie
Replies: 5
Views: 4270

Re: Totally New To Programming! Dealing with python & crazyf

Sorry, I am still not completely clear what the goal is. Do you want to control the crazyflie with the Bitcraze client using a joystick and in addition change this existing client to output the roll/pitch/yaw/thrust? Or are you planning to write your own client to control the crazyflie? Using pytho...
by AbandonedVirgo
Wed Dec 10, 2014 1:00 am
Forum: Developer Discussions
Topic: Totally New To Programming! Dealing with python & crazyflie
Replies: 5
Views: 4270

Re: Totally New To Programming! Dealing with python & crazyf

What do you need to "transfer" exactly? If you just need the target values for roll, pitch, yaw, and thrust then you have it already in python (those values are known to the pc client). Sorry to be more specific, my teacher want me to use python to run the crazyflie but at the same time u...
by AbandonedVirgo
Mon Dec 08, 2014 6:08 am
Forum: Developer Discussions
Topic: Totally New To Programming! Dealing with python & crazyflie
Replies: 5
Views: 4270

Totally New To Programming! Dealing with python & crazyflie

Hello.. Basically I'm doing my final year project which involve a crazyflie. The aim or objective of this project is to send the date such as( Roll, Yaw, Pitch & Thrust) crazyflie pc client --> python --> arduino board --> LED display. But im sort of totally new to programming even thou I learn ...