Skip to content
forked from Ryzee119/ogx360

Add Wireless Xbox 360 Controller Support to your Original Xbox

Notifications You must be signed in to change notification settings

ericleone/ogx360

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ogx360 - Overview

The ogx360 is a small circuit board which allows you to use Wireless Xbox 360 Controllers via an Xbox 360 Wireless Receiver on the Original Xbox Console.

A simple video showing some its feature is on youtube https://youtu.be/ycZjQUjz1Fk A another video attempting to show the input lag is here: https://youtu.be/V7Pnba7Y12Y

Any questions please email me at [email protected].

You can buy pre-assembled boards from my etsy page: https://www.etsy.com/au/listing/672315615/ogx360-add-wireless-xbox-360-controller

alt text

Features include:

  • Support up to 4 Xbox Wireless Controllers using a modular design with readily available Arduino Pro Micro boards. I have linked Sparkfun but any cheaper clone will work the same.
  • Full Rumble Pak support on all controllers.
  • Firmware can be updated over USB. No programming hardware is required. See Firmware for programming instructions.
  • Low level programming with minimal input lag. Less than 4ms over an original controller. (See https://youtu.be/V7Pnba7Y12Y)
  • 100% USB Bus powered from the Original Xbox controller ports. No requirement for external power supplies.
  • Basically instant boot up time so you can use controllers straight away from power on.
  • To connect to the OG Xbox you will need an Xbox to USB adaptor, and a short microUSB cable.
  • I can't claim 100% compatibility; however, I haven't found a game that doesn't work. If you find one, let me know and I'll see if I can work it out.
  • Supports Genuine Microsoft Xbox 360 Wireless Receivers (USB_VID 0x045E, USB_PID 0x0719) , Mad Catz Receivers (USB_VID 0x1BAD, USB_PID 0x0719) and Generic Third Party Wireless Receivers (USB_VID 0x045E, USB_PID 0x0291). Wired controllers are not supported.

Folder Structure

See the respective folder for open source licensing.

Folder Description
Hardware This folder contains the schematic and PCB layout files. These were created using Autodesk Eagle 9.2.2.
Firmware This folder contains the source code. The source code is based on the USB Host Shield Library for Arduino, and LUFA USB AVR Framework. The code was integrated and compiled using Atmel Studio 7.0.
Images Just the images used throughout this repository.

I Want to Add More Modules

You can support up to 4 players with the addition of low cost Arduino Modules such as this. This requires some basic soldering to solder the module into the respective port on the ogx360. Once the module is in place, you must program the correct firmware onto the device as per the instructions in Firmware. For Player 2, 3 and 4 modules you will want to use the slave hex file. Finally, connect a corresponding cable between the Arduino Module and the OG Xbox Controller Port! The device activates when the 2nd, 3rd or 4th wireless controller is synced to the wireless receiver respectively.

Further Info

The USB Host Controller is a MAX3421 and uses the USB Host Shield Library. This enumerates and gathers data from the Xbox 360 Wireless Receiver. This data is then converted into the correct format for the Original Xbox and sent to the USB device controllers. The USB device controllers use Atmega32U4 chips based on the Arduino Pro Micro. Up to four Arduino Pro Micro's can be installed either directly soldered in or installed on female sockets to support up to four players. The USB device controllers have been configured to appear as Original Xbox Controllers and trick the console into thinking a real controller is connected.

alt text alt text

Note that the pictures show a prototype version with two modules installed. There is some minor differences between this and the final version.

By Ryzee119

About

Add Wireless Xbox 360 Controller Support to your Original Xbox

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 65.3%
  • C++ 34.7%