![]() |
Re: How the heck do you use an XBOX360 controller with the chicklet??
we had the same idea about a wii controller... that would be so fun :-)
|
Re: How the heck do you use an XBOX360 controller with the chicklet??
Quote:
|
Re: How the heck do you use an XBOX360 controller with the chicklet??
Quote:
Yes, The adaptor is called the USB Chicklet. It is available from IFI. |
Re: How the heck do you use an XBOX360 controller with the chicklet??
Quote:
|
Re: How the heck do you use an XBOX360 controller with the chicklet??
Quote:
lets say you want more control over the output range 127-168. Scale the input by dividing the actual joystick value by a constant greater than 1 or multiply the joy value by a constant less than 1. You will need a conditional to evaluate if the joystick is <=168 in this example. If the condition is true you would apply the scaling to the input value. #define SCALING_FACTOR .8 If (joy <= 168 && > 0) { unsinged char pwm; pwm = scale(joy); } unsigned char scale(unsigned char joy_val) { new_pwm = joy_val * SCALING_FACTOR; return new_pwm; } Now this does not account for the reverse values but you get the idea. This is just an example and probably wont work. |
Re: How the heck do you use an XBOX360 controller with the chicklet??
Thanks! i think ill try it out!
|
Re: How the heck do you use an XBOX360 controller with the chicklet??
Quote:
|
Re: How the heck do you use an XBOX360 controller with the chicklet??
Quote:
|
Re: How the heck do you use an XBOX360 controller with the chicklet??
Quote:
Since I didn't know anything about game controllers before this, I assumed that Xbox360 meant "or compatible". Oh, well, live and learn. I guess I'll go get the Ligiteck game pad and use that. |
Re: How the heck do you use an XBOX360 controller with the chicklet??
Get a halo god to drive your robot. They are pros with the controllers....Have you every actually played halo on level 10 sensitivity on tiny tap moves the sights across the screen.
But then again scaling is probally easier then Halo bootcamp. |
Re: How the heck do you use an XBOX360 controller with the chicklet??
[
Quote:
Uhhhhh? hu? I want you to think about that last statement. The key word is MICROSOFT. You do realize that Microsoft is a manufacturer? I dont mean to sound sarcastic. But I find it funny that you mention the manufacturer in a sentence questioning why we don't state the manufacturer. Anyway I got a good laugh. You are right we do need to emphasize that it has to be the exact manufacturer. We will update this. |
Re: How the heck do you use an XBOX360 controller with the chicklet??
Quote:
PC controllers seem to come with their own drivers so it is logical to assume that each manufacturer is going to be different in some way. The makers of 3rd party Xbox360 controllers would be motivated to make their controllers behave exactly like the Microsoft versions. Or, at least I assumed that they would. But, being USB devices they would have different vender IDs and product IDs. So, in retrospect, it is not surprising that your device would rely on this, or other, informaiton to configure itself and not support 3rd party controllers. |
Re: How the heck do you use an XBOX360 controller with the chicklet??
Quote:
|
Re: How the heck do you use an XBOX360 controller with the chicklet??
we definitley are storing our chicklet in an altoids box lined with that pink foam stuff...
this cant damage it, will it? ATTACK 3 = PWNAGE!!!!:p |
| All times are GMT -5. The time now is 17:32. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi