I'm trying to make a USB Keyboard with arduino Leonardo to work on PS4. I tried to use almost all the characters in the ASCCI table with the Board.press () function; but it did not work. On the computer, the command works normally. I would like to know which commands I use to do the same functions as the PS4 controller. For example: I want to activate the square and triangle button by Arduino, which command should I use?
Triangle and square are gamepad buttons not USB keyboard keys so this will not work. I do not know of any Arduino library to emulate a PS4 gamepad. Perhaps the GIMX project will help but the project has nothing to do with Arduino.
customcontroller:
Triangle and square are gamepad buttons not USB keyboard keys so this will not work. I do not know of any Arduino library to emulate a PS4 gamepad. Perhaps the GIMX project will help but the project has nothing to do with Arduino.