Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Linux testing tip added
  • Loading branch information
AlanChatham authored Dec 21, 2023
1 parent 5f1fd61 commit 7295b46
Showing 1 changed file with 23 additions and 21 deletions.
44 changes: 23 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 : [email protected]
Mustafa Cem Avci, 17/06/2020
LONG LIVE OPEN SOURCE!

YouTube: https://www.youtube.com/watch?v=Rq2QivBzshs


UnoJoy
======

Expand Down Expand Up @@ -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
Expand All @@ -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 : [email protected]
Mustafa Cem Avci, 17/06/2020
LONG LIVE OPEN SOURCE!

YouTube: https://www.youtube.com/watch?v=Rq2QivBzshs


0 comments on commit 7295b46

Please sign in to comment.