AVR8 - Arduino application build on Windows

From ERIKA WIKI
Revision as of 17:28, 21 December 2017 by G.serano (talk | contribs)
Jump to: navigation, search

Synopsys

This guide describes the how to build a first ERIKA Enterprise v3 application for Arduino UNO boards.

RT-Druid Eclipse IDE

  • Double-Click on eclipse.exe application located into eclipse folder extracted from the RT-Druid Package and than the workspace selection window will appear as shown the following figure:
Figure 1: RT-Druid Eclipse IDE workspace selection.
  • Browse the File-System to select Workspace folder and then click on the OK button to let the RT-Druid Eclipse IDE start as shown in the following figure:
Figure 2: RT-Druid Eclipse IDE welcome.
  • Click on Welcome tab-sheet close button to show the default RT-Druid Eclipe IDE C/C++ perspective as shown in the following figure:
Figure 2: RT-Druid Eclipse IDE C/C++ perspective.

RT-Druid Template Project

  • Click on Windows Installer button to go to download page as shown in the following figure:
Figure 3: Arduino download.
  • Click on Just Download button to download the installation program arduino-1.8.5-windows.exe.

Installation

  • Double-Click on the Arduino SDK installation program that you downloaded during the previous steps: arduino-1.8.5-windows.exe
  • The Arduino SDK installation program starts as shown in the following figure:
Figure 4: Arduino Installation Program.
  • Click on the I Agree button to accept the License Agreement ad go to installation options as shown in the following figure:
Figure 5: Arduino Installation Options.
  • Select or Remove additional Arduino components to install, then click on the Next button to select the installation folder as shown in the following figure:
Figure 6: Arduino Installation Folder.
  • Browse the File-System to select the Destination Folder where to install Arduino SDK and then click on the Install button to let the installation process to start as shown in the following figure:
Figure 7: Arduino Installing.
  • After the installation process ends, the installation process completed window appears as shown in the following figure:
Figure 8: Arduino installation completed.
  • Finally click on the Close button to complete the Arduino SDK installation process.

Additional Notes

T.B.D.