DOC-20230410-WA0003.Arduino Uno
DOC-20230410-WA0003.Arduino Uno
ARDUINO
UNO
~ VIJAY ANAND B
513420104049
INTRODUCTION
• What is Arduino?
• Open source electronic ------based on----> Hardware & software
platform
• What do Arduino do?
void setup ( )
{
pinMode(LED, OUTPUT); //Declaring pin 13 as output pin
}
• TX – Transmit | RX – receive
• Arduino uses these pins to
communicate with other
electronics via serial
communication. GSM GPRS MODULE
• 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