mirror of
https://github.com/MickGyver/DaemonBite-Retro-Controllers-USB
synced 2024-11-15 22:05:03 -05:00
1015f20cd3
Small change to Sega two controller adapter wiring. Wiring diagrams added for Sega two controller adapter and NES/SNES adapters.
16 lines
575 B
Markdown
16 lines
575 B
Markdown
# DaemonBite SNES/NES USB Controller adapter
|
|
## Introduction
|
|
With this simple to build adapter you can connect 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.
|
|
|
|
## Parts you need
|
|
- Arduino Pro Micro (ATMega32U4)
|
|
- Male end of NES controller extension cable
|
|
- Heat shrink tube (Ø ~20mm)
|
|
- Micro USB cable
|
|
|
|
## Wiring
|
|
![Assemble1](images/snes-usb-adapter-wiring.png)
|
|
|
|
## License
|
|
This project is licensed under the GNU General Public License v3.0.
|