SlideShare a Scribd company logo
INTRODUCTION TO
ARDUINO
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 2
ARDUINO
 Arduino is the go-to gear for artists, hobbyists, students, and anyone with a gadgetry
dream.
 Arduino rose out of another formidable challenge: how to teach students to create
electronics, fast.
 With Arduino, you can control almost everything around you be it simple LED or
giant Robots.
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 3
ARDUINO
 Basically Arduino is Microcontroller.
 Microcontroller is microprocessor with memory, RAM and some other peripheral
connected with it.
 The Arduino Uno is a microcontroller board based on the ATmega328 .
The ATmega328 has Flash memory of 32 KB (with 0.5 KB used for the bootloader). It
also has 2 KB of SRAM and 1 KB of EEPROM
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 4
DIFFERENT TYPES OF ARDUINO
Arduino Mega 2560
Arduino LilyPad
Arduino Uno
DIY Arduino
Boarduino Kit
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 5
ARDUINO UNO
 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.
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 6
Digital IO
PWM(3, 5, 6, 9, 10, 11)
SCLSDA
(I2C Bus)
RESET
PWR IN
USB
(to Computer)
Analog
INPUTS
POWER
5V / 3.3V /
GND
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 7
HOW TO CODE IN ARDUINO
 You need to download Arduino IDE (Integrated Development Environment).
 Arduino IDE is available for all Mac,Windows.and Linux.
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 8
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.
error & status messages
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 9
PROGRAM YOUR ARDUINO
 Before you start programming,
double check that correct board is
selected under Tools  Board.
 Now, you can start playing with
Arduino.
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 10
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.
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 11
INPUT VS OUTPUT
Image from Theory and Practice of Tangible User Interfaces at UC Berkley
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 12
6 MAJOR CONCEPTS
 digitalWrite()
 analogWrite()
 digitalRead()
 If (statements) / Boolean
 analogRead
 Serial Communication
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 13
ANALOG VS DIGITAL
Microcontrollers are digital devices – ON or OFF. Also called – discrete.
Analog signals are anything that can be a full range of values.
5 V
0 V
5 V
0 V
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 14
ANALOG VS DIGITAL
Analog Sensors
Sensors Variables
Mic soundVolume
Photoresistor lightLevel
Potentiometer dialPosition
Temp Sensor temperature
Flex Sensor bend
Accelerometer tilt/acceleration
Digital Sensors
• Digital sensors are more
straight forward than Analog.
• No matter what the sensor
there are only two settings: On
and Off
•Example, Push button, Switch
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 15
SERIAL COMMUNICATION
 “Serial” because data is broken into bits, each sent one after another in a single
wire.
 Compiling turns your program into binary data (ones and zeros)
 Uploading sends the bits through USB cable to the Arduino
 The two LEDs near the USB connector blink when data is transmitted.
 RX blinks when the Arduino is receiving data.
 TX blinks when the Arduino is transmitting data
LET’S START CODING
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 17
PROJECT #1 LED BLINK
 digitalWrite()
Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 18
Compile
Upload
Status Message
THANK YOU
Pune Makers
16th
May 2015
Ad

Recommended

PEQUEÑO CURSO DE ARDUINO DESDE SEÑALES HASTA PROGRAMACIÓN
PEQUEÑO CURSO DE ARDUINO DESDE SEÑALES HASTA PROGRAMACIÓN
yrosascunam
 
Arduino-Workshop-4.pptx
Arduino-Workshop-4.pptx
MernitaGavasPalac
 
Arduino-Workshop-4.pptx
Arduino-Workshop-4.pptx
HebaEng
 
Arduino intro.pptx
Arduino intro.pptx
AlexRiv4
 
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
VERY NICE FOR CSE 3RD YEAR AND IOT STUDENTS
neelamsanjeevkumar
 
microcontroller based system and arduino.pptx
microcontroller based system and arduino.pptx
AbhinavGurijala
 
Microcontroller based system amonG.pptx
Microcontroller based system amonG.pptx
AbhinavGurijala
 
MICROCONTROLLER BASED SYSTEM
MICROCONTROLLER BASED SYSTEM
SrinivasGurijala4
 
