Skip to content

lmihalkovic/Arduino

 
 

Repository files navigation

What is this?

I recently discovered Arduino. Working in technology, I know how difficult it is to make hard things appear simple, and I have the utmost respect for what these people have done for bringing software people like me to electronics. While the tools do a magnificent job for newcomers, I believe that an important factor in the continued growth of Arduino will be the ability of its tooling, which while remaining simple to attract new users, will have to grow alongside them as they enhance their skills.

While discovering the platform, I ran into the same inconveniences others described about the tools. Over the past couple weeks it led to a series of changes to Arduino IDE to try to add simple solutions for these pain points. Some users shared doubts in the past about technical limitations caused by the technology. I have now enough experience with the codebase to know that many low-hanging fruits exist to close the feature/ease gap that has formed with a number of alternative tools.

The code will be available, but in the meantime here is a list of the enhancements it contains. This includes in no particular order:

  • a fresh new look (with complete light/dark skins) with side navigation panel

Arduino Dark Arduino Light

  • libraries inside a sketch

sketch doc

  • self documented sketches (layout diagram and readme)

sketch doc sketch doc

  • single file sketches (easily archived or sent via email)

INZ sketch

  • quick access to information (key bindings, libraries, todos, variables...)

QuickAccess todo QuickAccess libs QuickAccess keys

  • code completion

QuickAccess keys

  • library reading and editing

QuickAccess keys

  • support for editing more file types: ASM, library.properties, keywords.txt, png, jpg, markdown (asciidoc soon)

QuickAccess keys

Arduino

Installation

Detailed instructions are in reference/Guide_Windows.html and reference/Guide_MacOSX.html. For Linux, see the Arduino playground: http://www.arduino.cc/playground/Learning/Linux

Credits

Arduino is an open source project, supported by many.

The Arduino team is composed of Massimo Banzi, David Cuartielles, Tom Igoe and David A. Mellis.

Arduino uses GNU avr-gcc toolchain, GCC ARM Embedded toolchain, avr-libc, avrdude, bossac, openOCD and code from Processing and Wiring.

Icon and about image designed by ToDo

About

open-source electronics prototyping platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 59.8%
  • C 32.3%
  • C++ 3.6%
  • Java 1.9%
  • Python 0.9%
  • Other 0.5%
  • Other 1.0%