Hi everyone.
I am working on a simple button box using an Arduino Nano. I am very confused about the "wiring diagram" showed in the Simhub program.
First of all, the diagram does not show if i need to connect d2 to GND or to 5v.
Second, i can't get the arduino to show up as a game device in the control panel.
Picture here: file:///C:/Users/Jonas/Downloads/Wireing%20Diegram.PNG.html
Thanks, Jonas B
Hi ! The setup tool only gives the Arduino pins in use, you will find the complete wiring in the documentation : https://github.com/SHWotever/SimHub/wiki/Arduino-Press-Buttons
About game recognition when using an Arduino nano you can only control simhub, the game won't see the inputs. Only the atmega32u (Arduino pro micro , Leonardo )have the capability of gamepad support : https://github.com/SHWotever/SimHub/wiki/Arduino-Press-Buttons#read-before
Yes! I got something working. I have got it emulate a keyboard key. Is it then possible to emulate For example Ctrl+G or Shift+D? Is it possible to make new kays?
Thanks.