Euro Truck Simulator 2 Arduino Dashboard Code
This is the code for my dashboard project, there is a blog post which contains photos and videos of it working and how it works.
- Connect up some servos and LEDs to your Arduino
- Change the pin assignment in the
arduino_controller.inofile and flash to the Arduino - Copy a pre-built DLL into your ETS2 plugins folder or
- Build the DLL by running the
build.batfile from a Visual Studio 2010 command prompt - Copy the
dash_plugin.txtoptions file into the plugins folder
-
Check you have copied the
dash_plugin.txtfile as well as the DLL into the plugins folder -
Check the Arduino is on COM3 - the plugin expects to find the Arduino on COM3, you can change this by editing the
dash_plugin.txtoptions file -
Check for error messages in the game log (in
%USERPROFILE%\Documents\Euro Truck Simulator 2\game.log.txt).