Skip to content

SouzaJBR/ets2_dashboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ets2_dashboard

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.

Installing

  1. Connect up some servos and LEDs to your Arduino
  2. Change the pin assignment in the arduino_controller.ino file and flash to the Arduino
  3. Copy a pre-built DLL into your ETS2 plugins folder or
  4. Build the DLL by running the build.bat file from a Visual Studio 2010 command prompt
  5. Copy the dash_plugin.txt options file into the plugins folder

Troubleshooting

  • Check you have copied the dash_plugin.txt file 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.txt options file

  • Check for error messages in the game log (in %USERPROFILE%\Documents\Euro Truck Simulator 2\game.log.txt).

About

Euro Truck Simulator 2 Arduino Dashboard Code

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 80.4%
  • Other 17.9%
  • Shell 1.7%