Replies: 1 comment 6 replies
-
Not sure what your physical hardware situation looks like. Are you using a logic level converter? are you sure you're using the correct output pin and the correct data pin to the console?
Not sure if that can just be simplified to |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am attempting to make a simple device that can swap buttons sent from my Nintendo 64 controller to my Nintendo 64. I am powering the Arduino using the 3.3v supply that powers the controller and the console. Both grounds are connected to the same ground on the Arduino, and the controller and console are connected to separate data pins on the Arduino.
I am able to run the example N64Controller code and the controller inputs are received via serial fine, but I cannot write any inputs to the Nintendo 64 console; the console does not receive any controller inputs at all. The sketch below simply reports N64 buttons as normal and attempts to write them to console. I have made a similar device for the GameCube and the sketch used contains code that is the same as what runs on my GameCube except modified to run on the N64:
Additionally, I created another program that mimicked the GamecubeConsole sketch, and that gave the error message 'Failed to write to console'. Any help would be greatly appreciated! Thank you
Beta Was this translation helpful? Give feedback.
All reactions