Skip to content

Implementing interface between a G29 Shifter and Arduino so it can be used standalone without a logitech wheel

Notifications You must be signed in to change notification settings

armandoiglesias/g29Shifter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Arduino G29 Shifter

The shifter Internally uses 2 potentiometer and a button for the reverse gear

Requeriments

  • Logitech G29 Shifter
  • Arduino Leonardo or ProMicro
  • Wire ( i used a lan Cable)
  • DB9 male connector

Shifter Pinout

The logitech uses a female shifter, let's see the pinout

1 2 3 4 5
. . . . .
 . . . .
 6 7 8 9

Pin 2 -> X Axis
Pin 7 -> Y Axis
Pin 4 -> Reverse Button
Pin 3,8 -> Vcc
Pin 9 -> Ground

Arduino Pinout

After soldering the wires to the male DB9 make the connections to match according to this

        DB9
A0 -> Pin 2
A2 -> Pin 7
D2 -> Pin 4
Vcc -> Pin 3,8
GND -> Pin 9

Contributors

based on this project https://github.com/functionreturnfunction/G27_Pedals_and_Shifter/

About

Implementing interface between a G29 Shifter and Arduino so it can be used standalone without a logitech wheel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages