INTRODUCTION TO ARDUINO
06/10/2020 INTEGRATED DYNAMICS
What does our brain do?
06/10/2020 INTEGRATED DYNAMICS
What does PC’s Brain do?
06/10/2020 INTEGRATED DYNAMICS
How these things works?
06/10/2020 INTEGRATED DYNAMICS
Microcontroller
06/10/2020 INTEGRATED DYNAMICS
• How these things works?
06/10/2020 INTEGRATED DYNAMICS
Basic example
06/10/2020 INTEGRATED DYNAMICS
• If I ask you to turn off the light after 5 minutes
and then turn on?
06/10/2020 INTEGRATED DYNAMICS
• Will you wait for 5 minutes, isn’t waste of time
to sit like an idle and stare clock for 5minutes?
ID 9
How if we built up a device which can automatically
turn off LED after 5 minutes and then turn on.
06/10/2020 INTEGRATED DYNAMICS
Isn’t a good idea? Can we do this?
If you don’t know than
What will we need to no problem you just
make this? come to know in next 2
minutes
ID 11
Do we need a BRAIN?
If yes so what will be
the brain of our device?
06/10/2020 INTEGRATED DYNAMICS
• Here the brain is ARDUINO BOARD.
06/10/2020 INTEGRATED DYNAMICS
Arduino
• It can run standalone from a computer (chip is
programmable) and it has memory (a small
amount).
• It can work with both Digital and Analog
electronic signals. Sensors and Actuators.
• You can make cool stuff! Some people are
even making simple robots, and we all know
robots are just cool.
ID 14
So we need ARDUINO BOARD (Microcontroller) to
make such device.
06/10/2020 INTEGRATED DYNAMICS
How give command to the ARDUINO BOARD?
06/10/2020 INTEGRATED DYNAMICS
Have you any idea?
06/10/2020 INTEGRATED DYNAMICS
• We communicates with ARDUINO BOARD
through IDE(integrated development
environment) Hardware
Software
06/10/2020 INTEGRATED DYNAMICS
IDE
This is the ARDUINO
software (IDE). This
is use to write code
on it and upload to
the ARDUINO BOARD.
It looks like as follow;
06/10/2020 INTEGRATED DYNAMICS
IDE Cont…
Message Area
Message Area
Text Console
Board and Serial Port
06/10/2020 INTEGRATED DYNAMICS
How we will command our ARDUINO BOARD
through IDE.
LED ON
After 5 minutes
LED OFF
Then
LED ON
06/10/2020 INTEGRATED DYNAMICS
How Use IDE
06/10/2020 INTEGRATED DYNAMICS
Are you ready for the very first device of your
life with ARDUINO BOARD?
06/10/2020 INTEGRATED DYNAMICS
Don’t be so hurry guys!
Learn some basic electrical rules before go
Any further.
06/10/2020 INTEGRATED DYNAMICS
• It’s important to note at this stage that
ARDUINO is an electronic device.
• This means you MUST consider electrical
safety and understand the basics before diving
straight in.
06/10/2020 INTEGRATED DYNAMICS
Basic Electrical points-Current
06/10/2020 INTEGRATED DYNAMICS
Basic Electrical points-Voltage
06/10/2020 INTEGRATED DYNAMICS
Basic Electrical points-Resistance
06/10/2020 INTEGRATED DYNAMICS
Lets start!
06/10/2020 INTEGRATED DYNAMICS
ID 30