Thingiverse
USB ignition lock
di Baegel
8
Download
21
Likes
0
Makes
USB ignition works with Euro Truck Simulator 2 and Farming Simulator 25.
Here's youtube videos showing it working:
ETS2: https://youtu.be/WCqYezhcWxc
FS25: https://youtube.com/shorts/OTYbKU1yNFo?feature=share
Made with [this ignition lock](https://www.kjell.com/se/produkter/el-verktyg/el-produkter/svagstrom/strombrytare-for-svagstrom/tandningslas-i-universalmodell-p36137) and an Arduino Micro in mind.
I used 4x M3x10 and M3 threaded inserts to close the box.
When binding for shutting down the engine, remember to have they key in the on position when clicking the new key to bind, this way "button 3" will be bound.
In ETS2 i bound both button 1 and 3 to the engine electrical on/off.
Here's my Arduino code that works with both ETS2 and FS25
It requires this [library](https://github.com/MHeironimus/ArduinoJoystickLibrary)
\#include
Joystick_ Joystick;
void setup() {
// Initialize Button Pins
pinMode(9, INPUT_PULLUP);
pinMode(10, INPUT_PULLUP);
// Init
Here's youtube videos showing it working:
ETS2: https://youtu.be/WCqYezhcWxc
FS25: https://youtube.com/shorts/OTYbKU1yNFo?feature=share
Made with [this ignition lock](https://www.kjell.com/se/produkter/el-verktyg/el-produkter/svagstrom/strombrytare-for-svagstrom/tandningslas-i-universalmodell-p36137) and an Arduino Micro in mind.
I used 4x M3x10 and M3 threaded inserts to close the box.
When binding for shutting down the engine, remember to have they key in the on position when clicking the new key to bind, this way "button 3" will be bound.
In ETS2 i bound both button 1 and 3 to the engine electrical on/off.
Here's my Arduino code that works with both ETS2 and FS25
It requires this [library](https://github.com/MHeironimus/ArduinoJoystickLibrary)
\#include
Joystick_ Joystick;
void setup() {
// Initialize Button Pins
pinMode(9, INPUT_PULLUP);
pinMode(10, INPUT_PULLUP);
// Init
Baegel pubblica anche su
1 modelli aggiuntivi su altre 1 piattaforme
Hai stampato questo modello? Accedi e condividi il tuo make!
Accedi per lasciare un commento
AccediAncora nessun commento – sii il primo!