Это видео недоступно.
Сожалеем об этом.

DIY ARCADE SPINNER KNOB TUTORIAL: HOW TO MAKE YOUR OWN CLASSIC RETRO ARCADE SPINNER KNOB CONTROL.

Поделиться
HTML-код
  • Опубликовано: 23 мар 2022
  • In this DIY Tutorial I will show you how to make your own Arcade Spinner Knob Controller for your retro arcade game projects for much less than buying one off the web. Classic games like TEMPEST, TRON, ARKANOID, STAR TREK, and others used a simple round controller that spun in a circle either left or right to control your movement on the screen. This project should cost you less than $30.00 and will get you close if not the same results as one of the more expensive ones out there.
    I have left links below for components that you will need and a PDF link to the Arcade Spinner Instructions Page for easier review.
    Hope this helps with your arcade projects, please send a comment if you have any questions.
    Enjoy,
    Vincent
    **IMPORTANT NOTE: MY TUTORIAL IS FOR THE ULTIMARC U TRAK USB ADAPTER, NOT THE ULTIMARC SPIN TRAK ADAPTER, THEY LOOK THE SAME, BUT HAVE DIFFERENT PIN OUTS MAKE SURE YOU EITHER FOLLOWE MY LINK BELOW OR PURCHASE THE U-TRAK**
    Ultimarc U Trak USB Adapter:
    www.ebay.com/i...
    (FOR SMALLER PROJECTS)
    5Pcs Rotary Encoder Module Brick Sensor Development KY-040 Fit For Arduino New M:
    www.ebay.com/i...
    **OR**
    (FOR LARGER PROJECTS)
    360/600P/R Photoelectric Incremental Rotary Encoder 5V-24V AB Two Phases Shaft F:
    www.ebay.com/i...
    (NOTE: PIN OUT WIRING FOR THIS LARGER ENCODER IS AS FOLLOWS:
    RED WIRE - 5V (CAN BE CONNECTED TO PINS 8 OR 9 ON U-TRAK ADAPTER)
    BLACK WIRE - GROUND (CONNECT TO PIN 2)
    GREEN WIRE - OUTPUT A (X OR Y AXIS 1)(CONNECT TO PIN 6 FOR CORRECT SPIN -HORIZONTAL)
    WHITE WIRE - OUTPUT B (X OR Y AXIS 2)(CONNECT TO PIN 4 FOR CORRECT SPIN -HORIZONTAL)
    ARCADE SPINNER INSTRUCTIONS PAGE FROM THE VIDEO - PDF FILE (I ADDED SOME NOTES THAT ARE NOT SEEN ON THE VIDEO)
    dochollidaysgam...
    #DIY_ARCADE_SPINNER_KNOB
    #TUTORIAL_ARCADE_SPINNER_KNOB
    #ARCADE_SPINNER
    #USB_ARCADE_SPINNER
    #ATARI_PADDLES
    #PADDLES

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

  • @appliancedave69
    @appliancedave69 Год назад +3

    Perfect. Just what I was looking for. Thank you

  • @DejoyTV
    @DejoyTV 11 месяцев назад +2

    Awesome vid! Definitely gonna have to give this a spin myself! 👍

  • @cbaxter6527
    @cbaxter6527 9 месяцев назад +1

    6:47 Good call the people at U-HID or UltiMarc botched their manual. The x-axis and y-axis used same pin numbers. I guess the tea did not hit the spot.

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

    What if you want to wire a spinner into a jama harness do you know if you can wire it into the jamma cable

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

      To be honest I do not have a lot of experience with jamma cables. I can take a look and see if I can figure it out, but I would be just given you my best guess...I honestly dont use them. Sorry

  • @divasmom65
    @divasmom65 2 года назад

    So which one do you buy 360 or 600 is one better than the other? I don't know what these numbers stand for.

    • @Vincent_Serpico
      @Vincent_Serpico  2 года назад +2

      The number you are referring to, unless your referencing something completely different and I'm off the mark, would be the number of encriments counted in a full rotation. Either will work but I would stick with the hire 600. They should be the same price. Enjoy!

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

    Hi. Is it possible to setup 2 spinners. For Atari Pong game for exemple (1 spinner per player) ?

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

      What platform are you using to emulate Atari pong?

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

      @@Vincent_Serpico pygame (pong is home made). I can share the code if needed.

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

      I'm n

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

      I'm not familiar with pygame, if it is a basic python code to create games like I read then you should be able to add any code that would allow a mouse to work with your game for controls and then just use the x or y axis for the spinner. If you look at my diagram the u-track adapter should pick up any input made for a mouse or spinner to work then just wire it accordingly. Are you trying to make a stand alone pong game?