Arduino Installing

Getting Started with Arduino Uno on Windows

http://arduino.cc/en/Guide/HomePage

http://arduino.cc/en/Guide/Windows#toc4

ArduinoUno

Arduino is an open-source electronics,  schematic is available :

Arduino_Uno_Rev3-schematic.PDF

You can also find the Eagle Files (Design Board Files)

Arduino Uno, like others Arduino, use microcontrollers Atmel.

.

Installing The SOFTWARE

Download Arduino Softwware
http://arduino.cc/en/Main/Software

A folder is created.
In this folder you can find the drivers. After install it, double click on arduino.exe

Arduino_Folder

.

.

Several examples are availables….

Arduino_Examples

.

.

Blink Example

Arduino_BLink

.

.

Selecting the hardware

arduino1

.

.

Selecting the port

arduino2

.

.

The used Port can be verified in Device Manager of Windows, in the picture example, the used PORT is COM18

you may have to change the COM port,

Arduino_COM

.

.

Uploading the firmware

Arduino8

.

.

RS232 Communication

arduino4

.

.

.

.

Leave a comment