Skip to content

Emulate an gamepad to Original Xbox using a USB-capable Arduino microcontroller.

Notifications You must be signed in to change notification settings

eolvera85/OGXBOX-PAD

Repository files navigation

OGXBOX-PAD USB Core for Arduino AVR

The files in this repository allow you to emulate an gamepad to Original Xbox using a USB-capable Arduino microcontroller.

Installation

Follow the official instructions for adding third party boards and adding boards to the Arduino IDE.

Add the following line to the "Additional Boards Manager URLs" list:

https://raw.githubusercontent.com/eolvera85/OGXBOX-PAD/main/releases/package_ogxbox_index.json

If you've done this correctly, the OGXBOX boards packages will be available within the Boards Manager. Install the "OGXBOX AVR Boards" package to add these boards to the IDE.

alt text

How to Upload

Connect the board to your computer using a USB cable, and make sure you have the proper board selected in the IDE's 'boards' menu (with or without OGXBOX).

Supported Boards

Unfortunately boards such as the Uno, Nano, or Mega that do not have native USB support will not work.

Libraries used:

About

Emulate an gamepad to Original Xbox using a USB-capable Arduino microcontroller.

Resources

Stars

Watchers

Forks