Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
For the retarder, the game only has two inputs - one 'button' to increase retarder stage, another to decrease.
You could do this simply with a 1-pole 2-throw (SPDT) momentary-action rocker (3 position centre-return) of whatever style you like. That way you have the single hardware switch to operate both inputs. Wire the switch ON-OFF-ON. Remember, you want a momentary-action switch here.
You could also use a 3-throw switch (ON-ON-ON) and just leave the centre pole contact unwired.
You could also use a either a potentiometer+ADC or a rotary encoder instead to have a dial type action (though, many IRL are stalk lever action but this can be done with a rotary switch) but that's a little beyond the scope of a Steam discussion.
--
For the brake, there's both a toggle input (push-on/push-off) and a momentary-action (hold-on) input for the on/off mechanism plus the stage increase & decrease inputs - so there are a number of different ways you could go about this as well.
A simple and still fairly realistic way would be to use the same switching as the retarder above for the staging and a separate 1-pole 1-throw (SPST) toggle switch for the momentary (hold-on) input. This will give you the Jake system on/off toggle plus a *reasonably* realistic stage selector that can cope with any arbitrary number of stages.
You could of course also use a pot+ADC or rotary encoder for the stage selector here as well.
--
ATS doesn't allow direct selection of a specific Jake brake stage (the goal being generic flexibility), so you can't actually do something that's going to be truly realistic if you want a toggle switch type stage setup (most particularly for three stage, you can sort of 'wing' it with a two stage though all the vanilla trucks are three stage anyway).
Toggle:
https://solarbotics.com/product/swt13/
Rocker:
https://www.jaycar.com.au/dpdt-switch-centre-off-spring-return-both-sides/p/SK0980
https://www.jaycar.com.au/spdt-centre-off-spring-return-both-sides/p/SK0987
The rocker style is usually a little easier and more comfortable to actuate than toggle.
[edit]
Personally, I really like these but... expensive due to higher rating plus can't find them with spring return :(.
https://www.jaycar.com.au/ip65-spdt-centre-off-rocker-switch-illuminated/p/SK0999
Though there are a million examples out there on how to turn an Arduino into an HID device.
True but OTOH the flexibility of having something so capable that you can programme yourself is worth almost any effort to learn. And you can start with someone else's programme, as you mention, and learn to mess with it hands-on at your own pace.
If you don't mind taking the time and making the effort, it's certainly the most flexible and ultimately most useful way to go about it IMHO.
I went from writing programs that blinked LED lights in a pattern to writing data to an LED display and using the Arduino as an HID device literally in minutes.
Though it does look like it's extremely user friendly for someone that knows nothing about electronics or programming.
Edit:
https://www.sparkfun.com/tutorials/337
Simple tutorial for setting up an Arduino to emulate keystrokes.
I was agreeing with you, not referring to you -.- :P Arguably ambiguous wording, admittedly.
Egg: 0
+
My face: =)
=
0)
Pretty much spot on techaffliction I'm making it it user friendly as much as possible as I have limited electronics knowledge and zero programming knowledge. So just expanding on what I know works for me at this stage. Not really concerned about led's mainly due to the fact that the buttons I'm using triple in price with led. Rotary dials would be nice for my lights and wipers tho.
Thanks for the link will be checking that out alittle later.
A rotary switch has multiple poles and a common ground. It will work fine with the keyboard encoder, it will just output a different key for each position you turn it to.