Search found 51 matches

by dbrgn
Tue Dec 23, 2014 10:40 am
Forum: General discussions
Topic: Flying Crazyflie 2.0 with Bluetooth
Replies: 3
Views: 3056

Re: Flying Crazyflie 2.0 with Bluetooth

Well, in theory the CF could be controlled from a computer if it supports Bluetooth LE, given that the software supports it. So far, the current CF client only supports the Crazyradio though.
by dbrgn
Mon Dec 22, 2014 8:55 pm
Forum: Support
Topic: [SOLVED] Segmentation fault at exit of gui
Replies: 27
Views: 32449

Re: Segmentation fault at exit of gui

Maybe this helps? It's just a guess though, I didn't really try to understand the code. diff --git a/lib/cfclient/utils/joystick/linuxjsdev.py b/lib/cfclient/utils/joystick/linuxjsdev.py index 20eed5e..e7a09e8 100644 --- a/lib/cfclient/utils/joystick/linuxjsdev.py +++ b/lib/cfclient/utils/joystick/l...
by dbrgn
Mon Dec 22, 2014 3:52 pm
Forum: Developer Discussions
Topic: Running python on the crazyflie2
Replies: 11
Views: 6758

Re: Running python on the crazyflie2

Wow, that's cool!
by dbrgn
Mon Dec 22, 2014 2:50 pm
Forum: Support
Topic: [SOLVED] Segmentation fault at exit of gui
Replies: 27
Views: 32449

Re: Segmentation fault at exit of gui

tobias wrote:There are some new commit to the client now that hopefully fixes the linux problems.
Shouldn't `cfclient.utils.joystick` be added to the setup.py `packages` argument to fix the error reported above?
by dbrgn
Mon Dec 22, 2014 11:08 am
Forum: General discussions
Topic: Crazyflie 2.0 feedback
Replies: 34
Views: 21098

Re: Crazyflie 2.0 feedback

lxrocks: You can see the battery voltage in cfclient. The battery is full at 4.2V and empty at 3V.

Additionally, if you have the Neopixel LED ring, you can try this version of the firmware: https://github.com/bitcraze/crazyflie-firmware/pull/29 It visualizes the battery charge as color.
by dbrgn
Mon Dec 22, 2014 9:09 am
Forum: Support
Topic: [SOLVED] Segmentation fault at exit of gui
Replies: 27
Views: 32449

Re: Segmentation fault at exit of gui

Happened to me too when installing via setup.py. I think there's a package definition missing in there, as it works when starting locally from source.
by dbrgn
Fri Dec 19, 2014 3:49 pm
Forum: Developer Discussions
Topic: LiPo Battery Safety
Replies: 2
Views: 1938

Re: LiPo Battery Safety

Thanks for the information :)
by dbrgn
Fri Dec 19, 2014 3:40 pm
Forum: Support
Topic: Crazyflie 2.0 turns off when motors start
Replies: 9
Views: 4987

Re: Crazyflie 2.0 turns off when motors start

tobias wrote:Just a tip dbrgn. If you have the Cazyradio you can flash it directly from the build environment with "make cload". Instructions here, that is very convenient when developing.
Yay, that's great :) Thanks.
by dbrgn
Fri Dec 19, 2014 9:08 am
Forum: Support
Topic: Crazyflie 2.0 Bluetooth issue
Replies: 11
Views: 6594

Re: Crazyflie 2.0 Bluetooth issue

Nexus 10 seems to work with both CrazyRadio and Bluetooth, although there may be some lag when using it with Bluetooth. I'll have to test that again.

I wanted to add it to the wiki, but apparently registration is disabled?
by dbrgn
Fri Dec 19, 2014 9:02 am
Forum: Developer Discussions
Topic: LiPo Battery Safety
Replies: 2
Views: 1938

LiPo Battery Safety

Is the battery charging handled in the regular firmware or in a separate circuit? Or in other words, if someone messes up the firmware, is it possible to overcharge (=explosion) or deplete (=dead battery) the LiPo battery? If I use a stronger USB power supply (2A), does the Crazyflie limit the curre...