You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
first of all, thx very much for your work, that is just awesome!
I have one question about how to add additional buttons / encoders..
Do i need to change to another wheel than the Porsche RSR? or just modify the button matrix and bytes?
Because as far as i know, i can only use buttons that are originally supported by the wheel? it is like that with thrustmaster
Actually i build sth similar for my previous thrustmaster base and was reading the wheelstates with an arduino sketch by https://rr-m.org/blog/ to implement it into my sketch and simulate the right wheel..
my plan is to use:
3 encoders + push button
8 buttons
so in total i would need to have 19 buttons (wheel states)
any help on where to start?
@EtienneGameSeed As is saw you do not sell the teensy anymore, maybe you can help with some thoughts here without getting too much info away on your own project.
I think your assumption will turn out to be true - you should figure out which of the fanatec wheels supports all of your wanted 19 buttons (check out the fanatec universal hub as well), because it sounds feasible that any wheel will only support buttons that should physically be on it.
once you have your answer, it's very easy to change the wheel byte in the arduino code, as you probably have found out by now.
Start off with changing some button bytes and noting that the button states in fanatec's driver (or in a game / other joystic utility) is actually changing.
The rest should follow easily!
At first you don't even need a button matrix. There's a way to toggle bits on and off using the serial interface. look it up in the code and try flipping some bits that are used for buttons. they should toggle in the controller driver application
Any help / hints on that?
Hello @lshachar,
first of all, thx very much for your work, that is just awesome!
I have one question about how to add additional buttons / encoders..
Do i need to change to another wheel than the Porsche RSR? or just modify the button matrix and bytes?
Because as far as i know, i can only use buttons that are originally supported by the wheel? it is like that with thrustmaster
Actually i build sth similar for my previous thrustmaster base and was reading the wheelstates with an arduino sketch by https://rr-m.org/blog/ to implement it into my sketch and simulate the right wheel..
my plan is to use:
3 encoders + push button
8 buttons
so in total i would need to have 19 buttons (wheel states)
any help on where to start?
@EtienneGameSeed As is saw you do not sell the teensy anymore, maybe you can help with some thoughts here without getting too much info away on your own project.
Originally posted by @Shane87F3Ng in #12 (comment)
The text was updated successfully, but these errors were encountered: