Iot Projects Easy With Arduino
Iot Projects Easy With Arduino
ARDUINO
UNO
~ VIJAY ANAND B
513420104049
INTRODUCTION
• What is Arduino?
• Open source electronic ------based on----> Hardware & software
platform
• What do Arduino do?
Read data's
• Arduino board can send the command with the help of actuators by
sending a set of instruction(program) to the microcontroller present in
the Arduino board to do the works(read data's & send command's)
• There are various kinds of Arduino board
• COMMONLY USED ARDUINO BOARDS
• Arduino Uno
• Arduino MEGA
• Arduino Nano
• Arduino Lilypad
• Open source software
• Open source hardware • ARDUINO IDE
• ARDUINO BOARD • It is used to write, compile and upload
your program.
• Can be programable
• It is used to send computer program
• Also referred as
to electrical board.
microcontroller or brain
ARDUINO UNO
• USB cable for Arduino uno
POWER JACK
int LED =8; // The digital pin to which the LED is connected
void setup ( )
{
}
TX & RX PINS
• TX – Transmit | RX – receive
• Arduino uses these pins to
communicate with other
electronics via serial GSM GPRS MODULE
communication.
• Avoid using these pin for other
tasks other than serial
communication
+
unless you're running out of pins
• Tx and Rx led used to indicate
the transmiting & receiving the
data's.
WIFI +
BLUETOOTH
MODULE
POWER ON LED
To indicate us Arduino
board is powered by
correctly
LED ATTACHED TO
DIGITAL PIN13