Search found 175 matches

by foosel
Fri Jun 21, 2013 5:57 am
Forum: Support
Topic: Raspberry Pi Troubles
Replies: 46
Views: 33533

Re: Raspberry Pi Troubles

Have you made cfheadless and xbox360 executable via chmod a+x?

Never mind, you have according to the screenshot. What does happen when you call /root/bin/cfheadless directly yourself?
by foosel
Fri Jun 21, 2013 5:54 am
Forum: Developer Discussions
Topic: [SOLVED] Problem with Compiling CF's FW on Ubuntu 12.10
Replies: 9
Views: 7628

Re: Problem with Compiling CF's FW on Ubuntu 12.10

What output does "echo $PATH" generate? Also, have you tried opening a new terminal / shell after changing bashrc?
by foosel
Fri Jun 21, 2013 5:51 am
Forum: Support
Topic: Lost the PS3 mapping links
Replies: 14
Views: 10278

Re: Lost the PS3 mapping links

The controller doesn't have anything to do with that, I'm sure. Have you also tried "rebooting" the CF itself? Communication issues can be caused by Wifi on the same channel, plus there was also a case of a broken antenna. Try changing the CF to a different channel via the bootloader menu....
by foosel
Wed Jun 19, 2013 11:02 am
Forum: Support
Topic: port Q1 not working`
Replies: 7
Views: 6956

Re: port Q1 not working`

Could you post a close-up picture of the PCB, Q1's side up?
by foosel
Wed Jun 19, 2013 10:02 am
Forum: Support
Topic: Lost the PS3 mapping links
Replies: 14
Views: 10278

Re: Lost the PS3 mapping links

I can't say anything about the specifics of using a PS3 controller in your case (I run neither XP nor use a PS3 controller), however, if some error like yours appears in the future, you should 0. Make sure the controller works (whatever steps this entails on your specific platform and with your spec...
by foosel
Wed Jun 19, 2013 8:50 am
Forum: Support
Topic: Lost the PS3 mapping links
Replies: 14
Views: 10278

Re: Lost the PS3 mapping links

Dr. B, to reiterate: Do not look at "C:\Program FIles\Crazyflie client\cfclient\configs\input" but please instead open "%APPDATA%\cfclient", as the latter is the place where your config files are actually located (the ones at the other location are just the "blueprints"...
by foosel
Wed Jun 19, 2013 8:22 am
Forum: Support
Topic: Lost the PS3 mapping links
Replies: 14
Views: 10278

Re: Lost the PS3 mapping links

I'm not sure if that works on XP, but you could try to enter %APPDATA%/cfclient into the addressbar of your Windows Explorer. If this can be resolved it's probably the folder you are looking for (%APPDATA% is just a variable containing the Path to the current user's application settings folder).
by foosel
Tue Jun 18, 2013 2:00 pm
Forum: Developer discussions
Topic: RF Range Extender
Replies: 8
Views: 9867

Re: RF Range Extender

... at least not without a ham radio license. Maybe it's time to look into that again...
by foosel
Tue Jun 18, 2013 11:45 am
Forum: Bitcraze
Topic: Tapatalk plugin?
Replies: 8
Views: 7486

Re: Tapatalk plugin?

Just saw the post that it's now enabled, tried it, works, awesome, thanks! :)
by foosel
Sun Jun 16, 2013 7:58 pm
Forum: Developer Discussions
Topic: Adding sensor data logging / general software structure
Replies: 9
Views: 7657

Re: Adding sensor data logging / general software structure

The "Simple Code Example" directly following that section seems to explain it... If I understand that correctly, you'll need to register your "connected" callback with the crazyflie module: from cflib.crazyflie import Crazyflie crazyflie=Crazyflie() # ... crazyflie.connectSetupFi...