Skip to content

Tutorial : How to install Arduino Designer ?

Mélanie Bats edited this page Feb 17, 2015 · 23 revisions

This tutorial describes how to setup the Arduino Designer.

Install the Arduino IDE

First step is to download and install the Arduino IDE. Download the zip according to your operating system.

Then extract the zip file and launch the arduino executable : Arduino IDE Executable

If the Arduino IDE is well installed, you will see :

Arduino IDE

Close the Arduino IDE.

Install the Arduino Designer

Next step is to download the Arduino Designer.

Extract the zip, and run the arduinodesigner executable to start it. Arduino Designer Executable

The UI of the Arduino Designer defines no menu, just one toolbar with 4 different buttons to : manage the project, define the hardware modules used and to define the software that would be uploaded on the hardware platform.

In Arduino Designer, you will have to set the path of the Arduino IDE.

Go to the Preferences menu :

Preferences menu

Set the path to the Arduino IDE folder which contains the arduino executable: Preferences dialog

Clone this wiki locally