Arduino IDE free for PC, Mac

(170.0 Mo)
Your vote
  • 1 vote 5 / 5
  • Developer Arduino AG
  • Version 2.1.0
  • License Open Source
  • Language en

Arduino IDE is an Integrated Development Environment that is written in C and C++. This software was developed by Arduino Software and it allows users to write programs and upload them to their board.

What are the key features of Arduino IDE?

  • Sketches: Sketches is the name for programs written in Arduino IDE. Users write them in the text editor and then save them with the file extension .ino. Besides having cut/paste/search and replace text, the message area can also give saving and exporting feedback. It can also display errors.

  • Sketchbook: As mentioned above, programs written in Arduino IDE are called sketches - and the place you can save them is called a sketchbook. This directory will be created automatically when you run the software for the first time and you will also be able to view and change its location.

  • Libraries: Thanks to this feature, you will be able to get extra functionalities for use in sketches, such as working with hardware or manipulating data. It is important to note that some libraries come directly with the software, while others can be downloaded through the Library manager or other sources.

  • Tabs, Multiple Files, and Compilation: With Arduino IDE, users can manage sketches with multiple files. All of those files appear in different tabs. In addition, before proceeding with the compilation of sketches, the sketch's normal Arduino code files (.ino, .pde) are concatenated into a single file.

Is Arduino IDE free?

Yes, you can use this software for free.

Is Arduino IDE safe?

It seems that the software has no history of security issues or abusive data collecting. As always, we recommend reading the official Privacy policy before installing Arduino. This software is open-source, which means that the source code is available to inspect.

Around the same subject