G27_Pedals_and_Shifter/README.md

63 lines
3.7 KiB
Markdown
Raw Normal View History

2016-03-06 19:15:22 +00:00
# G27 Pedals and Shifter
2016-03-06 19:45:02 +00:00
Arduino-based USB interface for Logitech G27 pedals and shifter:
2020-06-15 14:19:06 +00:00
![on breadboard](Breadboard.jpg)
![in altoids tin](Altoids Tin.jpg)
2016-03-06 19:45:02 +00:00
2016-03-06 19:29:22 +00:00
## Required Parts/Materials
* [SparkFun Pro Micro](https://www.sparkfun.com/products/12640) or clone (must be a 5V/16MHz ATmega32U4 with onboard USB)
* [DB9 Connectors](http://www.amazon.com/Female-Male-Solder-Adapter-Connectors/dp/B008MU0OR4/ref=sr_1_1?ie=UTF8&qid=1457291922&sr=8-1&keywords=db9+connectors) 1 male, 1 female
* Hookup wire in assorted colors (I used red, black, blue, green, purple, yellow, orange, and white)
* Some kind of project box (I used an Altoids tin)
2016-03-08 01:02:10 +00:00
2016-03-06 19:29:22 +00:00
## Assembly
Connect the female DB9 connector for the pedals to the board using the pins in the table in the .ino file. Do the same with the male DB9 for the shifter.
NOTE: when wiring the male connector for the shifter, remember that the pins will read right to left rather than left to right.
2016-03-06 19:54:11 +00:00
## Firmware
2016-03-06 19:29:22 +00:00
2020-06-15 13:39:26 +00:00
Open the .ino file in the Arduino IDE, select the proper board type and COM port under "Tools" (you will need to install the [SparkFun board library](https://github.com/sparkfun/Arduino_Boards)).
2016-03-06 19:54:11 +00:00
## Calibration and Configration
2020-06-15 13:39:26 +00:00
After the firmware has been uploaded to the arduino, you want to calibrate and configure the SW for your specific device. There is a python-based graphical user interface available in this project.
2016-03-06 19:54:11 +00:00
2020-06-15 13:39:26 +00:00
### GUI installation
2020-06-15 14:19:06 +00:00
This description assumes a windows operating system. Other operating systems are similar. You need python3 for running this GUI, I suggest to get the interpreter at http://winpython.github.io/. I'd choose the minimal python 3.7 64 bit version, but other versions or distributions should also work. When you have a python interpreter in place, I suggest to create a virtual environment using the shell commands:
2020-06-15 13:39:26 +00:00
cd <a path of your choice>
python -m venv g27calib
2020-06-15 14:19:06 +00:00
This command creates a virtual python environment in the directory g27calib. Afterwards you can install the GUI with
2020-06-15 13:39:26 +00:00
2020-06-15 14:19:06 +00:00
.\g27calib\Scripts\pip install git+https://github.com/n-e-y-s/G27_Pedals_and_Shifter@n-e-y-s_devel#egg=G27_Pedals_and_Shifter_GUI
2020-06-15 13:39:26 +00:00
2020-06-15 14:19:06 +00:00
Of course you can also specify a local path alternatively to the git path above. Pip downloads some packages from the internet and finally you should be able to start
2020-06-15 13:39:26 +00:00
g27calib/Scripts/g27calib
and the gui should open.
### Calibration process
2020-06-15 14:19:06 +00:00
At first you need to select the Arduino serial device. On linux platforms, it is also necessary to select the joystick device of the G27, otherwise the GUI might be very slow:
2020-06-15 14:26:14 +00:00
![device selector](screenshots/device_selector.png)
2020-06-15 14:19:06 +00:00
When everything is set correctly, press the Start button. You are presented with the calibration/configurtion GUI:
2020-06-15 14:26:14 +00:00
![gui screenshot](screenshots/gui_in_action.png)
2020-06-15 14:19:06 +00:00
On the upper right, you get some help text about what to do next. Using that everything shall be pretty self-explaining. The graphs in the lower part are for the pedals and the shifter respectively. You see the measurements over the last second depicted with the "+" marks.
The first step is to decide for a suitable filtering. Depending on the wear of your device, the measurements can be quite noisy and so it might be desirable to enable the median filtering in the options panel. When changing the values you will see the immediate effect on the measurements.
Afterwards you probably want at least to calibrate your shifter by selecting the calibration values for the shifter on the upper left panel. Optionally you can also pre-calibrate your pedals such that the values are stored on the Arduino. The default is to use auto-calibration for the pedals.
Note that there is the status line output with some profiling output on the left side and the final output values of the axis, buttons and gear value as delivered to the games.