Skip to content

phil-shenk/pedals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Pedals

using Arduino Uno R3 as throttle and brake pedals for racing games etc
arduino writes value of analog pin to serial and a python program reads it continuously, sending it to vJoy's simulated joystick controller

Requirements:
vJoy
python (i think it needs to be 32-bit to work with pyvjoy, I'm using 2.7)
pyserial
pyvjoy (pip install pyvjoy)

I also recommend a program like Pointy's Joystick Test to make sure it works

**YOU NEED TO COPY vJoyInterface.dll from the x86 folder of the vjoy installation directory INTO the pyvjoy package directory, probably Lib\site-packages\pyvjoy\utils\x86 )



About

using Arduino Uno as throttle and brake pedals for racing games

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors