Skip to content
/ nespad Public

Connect an NES-controller to your PC through an Arduino Uno that acts like a keyboard

Notifications You must be signed in to change notification settings

filipni/nespad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nespad

Connect an NES-controller to your PC through an Arduino Uno that acts like a keyboard.

Requirements

The project is made on an Arduino Uno which normally doesn't have HID support. A workaround for this is to use HoodLoader2 which enables us to directly program the MCU controlling the serial port.

Of course, you will also need to split the cord to an NES controller. This pinout shows how the different colors should be connected.

Update nespadIO.ino to match the digital pins used for CLOCK, LATCH and DATA.

Installation

Follow this guide on how to program the different MCUs. Upload nespadIO.ino to the ATMega328 and nespadUSB.ino to the ATmega16u2.

About

Connect an NES-controller to your PC through an Arduino Uno that acts like a keyboard

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages