Arduino Workshop
Arduino Workshop
TO ARDUINO
ARDUINO
Basically Arduino is Microcontroller.
With Arduino, you can control almost everything around you be it simple LED
or giant Robots.
DIFFERENT TYPES OF
ARDUINO
Boarduino Kit
Arduino LilyPad
DIY Arduino
Arduino Uno
RESET
SCL\SDA
(I2C Bus)
POWER
5V / 3.3V /
GND Digital I\O
PWM(3, 5, 6, 9, 10,
11)
Analog
INPUTS
HOW TO CODE IN ARDUINO
You need to download Arduino IDE (Integrated Development Environment).
Arduino IDE is available for all Mac, Windows.and Linux.
PROGRAM YOUR ARDUINO
Before you start programming,
double check that correct board
is selected under Tools Board.
Now, you can start playing with
Arduino.
6 MAJOR CONCEPTS
digitalWrite()
analogWrite()
digitalRead()
If (statements) / Boolean
analogRead()
Serial Communication
Upload
Compile
Status Message
THANK YOU