AN Introductio Ntothe Arduino: Name: R.R.R.B.P.W.S.S.Palihawadan A Reg. No: 413338900
AN Introductio Ntothe Arduino: Name: R.R.R.B.P.W.S.S.Palihawadan A Reg. No: 413338900
AN Introductio Ntothe Arduino: Name: R.R.R.B.P.W.S.S.Palihawadan A Reg. No: 413338900
INTRODUCTIO
N TO THE
ARDUINO
NAME :
R.R.R.B.P.W.S.S.PALIHAWADAN
What is an Arduino?
Arduino is an open-source prototyping platform based on
easy-to-use hardware and software.Arduino boardsare
able to read inputs - light on a sensor, a finger on a
button, or a Twitter message - and turn it into an output activating a motor, turning on an LED, publishing
something online. You can tell your board what to do by
sending a set of instructions to the microcontroller on the
board.
INPUTS/SENSO
OUTPUTS
RS
SKETCH
ARDUINO
BOARD
LIKE
LIGHT UP
LEDS
MOVE
WHEELS
Important components of an
arduino board
1
0
11
1
07) Microcontroller
This is the main controller. The code you write for the arduino is executed by
controller. And it is directly connected to the I/O pins.
this
Launch
Write a code
You can write a code using C/C++ languages or u can use example
available in Arduino libraries
menu.
Arduino
Diecimila in
Stoicheia
Arduino
Duemilanove
(rev 2009b)
Arduino
Mega
Arduino
nano
LilyPad
Arduino (rev
Arduino
robots
In
robotics
LED cubes
Distance
meter
calculators
drones
milk
shaker
Water level
indicator
Arduino boards are relatively inexpensive compared to other microcontroller platforms. The
least expensive version of the Arduino module can be assembled by hand, and even the preassembled Arduino modules cost less than $50
Cross-platform
The Arduino Software (IDE) runs on Windows, Macintosh OSX, and Linux operating systems.
Most microcontroller systems are limited to Windows.
Simple, clear programming environment
The Arduino Software (IDE) is easy-to-use for beginners, yet flexible enough for advanced
users to take advantage of as well. For teachers, it's conveniently based on the Processing
programming environment, so students learning to program in that environment will be
familiar with how the Arduino IDE works.
Open source and extensible software
The Arduino software is published as open source tools, available for extension by
experienced programmers. The language can be expanded through C++ libraries, and people
wanting to understand the technical details can make the leap from Arduino to the AVR C
programming language on which it's based. Similarly, you can add AVR-C code directly into
your Arduino programs if you want to.
Easy to connect
THANK YOU !