What exactly is Arduino? According to the Arduino website (http://www.
arduino.cc/),
arduino.cc/),
it is an open-source electronics prototyping platform based on flexible,
easy-to-use hardware and software. It’s intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.
easy-to-use hardware and software. It’s intended for artists,
designers, hobbyists, and anyone interested in creating interactive
objects or environments.
In
simple terms, the Arduino is a tiny computer system that can be
programmed with your instructions to interact with various forms of
input and output. The current Arduino board model, the Uno, is quite
small in size compared to the average human hand, as you can see in
Figure.
Although
it might not look like much to the new observer, the Arduino system
allows you to create devices that can interact with the world around
you. By using an almost unlimited range of input and output devices,
sensors, indicators, displays, motors, and more, you can program the
exact interactions required to create a functional device. For example,
artists have created installations with patterns of blinking lights that
respond to the movements of passers-by, high school students have built
autonomous
robots that can detect an open flame and extinguish it, and geographers have designed systems that monitor temperature and humidity and transmit this data back to their offices via text message. In fact, you’ll find an almost infinite number of examples with a quick search on the Internet.
robots that can detect an open flame and extinguish it, and geographers have designed systems that monitor temperature and humidity and transmit this data back to their offices via text message. In fact, you’ll find an almost infinite number of examples with a quick search on the Internet.
Download Arduino Software:
You’ll need to download the Arduino Software package for your operating system from the http://arduino.cc/en/main/software When you’ve downloaded, follow the steps below to use arduino with PC:
1.Extract
the downloaded files to C:\Program Files ->
2.Attach the Arduino Uno to
the PC using a USB cable.
3.Windows
will attempt to install drivers for the Arduino but will not be able to find
the correct drivers.
4.Click
the Driver tab on the Arduino Uno properties window, then click Update Driver.
5.Choose
Browse my computer for driver software.
6.Browse
to C:\Program Files\Arduino-xxxx\drivers.
7.Click Next.
8.Click
Close.
9.The Arduino UNO should be now listed in ports(COM&LPT) in the windows device manager.
Now open the arduino software from the saved place and this is what you get.
No comments:
Post a Comment