Search found 52 matches

by zhanghaijason
Sun Apr 26, 2020 11:48 pm
Forum: General discussions
Topic: flow deck v2 not working outdoor
Replies: 5
Views: 3562

flow deck v2 not working outdoor

Hello, I have a flow deck v2 which works well indoor. But When I use it outside even with just a little wind, it will just fly up and down. I uploaded two videos : https://drive.google.com/file/d/18oo_-hfJ-eGWfeIW-UnHb8HH7EyEG73J/view?usp=sharing .Seems the distance sensor on flow deck is not workin...
by zhanghaijason
Tue Sep 03, 2019 9:36 pm
Forum: Developer Discussions
Topic: accelerometer reading in python lib
Replies: 2
Views: 1570

Re: accelerometer reading in python lib

kimberly wrote: Wed Jul 31, 2019 12:09 pm Hi,

In the log toc it is called Acc.x .y .z.

The crazyflie-lib-python repository contains an example file called basiclog.py or basiclogsync.py that you can use as an example to read out a log.
Hi Kimberly,
Thanks for your reply.
by zhanghaijason
Wed Aug 21, 2019 8:27 pm
Forum: Developer Discussions
Topic: [RESOLVED] radio lost connection after actuate the 5th motor
Replies: 2
Views: 1602

Re: radio lost connection after actuate the 5th motor

Hi! Where is the 5th motor located? Is it near the antenna? It is indeed a bit weird that it does not lose connection if you do not fly it and actuate the 5th engine. Are you sure it is not drawing too much current? Flying 4 motors is already takes up a lot of power for the tiny crazyflie ;) Hello,...
by zhanghaijason
Tue Jul 30, 2019 6:37 pm
Forum: Developer Discussions
Topic: [RESOLVED] radio lost connection after actuate the 5th motor
Replies: 2
Views: 1602

[RESOLVED] radio lost connection after actuate the 5th motor

Hello, I am using Crazyflie to do a project. I have a fifth motor used to actuate some mechanism on Crazyflie. It worked before, but now it loses connection everytime after I apply power to the motor driver, it lost connection. The process is as follows: 1. fly cf to a specific location and stop the...
by zhanghaijason
Tue Jul 30, 2019 5:12 pm
Forum: Developer Discussions
Topic: accelerometer reading in python lib
Replies: 2
Views: 1570

accelerometer reading in python lib

Hello,
I am wondering is there a functino in python library that I can read teh accelerometer data? I briefly checked the python lib examples and didn't find it. Thanks.
by zhanghaijason
Wed Mar 06, 2019 5:07 pm
Forum: General discussions
Topic: Cannot initilize Client in Linux
Replies: 7
Views: 3726

Re: Cannot initilize Client in Linux

Are you using the latest version of the VM (2018.12) ? The previous version was running an old version of linux that could cause dependencies problems. To answer your question: the latest VM is capable of running the latest commit of the client and supports the flow deck, so this should work fine. ...
by zhanghaijason
Sat Feb 09, 2019 12:11 am
Forum: General discussions
Topic: Cannot initilize Client in Linux
Replies: 7
Views: 3726

Re: Cannot initilize Client in Linux

Hi, I typed exactly the same commands in a fresh Ubuntu 16.04.5 VM and it works well without any error. This could come from a python package installed by another program. It seems to come from numpy so one thing to try is to uninstall and reinstall nympy with "pip3 uninstall numpy" and &...
by zhanghaijason
Fri Feb 08, 2019 11:44 pm
Forum: General discussions
Topic: Cannot initilize Client in Linux
Replies: 7
Views: 3726

Re: Cannot initilize Client in Linux

Hi, I typed exactly the same commands in a fresh Ubuntu 16.04.5 VM and it works well without any error. This could come from a python package installed by another program. It seems to come from numpy so one thing to try is to uninstall and reinstall nympy with "pip3 uninstall numpy" and &...
by zhanghaijason
Fri Feb 01, 2019 6:30 pm
Forum: General discussions
Topic: Cannot initilize Client in Linux
Replies: 7
Views: 3726

Re: Cannot initilize Client in Linux

There seems to be a problem with the dependencies. Have you installed the client by typing "pip3 install -e ." from within the project folder? More generally could you describe the step you did to install the client? What linux distribution and version are you using? I fork and clone the ...
by zhanghaijason
Thu Jan 31, 2019 11:17 pm
Forum: General discussions
Topic: Cannot initilize Client in Linux
Replies: 7
Views: 3726

Cannot initilize Client in Linux

Hello, I followed the instructions to install the client in linux. But when trying to start it. It shows as : I searched several questions on github. But still didn't work. I installed the PySDL2-0.9.5 and it still shows no such support. My cf-lib-python is new since I installed it yesterday and the...