Thingiverse
USB ignition lock
por Baegel
8
Descargas
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 también publica en
1 modelos adicionales en 1 plataformas más
¿Has impreso este modelo? Inicia sesión y comparte tu make.
Inicia sesión para dejar un comentario
Iniciar sesiónAún no hay comentarios – ¡sé el primero!