ranenbg / Arduino-FFB-wheel

Stand-alone DirectInput USB device recognized in Windows as a joystick with force feedback functionality, based on BRWheel by Fernando Igor from 2017.
159 stars 20 forks source link

Reversed motor polarity #45

Closed duce1nik closed 9 months ago

duce1nik commented 9 months ago

I am having issue with x axis just spin in the direction after I turn the wheel and it don’t stop. For example, the steering wheel is center. If I turn it to the right the steering wheel would just spin in right direction and do not stop. I would center it again and turn left and it would turn in left direction and without stopping. I am would expect it to turn back to center at 0 degree if I turn it in either direction. Please help.

ranenbg commented 9 months ago

Hi, your motor is electricaly connected in reverse. Just swap wire polarity on it and it will be fine.

duce1nik commented 9 months ago

That fixed it. Thank you @ranenbg

ranenbg commented 9 months ago

You're welcome, take care.