Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

A

Practical activity Report submitted

For Engineering Design Project-II (UTA-014)

By

Simranjit Singh 102088007

Submitted to

Dr. Karamjeet Singh

DEPARTMENT OF COMPUTER SCIENCE and ENGINEERING


THAPAR INSTITUTE OF ENGINEERING AND TECHNOLOGY,
(A DEEMED TO BE UNIVERSITY), PATIALA, PUNJAB
INDIA

July-Dec 2020
Experiment: 1
Objective: Introduction to Arduino microcontroller

Software Used: Tinker cad Simulator

Hardware Component Used:

Sr. No Name of Components


1. Arduino Uno microcontroller

Theory: It is a microcontroller board developed by Arduino.cc. It is an open-source platform,


means the boards and software are readily available and anyone can modify and optimize the
boards for better functionality.

The software used for Arduino devices is called IDE (Integrated Development Environment)
which is free to use and required some basic skills to learn it. It can be programmed using C
and C++ language.

The current version of Arduino Uno comes with USB interface, 6 analog input pins, 14 I/O
digital ports that are used to connect with external electronic circuits. Out of 14 I/O ports, 6
pins can be used for PWM output. This board comes with all the features required to run the
controller and can be directly connected to the computer through USB cable that is used to
transfer the code to the controller using IDE (Integrated Development Environment)
software, mainly developed to program Arduino. Only 5 V is required to turn the board on,
which can be achieved directly using USB port or external adapter. However, it can support
external power source up to 12 V which can be regulated and limit to 5 V or 3.3 V based on
the requirement of the project.

Arduino Uno Microcontroller

Signature of Faculty member

You might also like