Installation - MyLab-odyssey/ED4scan GitHub Wiki
Hints how to set up the Arduino-IDE, install the project files and program the Arduino (other languages: DE)
-
Download the Arduino-IDE for your operating system from arduino.cc. Follow the instructions and get started.
-
Launch the Arduino-IDE and get used to it. Load an example (like blink sketch), connect the controller board and upload the program.
-
When familiar with your tools, download the ED4scan Repo and unzip it. Copy the content - the file structure within the arduino folder should look like this:
-
If the Arduino-IDE was running close and reopen it. Load the ´ED4scan.ino´ sketch.
-
Edit the
boolean const FASTCHG = false;
in file_OBL_dfs.h
to your needs (false
for 7kW charger andtrue
for the 22kW option). Then compile and flash it.