-
Notifications
You must be signed in to change notification settings - Fork 27
Tutorial : How to install Arduino Designer ?
This tutorial describes how to setup the Arduino Designer.
First step is to download and install the Arduino IDE. Download the zip according to your operating system.
Pay attention in order that Arduino Designer works on Windows please install the older version 1.0.5 of the Arduino IDE.
Then extract the zip file in order that there is no space in the path (C:\Arduino or /home/melanie/Arduino).
And launch the arduino
executable :
If the Arduino IDE is well installed, you will see :
Close the Arduino IDE.
Next step is to download the Arduino Designer.
Extract the zip. Pay attention that there is no space in the path (C:\ArduinoDesigner or /home/melanie/ArduinoDesigner).
And run the arduinodesigner
executable to start it.
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
:
Set the path to the Arduino IDE folder which contains the arduino
executable:
And define also the Arduino serial port. Common values are:
- Windows:
COM3
- Linux:
/dev/ttyACM0
or/dev/ttyACM1
- Mac:
/dev/tty.usbmodem621
See also the Arduino FAQ for more details on how to find which serial port should be used.