Quote:
|
Originally Posted by jzampier
Now other issues aside the techy details...
A PIC18F4550 appears to have USB support and is in a PDIP package, which means you could actually solder to a IC socket. (It's not a surface mount)
Then you need to write the pic code to decode the probably custom data stream from the XBOX controller and demultiplex it into a set of digital outputs. Then you need to D to A the outputs for the analog sticks because the pic doesn't have built in D to As.
|
<R69> says that anything plugged into the joystick port must be powered by the joystick port. You will very likely run into issues trying to power your processor off the joystick port. And of course you have the USB host issue Dave pointed out.