Browse over 10,000 Electronics Projects

Arduino IDE 1.6.6 released and available for download

Arduino IDE 1.6.6 released and available for download

Last November, 3rd Arduino released the newest IDE 1.6.6. There are still some bugs (the NAMESPACE, for instance) but Arduino declared to fix most of them in their hourly releases.

Today we are very proud to release Arduino IDE 1.6.6 and updated cores for all supported platforms (AVR 1.6.9, SAM 1.6.5, SAMD 1.6.2).

This update brings an impressive 723 closed issues and 147 pull requests merged.

Most intriguing features are:



Advertisement1


  • Long-awaited new arduino-builder: this is a pure command-line tool which takes care of mangling the code, resolving library dependencies and setting up the compilation units. It can also be used as a standalone program in a continuous-integration environment
  • Pluggable USB core: your Arduino can finally act as a lot of different USB devices without any need to change the core, thanks to the new modular architecture. Libraries based on the new subsystem are already being developed!
  • Serial plotter: you can now plot your data in realtime, as easy as writing Serial.println(analogRead(A0)) inside your loop

Don’t forget to report any issue you find, either on Github or on the Arduino forum: your help is very much appreciated. It doesn’t matter if you are not a tech specialist: every feedback adds value.

Source: Arduino IDE 1.6.6 released and available for download

 


Top