Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language (based on Wiring), and the Arduino Software (IDE), based on Processing.
Version : 1.8.5
--------------------------------------------------------------------------------------
- Added workaround for menu visibility bug in MacOSX 10.13 beta.
- Fixed bug for negative-font-size.
- New/Rename tabs now allows names starting with a number.
- And any more.
--------------------------------------------------------------------------------------
- Extract the downloaded Arduino file.
- Open Arduino.1.8.5 setup
- When the setup is opened, a "License Agreement" window will appear, click "I Agree".
- In the "Installation Folder" window, select "Browse" to determine the location of the installation file, but if you don't need it, please click "Install".
- In the "Installation Options" window, check all component options then click "Next" then wait for the installation process.
- If the USB driver is not installed, a "Windows Security" window will appear, click "Install".
- Finally, wait for the installation process to complete.
- Done