Arduino
Ananthakrishnan. M
200021601004
What is the Arduino?
Arduino is a single board microcontroller which enables
application of interactive object or environment more accessible.
This also makes the process of using electronics easier and
gives a wide mulitidisciplinary application
Specification of Arduino
Microcontroller -
ATmega328 operating
voltage 5V-3.3V Digital I/O
14 of which 6 provide PWM
output. and 6 is Analog input
pins
How Arduino works ?
Connect the components as per the circuit diagram and
then connect Arduino UNO to the system using the USB
cable.
Setup Arduino IDE: Open IDE and go to Tools -> Boards and
select Arduino UNO. Then go to Tools -> Ports and select
the port at which UNO is connected.
Compiling and Uploading.
IDE (Intergrated Develpment
Environment)
It is a programming software for Arduino.
The Arduino Software (IDE) allows you to write programs
and upload them to your board. In the Arduino Software
page, you will find two options:
If you have a reliable Internet connection, you can use the online IDE (Arduino Web Editor). It
will allow you to save your sketches in the cloud, having them available from any device and
backed up. You will always have the most up-to-date version of the IDE without the need to
install updates or community generated libraries.
If you would rather work offline, you should use the latest version of the desktop IDE.
Advantages of Arduino
Open source
Simplified and user-friendly programming
language No additional programmer or
hardware required for programming
board.
Compact size and
portable, Low
power consumption
The Challenges of Arduino
Limited Memory and Processing Power Not optimized for specific use
Internet Connectivity
THANK YOU