DaemonBite-Retro-Controller.../SNESControllersUSB/README.md

16 lines
688 B
Markdown
Raw Normal View History

2020-02-14 08:06:29 -05:00
# DaemonBite SNES/NES USB Controller adapter
## Introduction
2020-09-11 08:47:32 -04:00
With this simple to build adapter you can connect SNES and NES gamepads to a PC, Raspberry PI, MiSTer FPGA etc. The Arduino Pro Micro has very low lag when configured as a USB gamepad and it is plug n' play once it has been programmed. The NTT Data Keypad controller for SNES is also supported. The controller type is auto-detected.
2020-02-14 08:06:29 -05:00
## Parts you need
- Arduino Pro Micro (ATMega32U4)
2020-09-11 08:47:32 -04:00
- Male end of SNES or NES controller extension cable
2020-02-14 08:06:29 -05:00
- Heat shrink tube (Ø ~20mm)
- Micro USB cable
## Wiring
![Assemble1](images/snes-usb-adapter-wiring.png)
2020-02-14 08:06:29 -05:00
## License
This project is licensed under the GNU General Public License v3.0.