Mario Kart Bike Controller #36
Unanswered
WinstonPHz
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Well, After looking at some other code I figured it out. The trick was to set the game cube data Like so: |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have an interesting problem.
I think its a speed issue with my code so I might have to do the double Arduino Method.
The project: I am turning my bike into a Mario Kart DD controller, where pedaling hits the A button, and having small buttons close to the handle bars. The issue I am having is that the Arduino will work with the Mayflash GC Adaptor and Dolphin but not a GC console.
All the buttons work great for the GC Console, but the analog sticks do nothing.
I am using and Arduino Nano in hopes of getting it to be a small form factor to attach to my bike with relative ease.
I was able to read the data from a GC Controller and output it in a different line to the GC Console and still play the game so at this point its probably A speed issue. Any ideas on how to speed things up so I do not have to use 2?
Beta Was this translation helpful? Give feedback.
All reactions