vsulako / AFFBWheel

Arduino based racing wheel controller with force feedback
MIT License
98 stars 19 forks source link

use with steering pot #56

Open mckelektronik opened 8 months ago

mckelektronik commented 8 months ago

hi, I really like the library.congratulations on being stable. do you think it is possible to replace the steering wheel with a potensiometers instead of an encoder?

vsulako commented 8 months ago

I think it is possible, but I did not implement it yet. I would not recommend it though. Potentiometers are very noisy and degrade over time, they have mechanical limits, so one should find way to prevent wheel going further pot's limits, also arduino's ADC has too low precision for steering axis.