DIY Train Sim World Controller (UHD - 4K !)

แชร์
ฝัง
  • เผยแพร่เมื่อ 31 ธ.ค. 2024

ความคิดเห็น • 89

  • @maninacave
    @maninacave 3 ปีที่แล้ว +13

    Congratulations on a brilliant piece of work! Really well done.

  • @Peppiepro
    @Peppiepro 2 ปีที่แล้ว +2

    What I'm questioning is how you got the levers to work. Can you explain that in a video / in a comment?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  2 ปีที่แล้ว +4

      They work as key presses ('a' and ''d'). Arduino reads analog values from potentiometer and calculates required length of key press for different locos.

  • @fata__morgana
    @fata__morgana 2 ปีที่แล้ว +2

    Extremely smart and awesome job!! Well done

  • @DJConnorScott
    @DJConnorScott 4 ปีที่แล้ว +4

    I’m interested in this. Any tips on making me simulator. Like what throttles/break leavers, buttons and the board use to make it?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  4 ปีที่แล้ว

      It is all custom made, leavers were 3D designed and printed. It uses Arduino as brains and to comunicate with TSW.

    • @JP-dj2ro
      @JP-dj2ro 4 ปีที่แล้ว +1

      Great. What Arduino did you use? Is there any kind of potentiometers you were using?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  4 ปีที่แล้ว +1

      @@JP-dj2ro I used Arduino Leonardo. Yes, all three levers use potenciometers.

    • @RickLoureiroPT
      @RickLoureiroPT 4 ปีที่แล้ว +1

      Can you share the STLs?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  4 ปีที่แล้ว

      @@RickLoureiroPT Sorry, but I can not.

  • @sparrow-hawk2706
    @sparrow-hawk2706 ปีที่แล้ว +1

    I see the delay between your movement and in game movement. Did you improve that? What if you quickly change the direction of the move? How do you sync min and max lever positions?

  • @anirbandutta5252
    @anirbandutta5252 4 ปีที่แล้ว +2

    so i am guessing you used the keyboard library that works on the 32u4 chips and made it as a HID device....so is there any noticible input lag with that compared to a standard keyboard??

  • @hanmail7
    @hanmail7 2 ปีที่แล้ว +2

    Excellent! Can you share the production method?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  2 ปีที่แล้ว

      Thanks. All info, that I can share can be found in other comments.

  • @macp988
    @macp988 3 ปีที่แล้ว +1

    Man that's really impressive !

  • @dinovandenhurk70
    @dinovandenhurk70 2 ปีที่แล้ว +1

    How did you mount the joystick to the potentiometer?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  2 ปีที่แล้ว

      Joystick and the mount for the potentiometer is custom designed and 3D printed.

  • @mr.g4tero781
    @mr.g4tero781 3 ปีที่แล้ว +1

    the levers is not calibrated with movement of simulator?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  3 ปีที่แล้ว +1

      The simulator does not support any analog inputs, so i had to convert analog input from potentiometer to keystokes using some math algorihtms. Because of that there can be some lag if mowement of the levers are to fast.

  • @nelsonahlvik6650
    @nelsonahlvik6650 ปีที่แล้ว +1

    How did you make the levers?

  • @nopuedomas2006
    @nopuedomas2006 ปีที่แล้ว +1

    How did you manage to use so many buttons and levers? Maybe 2 Arduino Leonardos? If not, did you solder a matrix for the buttons to avoid running out of pins? Thank you very much and congratulations for a great project.

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  ปีที่แล้ว

      Thanks. I had used only 1 Arduino Leonardo. Matrix would also be an option but I used I/O expander.

  • @49537480
    @49537480 2 ปีที่แล้ว +1

    How really well done.Do you have any plans of your controller that you are willing to share. I would really like to build one for TS2021 & TSW2

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  2 ปีที่แล้ว

      Thanks. Unfortunately no plans are available, but I did share some details in other comments.

  • @Andrewcphotography01
    @Andrewcphotography01 8 หลายเดือนก่อน +1

    damn how did you make that i have been tr5ying for years. WELL DONE

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  6 หลายเดือนก่อน

      Thanks. It is based on Arduino Leonardo and potentiometers for the levers. Since the added suport for controllers in TSW it can be done easy with some software.

  • @Andrewcphotography01
    @Andrewcphotography01 8 หลายเดือนก่อน +1

    how do you make one

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  6 หลายเดือนก่อน

      It is based on Arduino Leonardo and potentiometers for the levers. Since the added suport for controllers in TSW it can be done easy with some software.

  • @ateneo4919
    @ateneo4919 4 ปีที่แล้ว +1

    Hola como se puede hacer para que el regulador se pueda controlar con la palanca y baje suba la palanca a posiciones y no se valla ala otra punta sola me gustaría mucho que me lo digieras como se hace gracias

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  4 ปีที่แล้ว

      Hello! This simulator does not support any analog inputs from controllers. So to use the leaver I had to develope and program my own mathematical algorith that comunicates the position of the leaver to the simulator.
      I am sorry but I do not understand the other half of the question.

    • @ad892000
      @ad892000 4 ปีที่แล้ว +1

      @@AndrazSpan-strojevodja nice work! will you share the algorithm for the controllers please.?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  4 ปีที่แล้ว

      @@ad892000 thanks! No, I can not do that.

    • @ad892000
      @ad892000 4 ปีที่แล้ว +1

      @@AndrazSpan-strojevodja will you share any pet of how you made this project? Even just the ideas behind the coding? There are so few options for TS controllers it would be great to make one like yours.

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  4 ปีที่แล้ว

      @@ad892000 no. And this is for TSW and TSW2, not for TS.

  • @SamAlifTech
    @SamAlifTech 3 ปีที่แล้ว +1

    What potentiometer you used?

  • @vivekrathod6633
    @vivekrathod6633 3 ปีที่แล้ว +1

    How to build? it will you tell me plz

  • @typo2728
    @typo2728 4 ปีที่แล้ว +1

    hello, is it possible to get your 3d files please?

  • @ElShotte
    @ElShotte 3 ปีที่แล้ว +1

    Parts list perhaps?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  3 ปีที่แล้ว +2

      Arduino Leonardo, 10k Ohm potenciometers, push buttons, LED (for illumination), trackpad from old laptop (wokrs as computer mouse), 3D printed parts and woden frame.

  • @papirkutya77
    @papirkutya77 2 ปีที่แล้ว

    The project is very good, congratulations! What sensor are you using for the throttle? My problem is that if I suddenly push the throttle up, the game does not follow the movement. I await your answer.

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  2 ปีที่แล้ว

      Thanks. I am using regular potentiometer. It depends how you are communicating with the game from your controller.

    • @papirkutya77
      @papirkutya77 2 ปีที่แล้ว +1

      Thanks for the reply ! How did you connect the potentiometer to the PC? Are you using a converted joystick or maybe an Arduino board?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  2 ปีที่แล้ว

      @@papirkutya77 I had explained it in other comments. TSW 2 does not suport joystick inputs.

  • @nopuedomas2006
    @nopuedomas2006 ปีที่แล้ว

    Great project! Is it plugged just via usb to the pc or you need a power supply for it? Thanks!

  • @Blue_LineProductions
    @Blue_LineProductions 4 ปีที่แล้ว +1

    Is it for sale? if so what link

  • @vivancoa5950
    @vivancoa5950 3 ปีที่แล้ว +1

    Dear Andraz I'm a brazilian enthusiastic for train simulators, and I was a lit bit impressed with your Train Sim World Controller. I guess you use a keyboard keys for almost all functions, but I was not able to understand how do you conect the levers to the pc. congratulations.

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  3 ปีที่แล้ว +1

      Thanks. As I had explained in other comments, leavers function as key presses to computer. Controller is running mathematical algorithm that changes movement in correct key presses.

  • @chetanshintre7355
    @chetanshintre7355 4 ปีที่แล้ว +2

    Which software did you use to comunicate with TSW?

  • @trevorwhitham6742
    @trevorwhitham6742 9 หลายเดือนก่อน +1

    Imagine this with a vr headset

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  8 หลายเดือนก่อน

      unfortunately it is not supported by dovetail games...

  • @vidkrt9716
    @vidkrt9716 4 ปีที่แล้ว +1

    Kje ste ga kupili?

  • @marcocaiello8657
    @marcocaiello8657 5 หลายเดือนก่อน

    Tutorial for keboard pls

  • @marcocaiello8657
    @marcocaiello8657 5 หลายเดือนก่อน

    Name game?

  • @attilavarga346
    @attilavarga346 4 ปีที่แล้ว +1

    Did you use Arduino?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  4 ปีที่แล้ว

      Yes

    • @attilavarga346
      @attilavarga346 4 ปีที่แล้ว +1

      And can you give me your code about this?

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  4 ปีที่แล้ว

      @@attilavarga346 sory, I can not.

    • @droge192
      @droge192 3 ปีที่แล้ว +5

      @@AndrazSpan-strojevodja - So you're showing this off, but offering no helpwhatsoever to anyone who would like to benefit from your great work? That seems a little mean and pointles. Like "Hey, look what I did, but you're not doing it!".

    • @AndrazSpan-strojevodja
      @AndrazSpan-strojevodja  3 ปีที่แล้ว +1

      @@droge192 i can help you by pointing you to right sollution by sugestion, but I will not give away my work (code).

  • @timeothezenitsu4016
    @timeothezenitsu4016 2 หลายเดือนก่อน

    i wanna get one

  • @marcocaiello8657
    @marcocaiello8657 5 หลายเดือนก่อน

    Name game?