Skip to content

Latest commit

 

History

History
37 lines (20 loc) · 1.38 KB

README.md

File metadata and controls

37 lines (20 loc) · 1.38 KB

N64-IGR-NUS-CPU01-05

N64 In Game Reset using 328P Atmega Arduino Nano board, wires and a 120R 1/4W Resistor to prevent ghost pressing.

IGR COMBO: L+A+B+Z

To reset the console press this combo buttons.

4 wires only (from NUS-CPU01 to NUS-CPU05 MODELS follow the example below, it's the same pinnout)

NUS-CPU-04 IGR Pinouts for Arduino Nano atMega328P

Inside image folder there's some instructions for other models too because the serial controller pinout is different, the rest is gonna be the same for all NUS-CPU models.

Common place to install the board

P_20221113_2339061

Flashing Arduino

// Flashing on already bootloaded ATmega328P (Nano) --Open Arduino IDE Run image

--Install board library as image above --Plug your Arduino on USB

--Select correct board (Arduino NANO) them the COM PORT where Arduino is connected, as image below. image

Copy all the three files inside "Files for Arduino IDE" folder to a new sketch folder, compile and upload it to the board.

DONE! Enjoy. Cheers for L10N37 for making this.