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

Diy Flight Control Stick Using Arduino Uno And Joystick. DIY Flight Simulator

Поделиться
HTML-код
  • Опубликовано: 17 апр 2022
  • Hello Friends,
    In todays video i will show you how i made a flight control stick using Arduino UNO and joystick. I will also be telling you how you can make your own.
    Code: drive.google.c...

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

  • @thmUNIX
    @thmUNIX 18 дней назад +1

    hand sanitizer bottle as a handle.. u are just genius 😂😂😂

  • @abirmahato648
    @abirmahato648 5 месяцев назад +3

    brother! just exelent work man ! hats off

  • @mdejoss1311
    @mdejoss1311 Год назад +5

    I love those bottle

  • @juanmakabayan6577
    @juanmakabayan6577 3 месяца назад

    Nice!

  • @davydbar
    @davydbar 2 года назад +3

    Muy buen proyecto!! Voy a probarlo. Pensaba que solo con Leonardo o Pro micro se podía realizar un joystick. Gracias!

  • @silverAceband
    @silverAceband 9 дней назад

    Hey, did you know if this UNOJOY support toggle buttons? When you put the key in a position it sends a press in the button and when you put it in another position it sends another press.??

  • @featmaselko8574
    @featmaselko8574 10 месяцев назад +1

    can i get a wiring diagram in this video its too problematic for me

    • @headSoup
      @headSoup 8 месяцев назад

      i’m not trying to be a dick but the components used in this video are super fundamental. you should go else where and teach yourself some basics.
      look into potentiometers as a tip on where to start

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

    Hi brother, nice work, i would like to makethe same thing but i would to know if it works with the chinese wavgat programmable board? i am asking because i dont have the money to buy a genuine arduino board

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

      You can buy a arduino china clone they work same.

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

      @@arccoplayz9550 thanks, btw, i am subscriber of the channel so i saw the video where you made the drawing machine, so i wonder if it would work without a cnc shield

  • @cheesenoodles380
    @cheesenoodles380 3 месяца назад

    Hello, I have a problen regarding the input of the joystick. Only the X axis works when I test it on the control panel and the y axis does not work. My cable runs:
    VRx → A0
    VRy → A1
    but when I exchange the cables to each other, the x axis still moves and so as the y axis does not move . I don't know if this is a Software issue or a hardware, is there a way to fix this?

    • @arccoplayz9550
      @arccoplayz9550  3 месяца назад +1

      wait you mean to say that if you exchange the cables the previous (not working) y axis works as x axis? If thats the case its a software issue (or your A1 doesent work, try changing to a different analogue port and check.

    • @cheesenoodles380
      @cheesenoodles380 3 месяца назад

      @@arccoplayz9550 Thank youu! But I have already fixed it, a line of code was missing and I just typed it manually and reinstalled uno joy, it's all working now. Thanks!

    • @arccoplayz9550
      @arccoplayz9550  3 месяца назад

      Oh I see so is it missing in the main code then I will have to fix it.

  • @infini6338
    @infini6338 5 месяцев назад

    how to interface rudder pedals with this whole system..??

    • @arccoplayz9550
      @arccoplayz9550  5 месяцев назад

      Rudder pedals are just the switches in my case so you will want to extend them using wires amd just make pedals

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

      I want to take range of values for rudder pedal rather than switches. So do I do that..?

  • @drkgld
    @drkgld 8 месяцев назад

    Are you using an analog joystick? Did you buy the joystick module or is it a commercial joystick that you have taken apart? I can't find any analog joystick modules for sale, only digital ones.

    • @arccoplayz9550
      @arccoplayz9550  8 месяцев назад

      It is a analogue module and yes i did buy it as just the module. Just search dual axis potentiometer joystick module you will find it

    • @drkgld
      @drkgld 8 месяцев назад

      Thanks. I see there are different sizes for thumb and hand operation.

    • @arccoplayz9550
      @arccoplayz9550  8 месяцев назад +1

      @@drkgld you can choose any you want the one i have is for thumbs

  • @Shadow-iv7hh
    @Shadow-iv7hh Год назад +1

    Hlo, good build mate
    I wonder if I can get the wiring diagram
    Thank you

    • @arccoplayz9550
      @arccoplayz9550  Год назад +1

      Yes just connect the x and y axis of the joystick to A0 & A1 and connect the buttons to any digital pin except D0 and D1.

    • @Shadow-iv7hh
      @Shadow-iv7hh Год назад

      @@arccoplayz9550 thank you!

    • @Shadow-iv7hh
      @Shadow-iv7hh Год назад

      @@arccoplayz9550 hlo, I need help in more thing
      I have a joystick with 2 joystick modules, a potentiometer and 3 buttons
      can you please suggest me a code?
      thank you

    • @arccoplayz9550
      @arccoplayz9550  Год назад +1

      Do you mean that ur joystick has two individual joysticks in it? Like 2 of the one shown in the video together?

    • @Shadow-iv7hh
      @Shadow-iv7hh Год назад

      @@arccoplayz9550 yes 2 4 axis, and 1 2 axis

  • @headSoup
    @headSoup 8 месяцев назад

    Hey friend, I am using an Atmega256, could you help me with flashing the board back to arduino after flashing it into JoyStick? I only have arduino uno flash. please friend

    • @arccoplayz9550
      @arccoplayz9550  8 месяцев назад +1

      Just repeat the same process of putting it into flash mode and then use the other file mentioned in the video to revert back to arduino mode.

    • @headSoup
      @headSoup 8 месяцев назад

      @@arccoplayz9550 my problem is i’m using an Atmega2560.
      I did the same process of flashing back to arduino with the file you provided, and it worked.
      But now I cannot upload code onto the board.
      I assumed it was because maybe it’s incompatible firmware for my board since i’m not using an Uno?
      By the way thanks for replying, and also for creating all of the code and sharing a video online for how to use it! Very kind of you helping others.

    • @headSoup
      @headSoup 8 месяцев назад

      @@arccoplayz9550 hello friend, i figured it out.
      i went to arduino repo on github and got the correct hex file. used flip to flash it and got it back to accepting code again.
      i had to modify the code to match which pins my joystick is connected to on my board.
      hoping to get it working properly now.
      thanks for all of the work and info bro!

    • @arccoplayz9550
      @arccoplayz9550  8 месяцев назад +1

      Oh thank you for pointing that out. I solved a problem I was having with one of my Arduino Mega with that.

    • @arccoplayz9550
      @arccoplayz9550  8 месяцев назад +1

      I did some more work on the files provided and it seems that it has something to do with the mega only i believe it is trying to get it to work as an uno as you pointed out.

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

    can an arduino nano be used for this

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

      Yes it can but you will have to first flash it with the latest drivers as on some units(especially older ones) the factory drivers dont work.

  • @johnny1653
    @johnny1653 7 месяцев назад

    Hi do you have the Arduino codes for the pitch and roll meter. Need some reference & pointer from you.Thank You.

    • @arccoplayz9550
      @arccoplayz9550  7 месяцев назад

      What pitch and roll metre are you referring to?

    • @johnny1653
      @johnny1653 7 месяцев назад

      @@arccoplayz9550 Display the values of the pitch & roll value on a LCD screen based on the movement of the control yoke

    • @arccoplayz9550
      @arccoplayz9550  7 месяцев назад

      I didnt make such a attachment for my setup but if you want to do it i guess you could use a 3rd party app or something to get the values from msfs and then send it to the arduino

    • @johnny1653
      @johnny1653 7 месяцев назад

      @@arccoplayz9550 I am constructing it directly from Arduino is it possible.I need some reference not from msfs

  • @incredibletechyt3404
    @incredibletechyt3404 Год назад +1

    bro what is that flight game

  • @osamanabil-3963
    @osamanabil-3963 10 месяцев назад

    Can it work with x plane 12 ?

    • @arccoplayz9550
      @arccoplayz9550  10 месяцев назад

      Yes ofc, it will work with every game that supports external joysticks.

  • @johnny1653
    @johnny1653 7 месяцев назад

    Please do let me know

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

    can you show the diagram? and it works microsoft flight simulator X ??

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

      The diagram is very simple just connect x and y of joystick to a0 and a1 and throttle to a2. Connect any buttons to dp 2-13. It will work with any game which supports usb joystick.

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

      @@arccoplayz9550 can you make me diagram it will help me a lot thanks