This project uses a Arduino Leonardo, Pro Micro or Teensy to replace the controller board of the Fanatec ClubSport Pedals V1/V2.
See the Circuit diagram for the wiring layout.
- Install Arduino IDE
- Install the Joystick Library by downloading the code as zip and in the Arduino IDE click on Sketch -> Include Library -> Add .ZIP Library.
- Install the HX711 Library by installing HX711_ADC from the Tools -> Manage Libraries in the Arduino IDE.
In addition to this you would need:
- Arduino Leonardo or Pro Micro 5V 16mhz.
- A small breadboard to place it on if you don't want to solder the cables onto the board directly
- Connectors if you want to be able to connect the load cells and HE sensors via a connector block
- A HX711 chip for the load cell brake, the load cell, and two 1k ohm resistors.
- I re-used the Fanatec Hall Effect sensors as mine were still in good working order. If you do want to use another sensor, ensure it is a linear sensor with Analog output that can sense the distance of the magnet/and field variation. Do not use arduino ones as they one sense on/off and not field variation.
Connect the items as per the diagram, write the code to the Arduino, plug into the USB, calibrate via driver calibration screen, and you are ready to race.
- The fixed position of the stock magnet may make it difficult to determine where to place the replacement Hall Effect sensor. Another magnet will confirm the HE sensor is working as expected. Depending on the sensor used it may help to rotate it 90 degrees.
- When determining the location of the HE sensor it helps to use reusable adhesive (e.g. Blu-Tack:registered:) to temporarily affix it. Depending on sensor packaging it should be electrically isolated to avoid contact with the metal pedal. This could be done with cardboard or some other material.
- Alternate magnet and HE sensor locations can be considered. For example: a magnet moved to the bottom of the pedal and HE sensor affixed to the frame. This would be similar to how the Thrustmaster T-LCM pedals work. Another approach would be to place magnet and HE sensor so they are inline at either end of the compression spring.
