Arduino first steps
Aus www.wiki.ardumower.de
Version vom 24. November 2014, 11:34 Uhr von Alexanderg (Diskussion | Beiträge)
This page describes how to start with your Arduino that you can purchase via the shop .
Inhaltsverzeichnis
1. Attach the Arduino to your computer
Using an USB cable, attach the Arduino (Arduino Nano or Arduino Mega) to your computer as shown below.
2. Download
Click here to download the Arduino development software to your computer (Windows users should download the 'Installer' version on that page):
3. Install
After the download completed, install the Arduino development software on your computer: For Windows, double click the file 'arduino-1.5.8-windows.exe' in your Windows file explorer.
4. Run
After the installation completed, run the Arduino development software on your computer by double clicking the 'Arduino' symbol on your Windows desktop.
5. Choose blink example
Via the menu, click on 'File->Examples->Basics->Blink'. This will load the Arduino blink example.
6. Choose correct board type
Via the menu, click on 'Tools->Board->Arduino Nano' to choose your Nano board (or Arduino Mega 2560 if you want to use a Mega board).
7. Choose correct USB serial port
Via the menu, click on 'Tools->Port', and choose the detected USB serial port.
8. Upload the blink example
Click on the 'Upload' symbol to upload the blink example to your Arduino. After the upload completed, your Arduino will start to blink!
Congratulations! You have just programmed your first Arduino!
</h3>