Controlling Boe-Bot with Xbox 360 controller?
Hello everybody,
Well I fell victim to the RROD on my xbox but I had a thought. What if you take the controller reciever unit out of the xbox 360 console and hook it up to the board of education could you debug and program the xbox 360 controller to control the Boe-bot. Any help or info would be great.
Thanks for the Time
EDIT
I did some more investigation and I found this link http://forums.xbox-scene.com/index.php?showtopic=668753. It looks possible the Wireless Gaming Receiver takes 5V and it has D-, D+, and ground. So theoretically I can hook this to the BOE.
Well I fell victim to the RROD on my xbox but I had a thought. What if you take the controller reciever unit out of the xbox 360 console and hook it up to the board of education could you debug and program the xbox 360 controller to control the Boe-bot. Any help or info would be great.
Thanks for the Time
EDIT
I did some more investigation and I found this link http://forums.xbox-scene.com/index.php?showtopic=668753. It looks possible the Wireless Gaming Receiver takes 5V and it has D-, D+, and ground. So theoretically I can hook this to the BOE.
Comments
Any controller that uses USB is going to be hard to use with a microcontroller.
PlayStation 2 controllers are very hackable. I just figured out how to read the analog buttons from a PS2 controller (I'm a bit excited about it). There are several articles by JonnyMac (Jon Williams) about hacking a PS2 controller (though none (that I know of) have information about the analog buttons (did I mention I just learned to read the analog buttons?)).
Lots of the the other non-USB controllers have been hacked to use with a microcontroller. USB needs a lot of resources, and it's usually too much for a microcontroller to handle. There are some USB host hardware devices made to work with microcontrollers but they're pretty much just for data storage and maybe a HID (but I doubt a game controller would work with one).
Edit: I agree with Mike too.