Motorcycle Game controller resolution

BVS

New member
Hi all!

I'm working on my fifth generation (or something) motorcycle game controller. I have in the past used Arduinos and STM's and such, but this is the first time using a Teensy 3.5.

IMG_0534.jpg

I am going to hook it up to a Simplex Motion integrated servo motor using analog inputs and outputs, sending position from the Teensy 3.5 and receiving torque readings from the motor.
The torque reading will go through an algorithm and be sent to the computer as an analog joystick axis.
The only real issue I have right now is the low resolution of the joystick output, 0-1023.
I have done some searching on the forums, but mostly come across info on how to increase the number of analog axes. Not so much raise the resolution.

Does anyone have experience in the resolution of the joystick?
Help would be greatly appreciated. :D

Cheers!
/Chris
 
8 bits would probably be ‘enough’ too.
I see no reason to limit the output when the input is 12 bit.
 
Back
Top