Arduino IDE – Makes it easy to write and upload code to Arduino board

This article along with all titles and tags are the original content of AppNee. All rights reserved. To repost or reproduce, you must add an explicit footnote along with the URL to this article!
Any manual or automated whole-website collecting/crawling behaviors are strictly prohibited.
Any resources shared on AppNee are limited to personal study and research only, any form of commercial behaviors are strictly prohibited. Otherwise, you may receive a variety of copyright complaints and have to deal with them by yourself.
Before using (especially downloading) any resources shared by AppNee, please first go to read our F.A.Q. page more or less. Otherwise, please bear all the consequences by yourself.
This work is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.

Arduino consists of two parts: hardware (various models of Arduino boards) and software (Arduino IDE). The hardware part is an Arduino PCB that can be used to connect circuits; the software part is the open-source and cross-platform Arduino IDE (written in Java, based on Processing programming language and other open-source software) – your programming environment in computer that can be used with any Arduino boards. All you have to do is write the code in Arduino IDE, and upload it to the Arduino development board, then the program will tell Arduino PCB what to do and how to do.

Programming for Arduino is accomplished through the Arduino programming language (based on Wiring electronics prototyping platform) and the Arduino integrated development environment (based on Processing). Finally, the well-written program will be compiled into a binary file, and then burned into the microcontroller on the single-board computer board. As an IDE launched by Arduino official site, because Arduino IDE is written based on Java, Processing, avr-gcc and so on open-source software, one of its notable features is the cross-platform compatibility – allowing user to run on Windows, Mac OS X, Linux these three major operating systems, which is conducive to its promotion and popularization.

Arduino IDE comes with friendly user interface and simple syntax, which is pretty easy to control for beginners, also keeps enough flexibility. This makes the development mode of the program development of Arduino become very convenient and efficient. As a result, developers are able to pay more attention to the creativity and implementation, and finish their projects faster, thus greatly save the time spent on studying, as well shorten the development cycle and cost.

// Related Links //

// Download URLs //

License Version Download Size
Freeware Latest  (mir) n/a

(Homepage | GitHub)

If some download link is missing, and you do need it, just please send an email (along with post link and missing link) to remind us to reupload the missing file for you. And, give us some time to respond.
If there is a password for an archive, it should be "appnee.com".
Most of the reserved downloads (including the 32-bit version) can be requested to reupload via email.