Arduino Report
Arduino Report
Introduction to Arduino :
Arduino is an open-source electronics platform based on easy-to-use
hardware and software. Arduino boards are 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.
Arduino have a special programming language called Arduino IDE which we have
to learn to develop Arduino .Arduino can be programmed with high level
launguages like python and Java .
2
Micro controllers:
Micro controllers are embedded inside devices to control the actions and
features of a product. Hence, they can also be referred to as embedded
controllers. ..Microcontroller can take inputs from the device they
controlling and retain control by sending the device signals to different
parts of the device.
3
Types of Arduino:
There are mainly 6 types of Arduino boards in which the operating and
processing vary from one board to other .
• ARDUINO UNO
• ARDUINO MEGA
• ARDUINO LILYPAD
• ARDUINO BT
• ARDUINO NANO
• ARDUINO MIN
4
SENSORS:
5
General types of sensors we use in daily life are :
• Temperature Sensor.
• Proximity Sensor.
• Accelerometer.
• IR Sensor (Infrared Sensor)
• Pressure Sensor.
• Light Sensor.
• Ultrasonic Sensor.
• Smoke, Gas and Alcohol Sensor.
6
Arduino coding :
7
Control statements in Arduino : It takes an expression in
parenthesis and a statement or block of statements. ... If the
expression is true then the statement or block of statements
gets executed otherwise these statements are skipped.
8
• PARTS/TOOLS
• CONNECTING POWER
9
References:
Http//Arduino launguage/homeinterfacee
10