Posts

Showing posts from September, 2014

USE AND CONFIGURE ARDUINO

Image
Purchase an Arduino and get its latest software from http://arduino.cc/en/main/software install it normally like other softwares and after installing and its visual will be Now the the first thing after opening this we have to check that whether our software is connected to our Arduino’s version and its port Tools/Board/Arduino "MODEL"    (for version selection) Tools/Serial Port/Com3   (for connection)          \ Now after doing all the above stuff we had configured our Arduino "MODEL" Now will test it. Go to File/Examples/01 Basics/Blink It will be like On your  working sheet a program will appear and then click the forward button (which is circled red). After hitting that button the software, by itself, will compile and send it to your Arduino. Look at your arduino your Led labeled L on ur device will On n Off for 1 sec both. Please send me mail and if you find something difficult. Thank You.

ARDUINO

ARDUINO Arduino is an open-source electronics platform based on easy-to-use hardware and software. It's intended for anyone making interactive projects. ARDUINO BOARD Arduino senses the environment by receiving inputs from many sensors, and affects its surroundings by controlling lights, motors, and other actuators. ARDUINO SOFTWARE You can tell your Arduino what to do by writing code in the Arduino programming language and using the Arduino development environment.