DIY LOGITECH USB SHIFTER ADAPTER DRIVING FORCE

แชร์
ฝัง
  • เผยแพร่เมื่อ 1 ม.ค. 2025

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

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

    For any of you wanting proper reverse gear detection, just change "int _isreverse = digitalRead(2);" to "int _isreverse = digitalRead(2) && x>HS_XAXIS_56 && y

    • @ch1kenmeister103
      @ch1kenmeister103 3 ปีที่แล้ว +7

      for anybody who might be looking for this.
      Change line 132 from
      if(gear!=6) b[DI_REVERSE]=0;
      to
      if(x>HS_XAXIS_56 && y

  • @pitlanes
    @pitlanes 6 ปีที่แล้ว +42

    Now this will be a great help to all those moving up from the G29 to another wheel base but want to keep the shifter, well done and thanks.

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

    for who want an better calibration for the shifter change this values from the code:
    change the HS_XAXIS_12 from 400 to 445; HS_XAXIS_56 from 500 to 700; HS_YAXIS_135 from 800 to 700
    it helped me when i go in first gear it suddenly go to the third gear, or when i go in the second gear it would go in the fourth gear, now it's more better and it don't switch the gears when i don't want to.
    I hope it helped some people :)

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

      Much appreciated!

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

      I found that these worked better for me
      #define HS_XAXIS_12 375
      #define HS_XAXIS_56 625
      #define HS_YAXIS_135 625
      #define HS_YAXIS_246 375

    • @mahde144
      @mahde144 3 หลายเดือนก่อน

      ​@@AndreasGjulز

  • @XUB4
    @XUB4 5 ปีที่แล้ว +161

    Generally good, but in this line
    :
    # define HS_XAXIS_56
    I recommend changing the value from 500 to 600, because sometimes the 3rd or 4th gear is 5 or 6.

    • @DeiviZZZ
      @DeiviZZZ 5 ปีที่แล้ว +8

      thank you good sir. after long furstration if finally works!

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

      I cannot get it to compile can you please help me? First of all the library won't install because it has a "-" in the name, if I change that it installs but it's not working.

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

      Thank you very much. I was having the same problem. Thanks to you it improved.

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

      Thank you !

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

      also, changing "int _isreverse = digitalRead(2);" to "int _isreverse = digitalRead(2) && x>HS_XAXIS_56 && y

  • @lactlac
    @lactlac 5 ปีที่แล้ว +22

    The default sketch has one bug for me. Middle position of the joystick is reading incorrectly, so buttons 5 and 6 triggers instead of 3 and 4. To fix it, you need to change the value of HS_XAXIS_56 to 600 (line 18). AM-STUDIO sketch version Dec 8, 2018. MHeironimus/ArduinoJoystickLibrary version 2.0.5. Device: Logitech driving force shifter for G29 and G920

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

      Saved my life, i was having the same issue!

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

      U can change HS_XAXIS 12 to 300 if u have problem with 3 when u push little left and get 1 instead, same with 4 u can get 2

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

      lactlac YES!!! YOU ARE CHAMPION!!! THANK YOU VERY MUCH!!! You saved me!!!

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

      What a freaking hero you are. Thanks

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

      This was a saviour!!! I returned one gearbox thinking it hardware issue. Got same problem in the other one as well. Thanks a lot for this fix.

  • @russellspearing7523
    @russellspearing7523 5 ปีที่แล้ว +8

    Excellent video, thanks. For all those asking I can confirm that this does work with the Pro Micro. Just make sure you select 'Arduino/Genuino Micro' as the board in the Arduino IDE software and not 'Arduino Leonardo' otherwise it won't upload. Using the Arduino Sketch as is I had a problem whereby 3rd & 5th gears both activated the 5th buttom and 4th & 6th gears both activated the 6th button. I had to modify the sketch slightly to get all the buttons working properly. I changed the value in the line '#define HS_XAXIS_56' from 500 to 600 and now all the bottons work correctly.

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

      Thanks!

    • @Josechu-mo3sq
      @Josechu-mo3sq ปีที่แล้ว

      Thanks

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

      Hello, do you need the red 5V power wires connected to the pro micro? I can's see a spot for them. And with the sketch uploaded when I test it's not recognised.

    • @wormytreg
      @wormytreg 11 หลายเดือนก่อน +1

      Nevermind I wired it to the vcc spot and it works

  • @RamjetX
    @RamjetX 6 ปีที่แล้ว +108

    Good to see logitech went all out on the development of G29 shifter... literally took the PISO shift registers out and left it as a X/Y dual axis joystick... talk about milking a design

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

      It's also $60 bud.

    • @Juppie902
      @Juppie902 4 ปีที่แล้ว

      what logitech shifter has PISO registers?

    • @RamjetX
      @RamjetX 4 ปีที่แล้ว

      @@Juppie902 G25 and G27

    • @gstrdms
      @gstrdms 3 ปีที่แล้ว

      @@RamjetX ngl G25 shifter was nice. I miss the Sequential switch and the nicer feel to it.

  • @focke_wulf4133
    @focke_wulf4133 6 ปีที่แล้ว +188

    DIY seat rumble please!!!!

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

      that would be cool

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

      Yes ģreat idea

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

      That is awesomee

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

      This should be the best video ever

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

      I have a setup with seat rumble! I hooked aura Bass shakers up to my chair, those go to an amp(cheap amp), and then get input from my PC. The software is a bit complex but basically you use voicemeter to output into the Bass shakers, edit that output (voicemeter out) with equalizer apo to be low passed, and then have your headphones/normal speakers listen to voicemeter from the recording devices menu.

  • @madatyoutoob
    @madatyoutoob 6 ปีที่แล้ว +7

    This guy is a freaking genius! 👍

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

    @KuMech I had a delay when speed shifting from 2nd to 3rd that was not there when I first got my shifter and found this comment and tried your advice, after much frustration trying everything else I could think of... If I shift slammed back quickly on accelerator after shifting it showed to be in neutral and I was getting ran over often on restarts. Changing the value as you stated to 600 fixed the problem, I am forever grateful for you taking the time to post.

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

    Man, you saved my money! Thank you very much! G29 works well with t300, as it should be. Little tip: when you downloaded sketch, you should remove all info in the default tab, then verify and load. Spent about an hour to solve that error.

    • @ddavid5255
      @ddavid5255 5 ปีที่แล้ว

      Does it work now?

    • @mrsandmob7080
      @mrsandmob7080 5 ปีที่แล้ว

      @@ddavid5255 it still works as it should all the time

  • @tyson4373
    @tyson4373 5 ปีที่แล้ว +17

    hello amstudio, can you make DIY for for logitech g27 shifter to work as standalone unit via USB and to have all working buttons. Thanks

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

      This would be great!

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

      Yes! This would be very helpful especially for those who don't want to upgrade yet. hehehe

    • @Patty-qy8qh
      @Patty-qy8qh 4 ปีที่แล้ว +3

      That would be cool! I started with a G25, changed it for a G27 and now Fanatec stuff. But the G27 shifter would still be a nice addition for all the manual H pattern cars.
      Any chance here?

  • @SnappyDrift
    @SnappyDrift 6 ปีที่แล้ว +32

    Can you do another handbrake tutorial but with a commentary?

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

    Sir, you are my hero. Ordered the right Arduino for this. I've not been able to use my shifter for over a year as it's out of calibration. I tried all sorts of electronic solutions which only work for a time. I can't program and this is what I've been looking for!

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

    Does it work with forza horizon 4 and thrustmaster t150 on pc?

    • @__--red--__
      @__--red--__ 3 ปีที่แล้ว

      It's independent so it doesn't matter what wheel you're using

    • @bilgennyk9079
      @bilgennyk9079 3 ปีที่แล้ว

      Are u try? How can i use this shifter on fh4

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

      @@bilgennyk9079 U PLUG IT IN . AND BIND IT TO THE GEARS LOL LIKE ANY OTHER SHIFTER

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

    So buying a db9 to USB adapter on Amazon won't work?

  • @Neoproxy_
    @Neoproxy_ 6 ปีที่แล้ว +47

    Those solders are just so clean.
    P.S: A diy clutch pedal would be very nice !

    • @Fatcode1
      @Fatcode1 6 ปีที่แล้ว +3

      Yes that would be nice because i have a dfgt

    • @Neoproxy_
      @Neoproxy_ 6 ปีที่แล้ว

      @@Fatcode1 me too

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

      at a few months ago i did a clutch peda with a paper puncher and a potetiometer

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

      @@henriques036 hahaha awesome definetly will try it

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

      I just took an old pedal from a cheap steering wheel, wired the Potentiometer to the arduino, took his software.. And boom working standalone clutch

  • @MixcrafterHD
    @MixcrafterHD 6 ปีที่แล้ว +16

    Does it also work for the g27 Shifter
    Including the extra buttons on it ?

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

      I also wanted to know.

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

      >could< work for gears 1-6 and reverse gear. but the extra buttons you are definitely going to have to either find a wiring diagram or individually find what each wire does then solder accordingly. big emphasis on could

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

      In github there's a project with that, instead of Arduino uses a teensy... For the button uses a shift register

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

    Could we have both the pedal and shifter mods in one arduino board? Thanks

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

    I needed a shifter for American truck simulator and I built one like this and it works great! I just extended the shifter with a PVC pipe 150mm long and 40mm in diameter and put two switches for the range and splitter button that a truck shifter needs to have in order to shift 10, 13 and 18 speed Eaton Fuller gearboxes. But I didn't want to hassle with connecting the switches to Arduino so those switches use a gamepad board to work as a separate USB device.
    I only tweaked the HS_XAXIS_56 in the Arduino sketch, it was 500 and I've put 600 and it's because the 3rd and 5th gear were recognized as a same button, same for 4th and 6th gear.

    • @DarthRosenStam
      @DarthRosenStam 5 ปีที่แล้ว

      At least 2 additional buttons (or axes) can be connected to this shifter via a standard wire to the same Db9 Socket through pin 1 (purple wire inside the shifter) and pin 5 (white). To don't use a separate USB device. Adding 2 buttons is very easy in arduino sketch.

  • @AndySun72
    @AndySun72 3 ปีที่แล้ว +8

    Found this very helpful. How did you figure out the functionalities for each pin?
    Did you reverse engineer? Or was there a spec sheet?

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

      Actually he made a clear instruction build based on what Armando Iglesias done. says so in the credits.

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

    Saad thing i buyed today the rs232 cable its connected to shifter but the shifter wont work i tryed everything do i need a special cable to get work the shifter?

  • @archieanderson9404
    @archieanderson9404 5 ปีที่แล้ว +7

    Will this work with ps4

  • @apple1728
    @apple1728 4 หลายเดือนก่อน +1

    will it work with esp32?

  • @bwm9637
    @bwm9637 6 ปีที่แล้ว +5

    Oh Man, Can You do a T300 steering wheel conversion to usb? I want to use this wheel to OSW trough usb

  • @이현서-b8d2k
    @이현서-b8d2k 4 ปีที่แล้ว +2

    Buttons 3 and 4 are recognized as buttons 5 and 6. Help please..

  • @aliu927
    @aliu927 6 ปีที่แล้ว +3

    @amstudio, I followed this very closely, but for some reason it register gear 3 as gear 5. WHen i put it in gear 3 and move it more to the left it then register as gear 3, I went out and bought 2 shifters and this point im not sure what to suspect.

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

      Open the sketch and adjust the value of the constant HS_XAXIS_56, try with 450, verify and upload to the Arduino

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

      @@arenigac Funny you mentioned that, I was JUST playing with it and it seems 550 on HS_XAXIS_56 actually works

    • @emilianomuller1487
      @emilianomuller1487 6 ปีที่แล้ว

      @@arenigac Please can you help me? i have the same problem, what program do you use? and how changes it?? Please help me!! Srry for my stupid english

    • @arenigac
      @arenigac 6 ปีที่แล้ว

      @@emilianomuller1487 download the sketch from the github page and modify the value of the constant HS_XAXIS_56 , try with 550 or 600... Doing this it'll work

    • @TheRazinGamer
      @TheRazinGamer 5 ปีที่แล้ว

      @@arenigac Thank you so much. 600 works for me

  • @kylestrycharz2426
    @kylestrycharz2426 7 วันที่ผ่านมา

    Do you have wiring diagrams for the buttons on the G27

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

    Thank you very much for this video !! I've been waiting for this! 👍👍👍👍

  • @gavinguy148
    @gavinguy148 6 ปีที่แล้ว

    If your not using the table mount do you think you could mount 2 buttons in the holes where the screw adjusters are, perhaps engine start and maybe a VR centre reset.

  • @DCtropical
    @DCtropical 6 ปีที่แล้ว +7

    Awesome! Can you try and make analog paddle clutch as well please

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

      Dual paddle clutch like F1 cars use please! with the additional potentiometer for bite point adjustment.

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

      @@jcota2003 exactly... I really need the best race line start I can get

  • @phrg8332
    @phrg8332 3 ปีที่แล้ว

    havent received my socket yet but i tested it with just the wires plugged into the socket and it works great! thanks!

  • @seandejong5399
    @seandejong5399 6 ปีที่แล้ว +5

    Can you do a diy foldable (for storage) sim rig?

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

    New versions of this shifter seem to use 3.3v instead of 5v. I haven't tried 5v on mine since it said 3.3v on the back, still works fine.

    • @marlond8347
      @marlond8347 4 ปีที่แล้ว

      so yours says 3.3v and it still works as shown in the video?

    • @dawidkonefa6818
      @dawidkonefa6818 4 ปีที่แล้ว

      Akuba, you're right. Brand new shifter and 3,3V. Now Im afraid to use this mod :/

    • @Akuba
      @Akuba 4 ปีที่แล้ว

      @@dawidkonefa6818 You can do this without any problem, you just need to make sure to use 3.3v and not 5v on the arduino

    • @dawidkonefa6818
      @dawidkonefa6818 4 ปีที่แล้ว

      @@Akuba I also noticed that shifter uses 3,3V and 100mA of current. Max output of 3,3V port is 50mA. Anyway, I'll try :D

    • @Akuba
      @Akuba 4 ปีที่แล้ว

      @@dawidkonefa6818 had no issues so far with it, I actually checked and noticed I also use the 5v on the Arduino, not the 3.3v. But hey, try out the 3.3v first just to be sure :).

  • @GroundZ3R0Gamer
    @GroundZ3R0Gamer 6 ปีที่แล้ว +8

    Is there anyway to directly hook it up to a Thrustmaster t150?

    • @skyfator
      @skyfator 3 ปีที่แล้ว

      bruh

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

    great diy but I'm stuck with the thresholds, I've tried everyone's suggestions but it won't stop flickering other gears but every forward position indicates 5 and down is 2, not sure how to fix it.

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

    For some reason I had to change the setting in the Arduino shifter code setting at #define HS_XAXIS_56 to 600 because the setting of 500 was combining 3&4 gear with 5&6 gear for me for some reason.

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

      thanks man !!!!!

    • @peacekeeper4528
      @peacekeeper4528 4 ปีที่แล้ว

      @@mbins123 your welcome

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

      U my Hero bro ! ... Thanks for sharing this info !

  • @sanderpaniago
    @sanderpaniago 5 หลายเดือนก่อน +1

    Thank you very much for the video, it helped a lot, I don't have much experience with Arduinos but I managed to make the project work on the Raspberry Pico with a similar lib following the tips in the video

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

    I had to swich A0 and A2 and increase the variable HS_XAXIS_56 to 600 to get it to work properly. But maybe thats because i couldnt use the suggestet library and hat to use the Joystick library from Giuseppe Martini. Maybe that helpes someone.

    • @okmijn125671
      @okmijn125671 5 ปีที่แล้ว

      can i have your arduino code?

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

    Could you use one adapter for both the pedals & shifter? Or do they require one adapter each?

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

    Spectacular work. Congratulations ! Does this work on PS3 or just PC?

    • @Ghost_-bp7ej
      @Ghost_-bp7ej 3 ปีที่แล้ว

      i don't know but i need this information for my xbox

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

    can you make a tutorial about the G25 shifter (No clicking)?

  • @michelevitarelli
    @michelevitarelli 6 ปีที่แล้ว +3

    Amazing! Thanks for sharing.

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

    Do the sequential switch in the g25 shifter works with it?

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

    its a good idea but wires will comeout of arduino i recommend using jumper wires instead fora better arduino connection

    • @robertboyd321
      @robertboyd321 3 ปีที่แล้ว

      Dab a couple of dots of hot melt glue on the arduino connections. Mine had the same problem until I did this

  • @Ghost_-bp7ej
    @Ghost_-bp7ej 3 ปีที่แล้ว +1

    can i use this for xbox with thrustmaster tmx? plis i need

  • @liampink8704
    @liampink8704 6 ปีที่แล้ว +6

    I needed this thanks so much.
    Could you maybe do a video on designing in fusion next?

    • @ddavid5255
      @ddavid5255 5 ปีที่แล้ว

      Did u try making it?

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

    I’d love to see someone create a shifter with actual “ feedback “ so you can feel when a shift isn’t smooth. I play American truck sim and would love it if the shifter vibrated or “ buzzed” telling me i missed the shift.

  • @marinhocafeina
    @marinhocafeina 6 ปีที่แล้ว +5

    I recently found out about your work and I was completely amazed how you could mod so many things. I have a Logitech G29 as well as the shifter, but I've previously been using a Fanatec CSR wheel and peds. I was hoping to use at least my sequencial shifter from the Fanatec, which has a PS/2 connector. Should I proceed the same way? Make it work with the PS/2 or exchange it to the DB9? Thanks a lot

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

    It's also worth pointing out thanks to RamjetX that if you're doing this on a G25 then Pin 7 needs to be switched to Pin 1

    • @EdusTheGreat
      @EdusTheGreat 3 ปีที่แล้ว

      And what about buttons on g27 shifter? Will they work then?
      I'm looking for proper g27 shifter AND leonardo build

    • @jezarmstrong7891
      @jezarmstrong7891 3 ปีที่แล้ว

      @@EdusTheGreat no idea I never owned a G27 only a G25

  • @ReoSFilmworX
    @ReoSFilmworX 6 ปีที่แล้ว +6

    50€ Shifter coming my way :D Thanks man.

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

    Dude, this is awesome and just what I needed.

  • @puchudada9302
    @puchudada9302 6 ปีที่แล้ว +3

    what if i have a arduino micro pro leonardo? i need help with it please! thank you in advance! :D

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

      Literally same concept. Just need to look at the diagram of the board for the pin layout. My micros came with a diagram and pin layout with them. Code will work just fine. Just make sure you move the Joystick folder out of the master and put that into the library folder. (Had issues uploading code to the board.)
      Also I know this comment is 3 months old but if I can share my knowledge and help someone else then I will

    • @Sn0wyyyx3
      @Sn0wyyyx3 5 ปีที่แล้ว

      @@spazmaticaa7989 May I ask if the same result can be achieved with, for example, a arduino nano? Or it has to be a leonardo?
      Thanks!

    • @yodvav
      @yodvav 4 ปีที่แล้ว

      @@spazmaticaa7989 You've just helped me, thanks!

    • @spazmaticaa7989
      @spazmaticaa7989 4 ปีที่แล้ว

      @@yodvav no problem.

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

      @@Sn0wyyyx3 as for your question, it has to be based off the chip that the leonardo uses. So the Leonardo, DUE, and pro micro will work. This is because these boards are designed to actually interact with the computer like any other peripheral, such as a keyboard and mouse.

  • @just..someone
    @just..someone 4 ปีที่แล้ว +1

    Is there a specific reason for using a uno leonardo ? I still have a nano laying around, and my G25 shifter ain't working properly so I'm thinking about using that as a handbrake and getting one of these in via usb...

  • @katozord
    @katozord 5 ปีที่แล้ว +6

    Holy crap it's driving me crazy. Great tutorial! I prepared my Arduino adapter before I bought a Logitech Shifter. Everything is fine and dandy, however the shifter recognises 3rd gear and 5th gear as button 5 aswell as gears 4 and 6 as button 6. It properly recognises 1st as button 1, 2nd as button 2 and reverse as button 8. Can anyone please help me out?
    EDIT: SOLVED. Try changing " #define HS_XAXIS_56 500 " in the Arduino sketch to " #define HS_XAXIS_56 550" or even higher, it only worked for me at 575 and higher (though I do not know what the effects of using values higher than 600 could be).

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

      THANKSS!! I PUT 600 AND I SOLVE MYHEADACHE

    • @emilianomuller1487
      @emilianomuller1487 5 ปีที่แล้ว

      @@carlosabellan338 srry if the question is stupid but the wires can be normal wires or they are specials?

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

      @katozord i love u dude!!!!!! You safed my life. Thanks so so so much

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

      😁😁 thank you!!!

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

      @@DvD811 so much thx you!!!!

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

    Can you use the same Arduino for both shifter and pedals?

  • @marcosabella5002
    @marcosabella5002 6 ปีที่แล้ว +3

    Awsome dude, keep doing this!!! 🤙🏻
    PD: can you make an adapter for the pedals pls?

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

    Can you help me what should i do for the g27 shifter, i want to activate the buttons too

  • @aivarasaugulis8053
    @aivarasaugulis8053 6 ปีที่แล้ว +5

    Would be great if you make video for g25/27 to usb

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

      Same process

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

    Can you do this shifter with aircylinder, linearmotor or something else that push out gear if missing? It’s unreal when you missed a gear but the shiftlever is still in position.

  • @123Szuger
    @123Szuger 5 ปีที่แล้ว +4

    Will it work with arduino uno ?

    • @spazmaticaa7989
      @spazmaticaa7989 5 ปีที่แล้ว

      Don't think so because you need some sort of joystick support which I don't think the UNO is capable of. (Just not powerful enough I think)

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

    Does this work for dirt 2.0 ?

  • @nightfallbob
    @nightfallbob 6 ปีที่แล้ว +3

    Absolutely brilliant, thank yo so much....

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

    I'm having an issue where everytime I put the shifter in neutral it reads it as first gear. Any idea how to fix it?

  • @igorkovaliov7653
    @igorkovaliov7653 6 ปีที่แล้ว +8

    Please make USB Logitech Pedals Adapter! I would really appreciate!

    • @jozsefszabo89
      @jozsefszabo89 5 ปีที่แล้ว

      I made an USB adapter for Logitech Pedals it is very good and useful stuff!

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

    This would work the same with a Pro Micro board too, correct?

  • @Alex_1652
    @Alex_1652 6 ปีที่แล้ว +46

    Once when I was in high school, I asked my teacher WTF do i have to learn Electronics for, she couldn't answer...
    Well there you go...👍🏻

    • @Alex_1652
      @Alex_1652 6 ปีที่แล้ว

      Btw do you ship your stuff internationally?

    • @dozy3518
      @dozy3518 5 ปีที่แล้ว

      Is an interesting career

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

      You were forced to learn electronics in High School? It was an elective for me. Not sure why you couldn't figure out that we rely on electronics everyday and being able to repair or redesign/develop new technology was important?
      Then again, being a high schooler we're not that inteligent to begin with

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

      Y'all actually had the choice? Lol damn ungrateful lucky kids

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

      I wish my high school taught electronics...

  • @Rcck.7282
    @Rcck.7282 5 ปีที่แล้ว +1

    can i use arduino uno r3 instead of leonardo

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

    Hey i just wanna say that you make greate videos.
    Could you pls make a Arduino Pro Micro Button box with 2 Encoders and Max amount of buttons. (More than 32 Functions?)

    • @pirozcontractor6006
      @pirozcontractor6006 6 ปีที่แล้ว

      I think he's already done that

    • @steakanemon29
      @steakanemon29 6 ปีที่แล้ว

      @@pirozcontractor6006 Really? Could you send me a link of the video?

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

    can you please show how to do this with g27 / g29 pedals!!!

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

    Bro u find a way to make a handbrake work on console and I'll donate

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

      I've seen people buy a hydro handbrake and put a button on it and then wire it to to a button on the wheel

    • @yosyp5905
      @yosyp5905 6 ปีที่แล้ว +3

      @@kyllerscott2408 easier to get a computer

    • @kapys1722
      @kapys1722 6 ปีที่แล้ว

      @@kyllerscott2408 Button sucks because it is 0-1

    • @mustafasaqib1688
      @mustafasaqib1688 6 ปีที่แล้ว

      But you can't get a proper analogue handbrake

    • @user-eh1gv9mm8o
      @user-eh1gv9mm8o 6 ปีที่แล้ว

      Dirt rally supports handbrake on console!

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

    Would this work on the Logitech Driving force EX !!!!!!!!!!!!! Please and is there a Diy to make the Ex wheel Rotate over 180 degree

  • @markakhter3743
    @markakhter3743 6 ปีที่แล้ว +6

    WELL GREAT, I TRIED THIS ONCE BUT I COULDN'T TROUBLESHOOT MY ISSUE . and then i returned the shifter
    and then this video came out. my life sucks

  • @jeffreyserif1476
    @jeffreyserif1476 3 ปีที่แล้ว

    Can I connect another couple pots with normal scripting for joystick or will I have to find out the values the code in the video provided to make it work?

  • @ismaileminov9966
    @ismaileminov9966 6 ปีที่แล้ว +3

    3d print vabis truck steering make

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

    Hello,
    I have a question ! At my gearbox the third and the fourth gear work as fifth and sixth gear. Where is the problem?? :/

    • @TheRazinGamer
      @TheRazinGamer 5 ปีที่แล้ว

      Same problem!!

    • @mrsandmob7080
      @mrsandmob7080 5 ปีที่แล้ว

      Solution: try to change 12 to 435 and 56 to 535 then load again. Should help.

    • @Andrew_GR51
      @Andrew_GR51 5 ปีที่แล้ว

      @@mrsandmob7080 I was having the same problem and thanks to this I fixed it. Now I have another problem. 6th gear and reverse are on the same button. Any way to solve? Using a G27 shifter

    • @mrsandmob7080
      @mrsandmob7080 5 ปีที่แล้ว

      @@Andrew_GR51 hard to say, man. I only fixed these. Btw, I use g29 shifter. Try to lower 6th and increase reverse a little bit.

    • @maurofogaca1
      @maurofogaca1 4 ปีที่แล้ว

      @@Andrew_GR51 I have the same problem with my reverse gear. Did u fix urs?

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

    DIY cheap and easy handbrake please

    • @44ro.n
      @44ro.n 6 ปีที่แล้ว +1

      hes already done it

    • @catalinpce9928
      @catalinpce9928 6 ปีที่แล้ว

      A Kendo that is bot really easy :)))

  • @slickyy_
    @slickyy_ 8 หลายเดือนก่อน

    can we combine this with pedal so its use only one board??

  • @AdamElHassan.Dev21
    @AdamElHassan.Dev21 4 ปีที่แล้ว

    I just did this but 3rd and 4th gear need to be caliberated since if they're not pushed to the left they are 5th and 6th respectively

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

    Very nice video, as usual. Thank you for the effort!

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

    Is there a way to make the fanatec clubsport shifter like this?

  • @-d3jw-790
    @-d3jw-790 5 ปีที่แล้ว

    So clear teoreticaly.....will it work with thrustmaster?

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

    Hi! Have you made a video for this but for the foot pedals? And is it possible to use the same circuit board for both? Also, have you ever done any troubleshooting videos for the G29? Mine won't power on correctly, and I'm running out of ideas.

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

    can you make a diy simulator cockpit

  • @rocasspb
    @rocasspb 4 ปีที่แล้ว

    Thanks a lot! It seems that there is about enough terminals to do the pedals and the shifter within a single adapter. Does it seem manageable?

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

    Wait does the shifter ahve a vga port can we connect directly to pc wih vga

  • @TurncoatTony
    @TurncoatTony 6 ปีที่แล้ว

    Couldn't you use a micro for this since it has the same 34u2 chip? Seems like it would be easier to make housing for it over the large Leonardo

  • @hypermaniksk534
    @hypermaniksk534 4 ปีที่แล้ว

    Can i use a basic usb adapter for this? or do i need to make/buy something like this

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

    is it possible to make it work with any console like PS4 or Xone?

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

    I have the shifter dismantled hahaha, could you make a button panel with the male connector and use the gear buttons?

  • @RedPixels_
    @RedPixels_ 3 ปีที่แล้ว

    Could you do a tutorial for the G25 shifter?

  • @me-ga77
    @me-ga77 5 ปีที่แล้ว +2

    Really very nice... thanks for great video....we need clutch with this or we can use it without?

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

    Good stuff! You happened to say reverse is a button, and I noticed that it engages when simply pushed down. Can that work as a trigger for a handbrake if tapped into?? As not to tear into my G29 wheel, and also have a short run of wire to the handbrake next to shifter?

    • @phrg8332
      @phrg8332 3 ปีที่แล้ว

      just use a usb for your handbrake 💀

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

    Hi. Anyone can help ? When i put to reverse . Its keep switching to gear 6 and Reverse over and over.
    So the car keep forwrd and back..
    On windows gear 6 and reverse light both blinking..

  • @TheNerfboy23
    @TheNerfboy23 3 ปีที่แล้ว

    Is there a way where you can use the small pro micro instead?

  • @williamking0721
    @williamking0721 26 วันที่ผ่านมา

    Will this work with a Uno instead of a Leonardo?

  • @BlitzboyGaming
    @BlitzboyGaming 4 ปีที่แล้ว

    Logitech is known for making gaming input devices accessible in affordable price, compared to other brands in the market. Their force feedback steering wheels, pedals and gear shifters work just about any racing simulators you can find on consoles and PCs. It's price positioning is good for entry level sim racers and delivering the same amount of fun and race simulation experience, and until the player wished to upgrade or some never want to upgrade at all because of Logitech has find the best balance between build quality and price for all players.

    • @Ghost_-bp7ej
      @Ghost_-bp7ej 3 ปีที่แล้ว

      Can i use this video for xbox and thrustmaster wheel?

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

    Couldn't you use the VGA to USB adapter option or am I missing something?

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

      It is a custom db9 connection

    • @Juppie902
      @Juppie902 4 ปีที่แล้ว

      @@arenigac I got a cheap db9 to usb from aliexp to try, it has prolific chip on it. idk how to communicate with it though.

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

      @@Juppie902 it won't work, you need a db9 connector and make the join according to this video... the db9 that you own converts serial data to usb protocol, the db9 of the shifter send analog data on the axis pins, those must be read with and arduino or a usb microcontroller that can be used as a hid

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

    Hey do you have an idea how to convet db9 to ps/2 by cutting the wire?

  • @wollensokje1112
    @wollensokje1112 6 ปีที่แล้ว

    @amstudio May i ask why you did not use an arduino micro? Since those are a lot smaller and easier to hide :)