Arduino IDE: Difference between revisions
Line 15: | Line 15: | ||
The [http://forum.arduino.cc/| Arduino Forum] is a great place to ask questions about making a project work. | The [http://forum.arduino.cc/| Arduino Forum] is a great place to ask questions about making a project work. | ||
The [https://tulane.box.com/s/1bjcelcfx3pvtljm3yvlnfinghipz7ia | The [https://tulane.box.com/s/1bjcelcfx3pvtljm3yvlnfinghipz7ia SIK Guide Code (v3.2)] is useful for getting started. | ||
[[File: Arduino.pdf]] | [[File: Arduino.pdf]] |
Latest revision as of 16:15, 17 October 2018
Description
The Arduino Integrated Development Environment (IDE) software is a free, open source program that allows users to easily write programs and upload them directly to any Arduino-based system. It is generally based on a variation of the Processing platform, and the two can often be used in tandem for working with Arduino systems. There are many online repositories of open source Arduino code that can be used as a basis for any program users may want to construct.
Availability
Arduino IDE is open source software, anyone can download and install it for free on their personal computer.
http://www.arduino.cc/en/Main/Software
Getting Started
Tutorials are available at http://www.arduino.cc/en/Guide/HomePage
Other Resources
The Arduino Forum is a great place to ask questions about making a project work.
The SIK Guide Code (v3.2) is useful for getting started.