Arduino ppt 2023
Arduino ppt 2023
AbhijeetKumar86030
 
P.Akshaya reddy.pptx
P.Akshaya reddy.pptx
SrinivasGurijala4
 
arduino uno
arduino uno
20PA013BHOOMIKAP
 
Internet of Things prescribed by University
Internet of Things prescribed by University
Sanjay Kumar
 
adino and its applications in the mc.pptx
adino and its applications in the mc.pptx
AbhinavGurijala
 
What is Arduino ?
What is Arduino ?
Niket Chandrawanshi
 
WeMos D1 Mini with integrated ESP8266 has an operating
WeMos D1 Mini with integrated ESP8266 has an operating
AbhinavGurijala
 
Ardui no
Ardui no
Amol Sakhalkar
 
arduinoworkshop-160204051621.pdf
arduinoworkshop-160204051621.pdf
AbdErrezakChahoub
 
Arduino Workshop Day 2
Arduino Workshop Day 2
Yogendra Tamang
 
embedded_in_Arduino_with_basic_embedded.pptx
embedded_in_Arduino_with_basic_embedded.pptx
acloudinfo2023
 
How to use an Arduino
How to use an Arduino
AntonAndreev13
 
Arduino seminar report
Arduino seminar report
Zaka Jutt
 
13223971.ppt
13223971.ppt
SuYee13
 
introductiontoarduino-111120102058-phpapp02.pdf
introductiontoarduino-111120102058-phpapp02.pdf
HebaEng
 
Arduino
Arduino
Jerin John
 
Arduino Workshop @ MSA University
Arduino Workshop @ MSA University
Ahmed Magdy Farid
 
arduino-1
arduino-1
jhcid
 
TECH TALK-4TH SEM.pptx.which is about the arduino uno types and uses.
TECH TALK-4TH SEM.pptx.which is about the arduino uno types and uses.
gokulprasanna4
 
TECH TALK-4TH SEM.pptx the arduino haha
TECH TALK-4TH SEM.pptx the arduino haha
gokulprasanna4
 
Arduino basics & programming skill development
Arduino basics & programming skill development
ssuser478d0e
 
INTRODUCTION_TO_ARDUINO uno, applications
INTRODUCTION_TO_ARDUINO uno, applications
ssuser478d0e
 

More Related Content

Similar to Arduino uno details and Workshop contents (20)

Arduino ppt 2023
Arduino ppt 2023
AbhijeetKumar86030
 
P.Akshaya reddy.pptx
P.Akshaya reddy.pptx
SrinivasGurijala4
 
arduino uno
arduino uno
20PA013BHOOMIKAP
 
Internet of Things prescribed by University
Internet of Things prescribed by University
Sanjay Kumar
 
adino and its applications in the mc.pptx
adino and its applications in the mc.pptx
AbhinavGurijala
 
What is Arduino ?
What is Arduino ?
Niket Chandrawanshi
 
WeMos D1 Mini with integrated ESP8266 has an operating
WeMos D1 Mini with integrated ESP8266 has an operating
AbhinavGurijala
 
Ardui no
Ardui no
Amol Sakhalkar
 
arduinoworkshop-160204051621.pdf
arduinoworkshop-160204051621.pdf
AbdErrezakChahoub
 
Arduino Workshop Day 2
Arduino Workshop Day 2
Yogendra Tamang
 
embedded_in_Arduino_with_basic_embedded.pptx
embedded_in_Arduino_with_basic_embedded.pptx
acloudinfo2023
 
How to use an Arduino
How to use an Arduino
AntonAndreev13
 
Arduino seminar report
Arduino seminar report
Zaka Jutt
 
13223971.ppt
13223971.ppt
SuYee13
 
introductiontoarduino-111120102058-phpapp02.pdf
introductiontoarduino-111120102058-phpapp02.pdf
HebaEng
 
Arduino
Arduino
Jerin John
 
Arduino Workshop @ MSA University
Arduino Workshop @ MSA University
Ahmed Magdy Farid
 
arduino-1
arduino-1
jhcid
 
