Arduino Arcade Stick (fightstick)

Поделиться
HTML-код
  • Опубликовано: 30 сен 2024
  • Created by Peter Bengtson and David Fulmer.
    -2 arduino Uno [one is flashed to UnoJoy (github.com/Ala...)]
    -Hori Hayabusa stick and face buttons
    -Sanwa front buttons.
    Github link: github.com/pBe...

Комментарии • 24

  • @smilodexplays8705
    @smilodexplays8705 3 года назад +5

    it would be great to see a video on how you setup your buttons with an arduino

    • @peterbengtson6316
      @peterbengtson6316  3 года назад

      I'd love to make videos like that, but unfortunately do not have the time. There seems to be a good video by TernTek titled
      "DIY Arcade Stick: Easy, High Quality & Affordable" that should cover similar topics.

  • @vicaslan
    @vicaslan 4 месяца назад

    wait, 2 Arduino Uno's? Not 1? 2???

    • @peterbengtson6316
      @peterbengtson6316  4 месяца назад +1

      Using 2 of them was a requirement for that specific project (and it added needless delay). You definitely can do it with just one.

    • @vicaslan
      @vicaslan 4 месяца назад

      @@peterbengtson6316 The problem is, idk how to do it with 1

    • @peterbengtson6316
      @peterbengtson6316  4 месяца назад +2

      @@vicaslan I think it's a good project to start learning with. I recommended a video "DIY Arcade Stick: Easy, High Quality & Affordable" by TernTek to another commenter previously.

    • @vicaslan
      @vicaslan 4 месяца назад

      @@peterbengtson6316 Urgh, im genuinely sensitive to word learning but I'll try anyway, thank you for the recommendation :D
      Its just that Its been a long day since I start coding again XD

  • @christianaplaon2477
    @christianaplaon2477 2 года назад +1

    Is the controller on comoatible to PC?
    Is there a way an arduino arcade stick can be played on PS3 or PS4?

  • @MeteWayne
    @MeteWayne 6 лет назад +3

    hey this is awesome! I want to make this myself! Can you show me what way you wired the arduino pins and maybe explain a little bit how the microswitches from the stick and buttons work? I have trouble getting these recognized as xinputs :(

    • @peterbengtson6316
      @peterbengtson6316  6 лет назад

      Thanks man! Sorry for the late response, I don't check my youtube often. If you are still having troubles/have questions, let me know and I'll gladly help however I can.

    • @naasikhendricks1501
      @naasikhendricks1501 4 года назад

      @@peterbengtson6316 Hi I was checking the files. I was looking for the HID USB Desc can you point me to that?

    • @peterbengtson6316
      @peterbengtson6316  4 года назад

      @@naasikhendricks1501
      It's been awhile since I've looked at this, but I believe that should be handled by UnoJoy.

    • @naasikhendricks1501
      @naasikhendricks1501 4 года назад

      @@peterbengtson6316 thanks, I am using 4 micro switch as joystick and they description around that is not clear. Some people use 2 byte array per axis and some use 1byte ... I have tried everything but the axis seem not to line up. I hate copying and pasting because one never learns. Thank you for reading my issue and responding accordingly.

    • @peterbengtson6316
      @peterbengtson6316  4 года назад

      @@naasikhendricks1501
      I'm not sure what you mean by the axis not lining up. The joystick should act as 4 individual buttons, each mapped to a different direction. You should be able to map it the same as any buttons, assuming those are working.
      Sorry, as I've said, I haven't worked looked at anything like this in a long time, I'm not sure I will be the most help.

  • @danielsouza-vf3sn
    @danielsouza-vf3sn Год назад

    hi you could to help me in a project you have facebook :

  • @thorloki2271
    @thorloki2271 Год назад

    did you connect the arcade stick directly to analog pins or does it have to be a resistor type stick? thank you.

  • @Tio_Sam00
    @Tio_Sam00 4 года назад

    I'm new to Arduino and I thought it was just copying and paste, but it is not. I checked the link you posted, and I see a bunch of files that I don't even know which one I suppose to pick, this Uno joy doesn't seem to work on Win10 I presume, I'm about to give up because I don't understand about programming either the instructions on the file ''read-me'' I was hoping you could guide me how to make it to work

  • @mmhmson
    @mmhmson 3 года назад

    Hello friend. how are you? What the model of buttons you are using? Thank you.

    • @peterbengtson6316
      @peterbengtson6316  3 года назад +1

      Hi, they are Hori. If I remember correctly, Hori Hayabusa. Work very well and are satisfying, would recommend.

  • @cajamanual6713
    @cajamanual6713 3 года назад

    Can I do this with just arduino nano pro?

    • @peterbengtson6316
      @peterbengtson6316  3 года назад

      Sorry I am not sure. You'd have to check the API and make sure there's enough pins for the amount of buttons you want.

  • @alexmei4973
    @alexmei4973 4 года назад

    Can i use only one arduino uno r3?

    • @peterbengtson6316
      @peterbengtson6316  4 года назад +1

      Yup, you only need one. I used the second specifically to meet requirements for my course, and have taken it out since.