Home > News & Updates > Arduino News > Arduino IDE 1.8.11 now available to download

Arduino IDE 1.8.11 now available to download

Summary of Arduino IDE 1.8.11 now available to download


Arduino has released Arduino IDE 1.8.11, updating its open-source cross-platform development environment. The release includes macOS notarization and security improvements, a send text command in the serial plotter, faster sketch build times, and updated AVR core and WiFi firmware. The IDE supports Windows, macOS, and Linux, is written in Java, and uses the GNU toolchain and Wiring libraries to compile C/C++ sketches into executables.

Parts used in theArduino IDE 1.8.11:

  • Arduino IDE software (version 1.8.11)
  • Java (programming language/runtime)
  • Processing (open-source software base)
  • GNU toolchain (compiler and linker)
  • Wiring project software library
  • AVR core (updated)
  • WiFi firmware (updated)
  • Serial plotter feature (with send text command)

The Arduino development team has today announced the availability of a new Arduino IDE in the form of Arduino 1.8.11. The open-source Arduino Software (IDE) makes it easy to write code and upload it to the range of Arduino development boards board. The Arduino IDE can be loaded onto Windows requires Win 8.1 or 10, Mac OS X 10.8 Mountain Lion or newer, and Linux 32 and 64 bit computers and is written in Java and based on Processing and other open-source software. In addition to the usual load of bugfixes and small improvements under the hood, the latest version includes:

– Improved support for Mac OS X (the app is now notarized and strictly follows the latest OS X recommended security guidelines)
– A “send text” command within the serial plotter (so you can interact with the board while plotting data!)
– Better sketch build time
– Updated AVR core and WiFi firmware

“The Arduino Integrated Development Environment (IDE) is a cross-platform application. The source code for the IDE is released under the GNU General Public License, version 2. The Arduino IDE supports the languages C and C++ using special rules of code structuring. The Arduino IDE supplies a software library from the Wiring project, which provides many common input and output procedures. User-written code only requires two basic functions, for starting the sketch and the main program loop, that are compiled and linked with a program stub main() into an executable cyclic executive program with the GNU toolchain, also included with the IDE distribution.”

For more information on the latest Arduino IDE or the Arduino Web Editor which allows you to start coding online and save your sketches to the cloud. Jump over to the official Arduino website by following the link below.

Source: Arduino IDE 1.8.11 now available to download

Quick Solutions to Questions related toArduino IDE 1.8.11:

  • What major improvements are in Arduino IDE 1.8.11?
    macOS notarization and security compliance, a send text command in the serial plotter, faster sketch build times, and updated AVR core and WiFi firmware.
  • Does the new IDE improve macOS support?
    Yes, the app is now notarized and follows the latest macOS security guidelines.
  • Can I interact with my board while plotting data?
    Yes, the serial plotter now includes a send text command to interact with the board while plotting.
  • What operating systems does the Arduino IDE support?
    Windows (requires Windows 8.1 or 10), macOS (OS X 10.8 Mountain Lion or newer), and Linux 32 and 64 bit.
  • What languages does the Arduino IDE support for sketches?
    It supports C and C++ using special code-structuring rules.
  • Under what license is the Arduino IDE source code released?
    The source code is released under the GNU General Public License, version 2.
  • What library does the IDE supply for common I/O procedures?
    The IDE supplies a software library from the Wiring project.
  • How are user sketches structured for the Arduino IDE?
    User code requires two basic functions for starting the sketch and the main loop, which are compiled and linked with a program stub main() into an executable cyclic executive.
  • Is there an online option to code and save sketches?
    Yes, the Arduino Web Editor lets you code online and save sketches to the cloud.

About The Author

Scroll to Top