Arduino
Arduino
ARDUINO
•In 2005, the team released the first Arduino board, known as the
Arduino NG (Next Generation).
•It featured an Atmel microcontroller, USB interface, and a simple
development environment.
5
What is a Microcontroller?
Arduino LilyPad
DIY Arduino
Arduino Uno
7
ARDUINO UNO
8
•What does it have?
• 14 Digital In/Out pins (6 can be used as PWM)
• 6 Analog Inputs
• A USB Connection
• A Power Jack
• Reset Button
• On-board LED
• SCL/SDA pins (Serial Clock/ Serial Data pins)
•In short, it contains everything needed to support the
microcontroller; simply connect it to a computer with a USB cable or
power it with a AC-to-DC adapter or battery to get started.
9
USB
PWR IN
(to Computer)
RESET
SCL\SDA
(I2C Bus)
POWER
5V / 3.3V / GND
Digital I\O
PWM(3, 5, 6, 9, 10, 11)
Analog
INPUTS
10
How to code in Arduino
You need to download Arduino IDE (Integrated Development
Environment).
Arduino IDE is available for all Mac, Windows and Linux.
11
How to code in Arduino
Once you have downloaded
and installed/extracted the
folder, you can directly run
Arduino.exe, which will take
you to its IDE.
The IDE will look like the shown
screenshot.
12
Program your Arduino
Before you start
programming, double
check that correct board is
selected under Tools
Board.
Now, you can start playing
with Arduino.
13
Program your Arduino
The Arduino Uno can be
programmed with the Arduino
software. Select “Arduino Uno
from the Tools > Board menu
(according to the
microcontroller on your
board).
All the peripheral connected
with Computers are using
Serial Port.
You can check port for Arduino
Uno in Device Manger.
14
Input Vs output
15
Upload
Compile
Status Message
16
APPLICATIONS OF ARDUINO
Electronics Prototyping
Home Automation
IoT (Internet of Things)
Robotics
Wearable Technology
Educational Tools
Art Installations
Data Logging
Automation
Remote Control Systems
17
Use of Arduino in sensors
Environmental Monitoring :Monitoring environmental
parameters such as temperature, humidity, air quality, and
pollution levels.
19
THANK YOU
20