-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Encoders, Joysticks, and LED support #12
Comments
Hi there, |
how did you get on with the model of the connector, im thinking of doing something similar, did you find any suitable pins? |
Hi, |
@EtienneGameSeed out of interest do the inputs and outputs go throw the Fanatec wheel base ? so my main question is will I be able to configure the leds in Fanalab ? |
they do, and you will. |
Yes I confirm, it wheel behave exactly like a Fanatec wheel, and you'll even be able to configure FFB from the wheel as with a Fanatec wheel |
Hello @lshachar, first of all, thx very much for your work, that is just awesome! 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 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 know this is an old thread but I did some poking in the code and figured out how the joystick code works for at least the porche 918 rsr in the base code. returnData[5] is for the x axis and returnData[6] is for the Y axis. 0x00 and 0xff are center position. 0x00 to 0x7f is negative x/y where 0x7f is the farthest the joystick goes. Then 0x80 is the opposite side of the x/y axis which goes all the way back to 0xff which returns to center. I spent like an hour trying manually adjusting values before trying to cycle through each value and discovering how it works. hopefully this helps @Airnautique if he is still working on this or anyone else who reads this thread. |
I am currently working on making a DIY wheel for my Fanatec base. Looking through the current code and documentation, it appears that there is support for mapping all of the existing buttons from the Fanatec wheels. However, I don't see any mention of the encoders, joysticks, or led rev lights. Most Fanatec wheels have a "funkyswitch" which is a 4-directional d-pad/joystick that also has an encoder built in. Is it possible to add support for that input?
Also, I am currently working on 3d modeling a DIY electrical connector that uses inexpensive header pins so there isn't a need to do the molding using an existing connector,
The text was updated successfully, but these errors were encountered: