Hi guys
Im new to arduino's and to be honest im not sure this can or can't do what im wanting. Im looking at making an adapter so I can use my Fanatec clubsport shifter on a logitech g29 wheel (long story but its how it is).
I know you can just buy a usb adapter and be done with it but these are for a special project and I want them to have console use aswell eg PS3 and PS4 etc
Ive found out all the info I need on how these shifters work
- Fanatec clubsport has a hall effect sensor with 2 micro switches. It sends back on a PS2 cable and one pin has these voltages depending on position of hall effect sensor
Reverse=2.92v
1/2=2.6-2.8v
3/4=1.4-1.5v
5/6=0.65-0.75
N= no micro switch (voltage doesnt matter)
The 2 seperate micro switches tell the up/down positon so when shifter is far left it outputs about 2.7v and for 1st gear it hits micro switch 1 and for 2nd gear it hits micro switch 2.
- Logitech shifter has 2 seperate pots for X axis and Y axis and has a switch for reverse. It sends back on a DB9 cable and then outputs these voltages depending on positon of each pot on a red and brown cores from cable
Gear Red Brown
1st 4v 1v
2nd 4v 5v
3rd 3v 1v
4th 3v 5v
5th 2v 1v
6th 2v 5v
N 3v 3v
Basically what I require is to know if I can have it send an input of 2.7v (from fanatec) to the ard and then it outputs 4v (which will go to logitech red core), when it gets an input of 1.5v (from fanatec) to ard and then it outputs 3v etc etc
I can then sort out the micro switches doing the brown core (properly not as hard)
Can this be done with an ard?
Thanks!