-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
1 changed file
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
====== | ||
|
||
|
@@ -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 : [email protected] | ||
Mustafa Cem Avci, 17/06/2020 | ||
LONG LIVE OPEN SOURCE! | ||
|
||
YouTube: https://www.youtube.com/watch?v=Rq2QivBzshs | ||
|
||
|