Search found 175 matches

by foosel
Mon May 13, 2013 10:02 am
Forum: Support
Topic: Motors dislocating when crashing the CF
Replies: 21
Views: 16030

Re: Motors dislocating when crashing the CF

What do you guys think about documenting all those different great approaches for landing gear on the wiki? I started a page there in the "hacks and mods" section a couple of days back, so far only the NERF dart approach by mrb0y is featured there though.
by foosel
Sun May 12, 2013 8:54 pm
Forum: Support
Topic: Xbox Controller + Wireless Gaming Receiever + Raspberry Pi
Replies: 13
Views: 11159

Re: Xbox Controller + Wireless Gaming Receiever + Raspberry

Heh, you are welcome :) As for the mappings and using the shoulder/trigger buttons instead, I never even thought you could do that! Actually, I thought the digital button pad didn't work (or there was some issue with it) with Crazyflie client. Careful there, the sticks and the shoulder triggers (the...
by foosel
Sun May 12, 2013 8:02 pm
Forum: Support
Topic: Xbox Controller + Wireless Gaming Receiever + Raspberry Pi
Replies: 13
Views: 11159

Re: Xbox Controller + Wireless Gaming Receiever + Raspberry

I corrected the spelling of the mapping file (xbox360_model -> xbox360_mode1) and that worked! Well, I was able to affect Crazyflie with the XBox controller, however the mappings are all messed up for some reason. (Thrust is on the right joystick and diagonal!). Though the output on the xboxdrv tab...
by foosel
Sun May 12, 2013 5:26 pm
Forum: Support
Topic: Xbox Controller + Wireless Gaming Receiever + Raspberry Pi
Replies: 13
Views: 11159

Re: Xbox Controller + Wireless Gaming Receiever + Raspberry

Traceback (most recent call last): File "/root/crazyflie-pc-client/lib/cfclient/utils/input.py", line 226, in startInput idx = self.listOfConfigs.index(configName) ValueError: 'xbox360_model' is not in list There you have your issue. You referenced a input mapping file ("xbox360_mode...
by foosel
Sun May 12, 2013 2:59 pm
Forum: Support
Topic: Xbox Controller + Wireless Gaming Receiever + Raspberry Pi
Replies: 13
Views: 11159

Re: Xbox Controller + Wireless Gaming Receiever + Raspberry

Have you made sure to plug in the controller first? If the client doesn't find a controller, it will just shutdown (or hang, can't remember which it was). Also, make sure to make the scripts referenced in the udev rules executable (sudo chmod +x /root/bin/cfheadless /root/bin/xbox360). In order to d...
by foosel
Sun May 12, 2013 11:43 am
Forum: Support
Topic: Xbox Controller + Wireless Gaming Receiever + Raspberry Pi
Replies: 13
Views: 11159

Re: Xbox Controller + Wireless Gaming Receiever + Raspberry

Which I had to do at least on my Pi, otherwise I got an error message (might have been before setting up proper udev rules though). Speaking of which (x-posted from here ): /etc/udev/rules.d/99-xbox360.rules SUBSYSTEM=="usb", ATTRS{idVendor}=="045e", ATTRS{idProduct}=="0719&...
by foosel
Sat May 11, 2013 11:54 pm
Forum: Support
Topic: Xbox Controller + Wireless Gaming Receiever + Raspberry Pi
Replies: 13
Views: 11159

Re: Xbox Controller + Wireless Gaming Receiever + Raspberry

Here's what I did to get mine to work:

Code: Select all

sudo apt-get install xboxdrv
sudo xboxdrv
Are you using xboxdrv or driving a different approach?
by foosel
Sat May 11, 2013 8:58 pm
Forum: General discussions
Topic: Preliminary Questions
Replies: 4
Views: 3494

Re: Preliminary Questions

The 5.8Ghz FPV set is 124€, find this quite reasonable. Not sure where you are getting that 1200€ quote from.
by foosel
Sat May 11, 2013 6:16 pm
Forum: Developer Discussions
Topic: Support for LP5DSM Transmitter/DSM2 protocol -- possible?
Replies: 2
Views: 4016

Re: Support for LP5DSM Transmitter/DSM2 protocol -- possible

So it's either getting my hands on an ESKY TX, waiting for PPM or just sticking with my XBox controller (which works surprisingly well). Thanks for the answer :)
by foosel
Sat May 11, 2013 4:25 pm
Forum: Developer Discussions
Topic: Support for LP5DSM Transmitter/DSM2 protocol -- possible?
Replies: 2
Views: 4016

Support for LP5DSM Transmitter/DSM2 protocol -- possible?

Heyas everyone! So... it happens that I still have a DSM2 transmitter lying around from an old try at RC helicopters which appears to talk a different language (so to speak) than the ESKY transmitter that already has some support built-in into the firmware. More precisely it's an Eflite LP5DSM: http...