TECH TALK-4TH SEM.pptx.which is about the arduino uno types and uses.
TECH TALK-4TH SEM.pptx.which is about the arduino uno types and uses.
gokulprasanna4
 
TECH TALK-4TH SEM.pptx the arduino haha
TECH TALK-4TH SEM.pptx the arduino haha
gokulprasanna4
 
Internet of Things prescribed by University
Internet of Things prescribed by University
Sanjay Kumar
 
adino and its applications in the mc.pptx
adino and its applications in the mc.pptx
AbhinavGurijala
 
WeMos D1 Mini with integrated ESP8266 has an operating
WeMos D1 Mini with integrated ESP8266 has an operating
AbhinavGurijala
 
arduinoworkshop-160204051621.pdf
arduinoworkshop-160204051621.pdf
AbdErrezakChahoub
 
embedded_in_Arduino_with_basic_embedded.pptx
embedded_in_Arduino_with_basic_embedded.pptx
acloudinfo2023
 
Arduino seminar report
Arduino seminar report
Zaka Jutt
 
13223971.ppt
13223971.ppt
SuYee13
 
introductiontoarduino-111120102058-phpapp02.pdf
introductiontoarduino-111120102058-phpapp02.pdf
HebaEng
 
Arduino Workshop @ MSA University
Arduino Workshop @ MSA University
Ahmed Magdy Farid
 
arduino-1
arduino-1
jhcid
 
TECH TALK-4TH SEM.pptx.which is about the arduino uno types and uses.
TECH TALK-4TH SEM.pptx.which is about the arduino uno types and uses.
gokulprasanna4
 
TECH TALK-4TH SEM.pptx the arduino haha
TECH TALK-4TH SEM.pptx the arduino haha
gokulprasanna4
 

More from ssuser478d0e (9)

Arduino basics & programming skill development
Arduino basics & programming skill development
ssuser478d0e
 
INTRODUCTION_TO_ARDUINO uno, applications
INTRODUCTION_TO_ARDUINO uno, applications
ssuser478d0e
 
Arduino description and interfacing details
Arduino description and interfacing details
ssuser478d0e
 
Error Control Codes or Channel Codes - Cyclic Codes
Error Control Codes or Channel Codes - Cyclic Codes
ssuser478d0e
 
Error Control Codes or Channel Codes -Haming Codes
Error Control Codes or Channel Codes -Haming Codes
ssuser478d0e
 
Bandpass Signalling & Communication Aspects
Bandpass Signalling & Communication Aspects
ssuser478d0e
 
Chaos based cryprography - encryption & hash function
Chaos based cryprography - encryption & hash function
ssuser478d0e
 
Irrigation PPT.pdf
Irrigation PPT.pdf
ssuser478d0e
 
chap3.pptx
chap3.pptx
ssuser478d0e
 
Arduino basics & programming skill development
Arduino basics & programming skill development
ssuser478d0e
 
INTRODUCTION_TO_ARDUINO uno, applications
INTRODUCTION_TO_ARDUINO uno, applications
ssuser478d0e
 
Arduino description and interfacing details
Arduino description and interfacing details
ssuser478d0e
 
Error Control Codes or Channel Codes - Cyclic Codes
Error Control Codes or Channel Codes - Cyclic Codes
ssuser478d0e
 
Error Control Codes or Channel Codes -Haming Codes
Error Control Codes or Channel Codes -Haming Codes
ssuser478d0e
 
Bandpass Signalling & Communication Aspects
Bandpass Signalling & Communication Aspects
ssuser478d0e
 
Chaos based cryprography - encryption & hash function
Chaos based cryprography - encryption & hash function
ssuser478d0e
 
Irrigation PPT.pdf
Irrigation PPT.pdf
ssuser478d0e
 
Ad

Recently uploaded (20)

60 Years and Beyond eBook 1234567891.pdf
60 Years and Beyond eBook 1234567891.pdf
waseemalazzeh
 
International Journal of Advanced Information Technology (IJAIT)
International Journal of Advanced Information Technology (IJAIT)
ijait
 
Structural Wonderers_new and ancient.pptx
Structural Wonderers_new and ancient.pptx
nikopapa113
 
