Arduino-USB-HID-RetroJoystickAdapter icon indicating copy to clipboard operation
Arduino-USB-HID-RetroJoystickAdapter copied to clipboard

Arduino joystick/gamepad/other USB-adapter

Results 11 Arduino-USB-HID-RetroJoystickAdapter issues
Sort by recently updated
recently updated
newest added

Hey there I had the great idea of using a Quickshot joystick designed for NES for the C64 Mini. I have successfully connected a Quickshot joystick for C64 to the...

I'd like to suggest adding PC Engine/Turbografx pads support as there are few commercial adapters for these. Some schematic of the interface are [here](http://www.raphnet.net/electronique/tgfx16_usb/index_en.php).

Will this work with a [STM32F103 board like this](https://www.ebay.com/itm/STM32F103C8T6-ARM-STM32-Minimum-System-Development-Board-STM32-Core-Board/292235788798) ? These are 3.3V chips (and are easier to find than Arduino Micros @ 8MHz), there is no need for a...

Not really an issue, but more so a suggestion. When users land here and absorb the entirety of the docs (readme, system folders, code comments), they may be left with...

In RetroJoystickAdapter_Atari.ino: How many fire buttons are defined? I see 6 pins for every joystick. So 4 for direction and 2 fire? (Pin A1,A2,3,4 are fire buttons?) //DB9 (8=GND): 1...

I'm so happy for your retrojoystick adapter (Atari/Msx with 2 buttons), so I would suggest a similar things for 2 paddles. My idea is based on 1 potentiometer + 1...

I've made a 3D printable enclosure for this which can be found here: https://www.thingiverse.com/thing:4320427 this is for the Sega Megadrive design described at: https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/tree/master/megadrive Feel free to add this to...

Hello! The project looks very cool and promising, but I got stuck with HID core. I am using `RetroJoystickAdapter_Playstation.ino`, and in debug mode it seems to work fine, joystick state...

I downloaded the hex file for this joystick adapter and when I try to use avrdude to upload I get the below errors: avrdude: invalid file format '\Users\cvsch\Documents\Arduino\ATARI_USB/CLASS_JOYSTICK1.hex' in update...

Hi, thanks for your hard work ! I have successfully setup an Arduino for an old PlayStation controller ![20231106_085231](https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/assets/23615562/3497bdce-7bb2-4dce-9c74-abb9d31361dd) I found the documentation a bit confusing, here is a proposition...