Arduino Workshop
Arduino Workshop
TO ARDUINO
FEATURES ARDUINO
An opensource electronics platform that allows you to create and control
wide range of electronic project:-
E.g.: Temperature Sensing, Building Robots, Home/Industrial
Automation, Prototyping etc.
Arduino is open source which means Hardware & Software designs are freely
available.
2
DIFFERENT TYPES OF
ARDUINO
DIY Arduino
3
COMPONENTS OF
ARDUINO UNO
4
ANALOG VS DIGITAL
5V 5V
0V 0V
5
INPUT VS OUTPUT
6
HOW TO CODE IN ARDUINO
You need to download Arduino IDE (Integrated Development Environment).
Arduino IDE is available for all Mac, Windows.and Linux.
7
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.
8
PROGRAM YOUR ARDUINO
Before you start programming,
double check that correct board
is selected under Tools Board.
Now, you can start playing with
Arduino.
12
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)
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
15
Upload
Compile
Status Message
16
THANK YOU
Pune Makers
16th May 2015