Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.39 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.39 KB

RC Controller for Forza

This project converts a DUMBORC x4 remote control for an RC car into a controller for Forza Horizon 4. A USB-capable microcontroller reads the receiver's PWM pulses and translates the signals into Xbox controller (XInput) inputs for the game.

For more information, check out the article on PartsNotIncluded.com.

Dependencies

The microcontroller code has several dependencies:

I've linked to the specific releases that work with this code. Note that other versions may not be compatible.

This project was compiled using version 1.8.12 of the Arduino IDE. Microcontrollers other than the ATmega32U4 may be compatible but have not been tested.

License

This project is licensed under the terms of the GNU General Public License, either version 3 of the License, or (at your option) any later version.