From 7295b46b21f4a7586377912bdc6bf42112a269b3 Mon Sep 17 00:00:00 2001 From: Alan Chatham Date: Thu, 21 Dec 2023 15:56:57 -0800 Subject: [PATCH] Update README.md Linux testing tip added --- README.md | 44 +++++++++++++++++++++++--------------------- 1 file changed, 23 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 534c267..a4e1280 100644 --- a/README.md +++ b/README.md @@ -1,23 +1,3 @@ -*** -Latest Update -==== - With this update you can now make your own steering wheel and pedal set for the racing game - you always wanted to play with controller! - - You need an MPU6050 IMU sensor for this project, simply connect SDA and SCL pins to A4 and A5 respectively, - VCC -> 5V GND->GND - - or you can use the SDA SCL pins on Arduino close to the GND pin if you need more analog inputs. - You can find the program for the gaming 900 degree wheel set on the UnoJoySteeringWheel folder. - Upload the program and follow the instructions! - - Feel free to contact me for any problems on the program : cem.avci@gazi.edu.tr - Mustafa Cem Avci, 17/06/2020 - LONG LIVE OPEN SOURCE! - - YouTube: https://www.youtube.com/watch?v=Rq2QivBzshs - - UnoJoy ====== @@ -165,7 +145,9 @@ Getting Started In Arduino mode, you should see a device named Arduino Uno etc. In DFU mode, you should see a device named Atmel corp. etc. In UnoJoy mode, you should see a device named Cygnal Integrated Products etc. - + **Update** + As of 2021, there has been success using the [jstest-gtk](https://manpages.ubuntu.com/manpages/bionic/man1/jstest-gtk.1.html) + tool to test the joystick once it has been turned into a joystick Using the Deployment Collators @@ -176,3 +158,23 @@ Using the Deployment Collators then add it to your system or user path (search for Environment Variables, then edit the Path variable and add the 7zip folder). Then you should just be able to use Windows Deployment Collator.bat. + +Steering Wheel Update, courtesy of Mustavfa Cem Avci +==== + With this update you can now make your own steering wheel and pedal set for the racing game + you always wanted to play with controller! + + You need an MPU6050 IMU sensor for this project, simply connect SDA and SCL pins to A4 and A5 respectively, + VCC -> 5V GND->GND + + or you can use the SDA SCL pins on Arduino close to the GND pin if you need more analog inputs. + You can find the program for the gaming 900 degree wheel set on the UnoJoySteeringWheel folder. + Upload the program and follow the instructions! + + Feel free to contact me for any problems on the program : cem.avci@gazi.edu.tr + Mustafa Cem Avci, 17/06/2020 + LONG LIVE OPEN SOURCE! + + YouTube: https://www.youtube.com/watch?v=Rq2QivBzshs + +