Solar thermal – Flat plate and concentrating collectors .pptx
Solar thermal – Flat plate and concentrating collectors .pptx
jdaniabraham1
 
How to Un-Obsolete Your Legacy Keypad Design
How to Un-Obsolete Your Legacy Keypad Design
Epec Engineered Technologies
 
Tally.ERP 9 at a Glance.book - Tally Solutions .pdf
Tally.ERP 9 at a Glance.book - Tally Solutions .pdf
Shabista Imam
 
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Mark Billinghurst
 
Modern multi-proposer consensus implementations
Modern multi-proposer consensus implementations
François Garillot
 
Industry 4.o the fourth revolutionWeek-2.pptx
Industry 4.o the fourth revolutionWeek-2.pptx
KNaveenKumarECE
 
Mechanical Vibration_MIC 202_iit roorkee.pdf
Mechanical Vibration_MIC 202_iit roorkee.pdf
isahiliitr
 
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
resming1
 
MATERIAL SCIENCE LECTURE NOTES FOR DIPLOMA STUDENTS
MATERIAL SCIENCE LECTURE NOTES FOR DIPLOMA STUDENTS
SAMEER VISHWAKARMA
 
IPL_Logic_Flow.pdf Mainframe IPLMainframe IPL
IPL_Logic_Flow.pdf Mainframe IPLMainframe IPL
KhadijaKhadijaAouadi
 
Machine Learning - Classification Algorithms
Machine Learning - Classification Algorithms
resming1
 
May 2025: Top 10 Read Articles in Data Mining & Knowledge Management Process
May 2025: Top 10 Read Articles in Data Mining & Knowledge Management Process
IJDKP
 
System design handwritten notes guidance
System design handwritten notes guidance
Shabista Imam
 
Call For Papers - 17th International Conference on Wireless & Mobile Networks...
Call For Papers - 17th International Conference on Wireless & Mobile Networks...
hosseinihamid192023
 
(Continuous Integration and Continuous Deployment/Delivery) is a fundamental ...
(Continuous Integration and Continuous Deployment/Delivery) is a fundamental ...
ketan09101
 
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Mark Billinghurst
 
Fatality due to Falls at Working at Height
Fatality due to Falls at Working at Height
ssuserb8994f
 
60 Years and Beyond eBook 1234567891.pdf
60 Years and Beyond eBook 1234567891.pdf
waseemalazzeh
 
International Journal of Advanced Information Technology (IJAIT)
International Journal of Advanced Information Technology (IJAIT)
ijait
 
Structural Wonderers_new and ancient.pptx
Structural Wonderers_new and ancient.pptx
nikopapa113
 
Solar thermal – Flat plate and concentrating collectors .pptx
Solar thermal – Flat plate and concentrating collectors .pptx
jdaniabraham1
 
Tally.ERP 9 at a Glance.book - Tally Solutions .pdf
Tally.ERP 9 at a Glance.book - Tally Solutions .pdf
Shabista Imam
 
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Rapid Prototyping for XR: Lecture 1 Introduction to Prototyping
Mark Billinghurst
 
Modern multi-proposer consensus implementations
Modern multi-proposer consensus implementations
François Garillot
 
Industry 4.o the fourth revolutionWeek-2.pptx
Industry 4.o the fourth revolutionWeek-2.pptx
KNaveenKumarECE
 
Mechanical Vibration_MIC 202_iit roorkee.pdf
Mechanical Vibration_MIC 202_iit roorkee.pdf
isahiliitr
 
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
Deep Learning for Image Processing on 16 June 2025 MITS.pptx
resming1
 
MATERIAL SCIENCE LECTURE NOTES FOR DIPLOMA STUDENTS
MATERIAL SCIENCE LECTURE NOTES FOR DIPLOMA STUDENTS
SAMEER VISHWAKARMA
 
IPL_Logic_Flow.pdf Mainframe IPLMainframe IPL
IPL_Logic_Flow.pdf Mainframe IPLMainframe IPL
KhadijaKhadijaAouadi
 
Machine Learning - Classification Algorithms
Machine Learning - Classification Algorithms
resming1
 
