The Arduino website offers free resources and tutorials as well as a language reference to help you understand the code and syntax. In order to get started, you will at the very minimum need an Arduino board. Note that all the Arduino (and most of the clone boards) can use the Arduino software. If you are unsure what hardware to get, the Arduino USB is currently the most popular model
Windows Connection and Setup
Hardware: none
- Go to www.arduino.cc to download the latest version of the Arduino software (Direct link:http://arduino.cc/en/Main/Software and select your operating system; in this case we are using Windows)
- Save the ZIP file to your desktop (you can move or delete it later)
- Create a new folder called “Arduino” under “Program Files”. To do this, go to “My computer” -> “C:” (or the drive where the operating system is installed) -> “Program Files”, then left click once on “program Files” folder, then select “New”->”Folder” from the main Explorer menu.
- Extract the entire ZIP folder to this new “Arduino” folder
- To run the Arduino software, open Windows Explorer by pressing the windows key (usually between the Ctrl and Alt keys on your keyboard) and the ‘E’ character at the same time (there are other ways to access explorer as well).
- Go to “My computer” -> “C:” (or the drive where the operating system is installed) -> “Program Files” -> “Arduino” In this folder you will see an executable file (Blue colored icon), you can left click (once) and then right click and select “send to” -> Desktop (create shortcut) to have Arduino more easily accessible.
- Double click the icon to start the software. The Arduino Software is ready to use.