May 2025: Top 10 Read Articles in Data Mining & Knowledge Management Process
May 2025: Top 10 Read Articles in Data Mining & Knowledge Management Process
IJDKP
 
System design handwritten notes guidance
System design handwritten notes guidance
Shabista Imam
 
Call For Papers - 17th International Conference on Wireless & Mobile Networks...
Call For Papers - 17th International Conference on Wireless & Mobile Networks...
hosseinihamid192023
 
(Continuous Integration and Continuous Deployment/Delivery) is a fundamental ...
(Continuous Integration and Continuous Deployment/Delivery) is a fundamental ...
ketan09101
 
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Rapid Prototyping for XR: Lecture 4 - High Level Prototyping.
Mark Billinghurst
 
Fatality due to Falls at Working at Height
Fatality due to Falls at Working at Height
ssuserb8994f
 
Ad

Arduino uno details and Workshop contents

  • 2. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 2 ARDUINO  Arduino is the go-to gear for artists, hobbyists, students, and anyone with a gadgetry dream.  Arduino rose out of another formidable challenge: how to teach students to create electronics, fast.  With Arduino, you can control almost everything around you be it simple LED or giant Robots.
  • 3. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 3 ARDUINO  Basically Arduino is Microcontroller.  Microcontroller is microprocessor with memory, RAM and some other peripheral connected with it.  The Arduino Uno is a microcontroller board based on the ATmega328 . The ATmega328 has Flash memory of 32 KB (with 0.5 KB used for the bootloader). It also has 2 KB of SRAM and 1 KB of EEPROM
  • 4. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 4 DIFFERENT TYPES OF ARDUINO Arduino Mega 2560 Arduino LilyPad Arduino Uno DIY Arduino Boarduino Kit
  • 5. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 5 ARDUINO UNO  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.
  • 6. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 6 Digital IO PWM(3, 5, 6, 9, 10, 11) SCLSDA (I2C Bus) RESET PWR IN USB (to Computer) Analog INPUTS POWER 5V / 3.3V / GND
  • 7. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 7 HOW TO CODE IN ARDUINO  You need to download Arduino IDE (Integrated Development Environment).  Arduino IDE is available for all Mac,Windows.and Linux.
  • 8. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 8 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. error & status messages
  • 9. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 9 PROGRAM YOUR ARDUINO  Before you start programming, double check that correct board is selected under Tools  Board.  Now, you can start playing with Arduino.
  • 10. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 10 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.
  • 11. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 11 INPUT VS OUTPUT Image from Theory and Practice of Tangible User Interfaces at UC Berkley
  • 12. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 12 6 MAJOR CONCEPTS  digitalWrite()  analogWrite()  digitalRead()  If (statements) / Boolean  analogRead  Serial Communication
  • 13. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 13 ANALOG VS DIGITAL Microcontrollers are digital devices – ON or OFF. Also called – discrete. Analog signals are anything that can be a full range of values. 5 V 0 V 5 V 0 V
  • 14. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 14 ANALOG VS DIGITAL Analog Sensors Sensors Variables Mic soundVolume Photoresistor lightLevel Potentiometer dialPosition Temp Sensor temperature Flex Sensor bend Accelerometer tilt/acceleration Digital Sensors • Digital sensors are more straight forward than Analog. • No matter what the sensor there are only two settings: On and Off •Example, Push button, Switch
  • 15. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 15 SERIAL COMMUNICATION  “Serial” because data is broken into bits, each sent one after another in a single wire.  Compiling turns your program into binary data (ones and zeros)  Uploading sends the bits through USB cable to the Arduino  The two LEDs near the USB connector blink when data is transmitted.  RX blinks when the Arduino is receiving data.  TX blinks when the Arduino is transmitting data
  • 17. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 17 PROJECT #1 LED BLINK  digitalWrite()
  • 18. Pune Makers ( http://www.meetup.com/Pune-Makers/ ) 18 Compile Upload Status Message

Editor's Notes

  • #3: Flash- Where program is stored. SRAM-Static Random Access Memory ( sketch creates and manipulates variables when it runs ) EEPROM- Electrically Erasable Programmable Read-Only Memory ( memory whose values are kept when the board is turned off )