0% found this document useful (0 votes)
8 views12 pages

ETI micro

The document is a Teacher Evaluation Sheet for a micro-project titled 'Arduino Types' completed by student Chordiya Siddhi Rajesh as part of the Computer Technology program. It outlines the project objectives, course outcomes achieved, evaluation criteria, and details about the Arduino platform and its various types. Additionally, it includes a certification of project completion and a structured index of the project report.

Uploaded by

siddhijain522
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views12 pages

ETI micro

The document is a Teacher Evaluation Sheet for a micro-project titled 'Arduino Types' completed by student Chordiya Siddhi Rajesh as part of the Computer Technology program. It outlines the project objectives, course outcomes achieved, evaluation criteria, and details about the Arduino platform and its various types. Additionally, it includes a certification of project completion and a structured index of the project report.

Uploaded by

siddhijain522
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

Teacher Evaluation Sheet

Name of Student: Chordiya Siddhi Rajesh


Enrolment No:2200790138
Name of Program: Computer Technology Semester:- VI
Course Title: Emerging Trends in Computer and Infromation Technology Course Code:22618
Title of the Micro Project: Arduino Types

Course Outcomes Achieved:

d) Interpret IoT concepts.


Evaluation as per Suggested Rubric for Assessment of Micro-Project:
Sr.
Characteristic to be Poor Average Good Excellent (Marks
No.
assessed (Marks 1-3) (Marks 4-5) (Marks 6 - 8) 9-10)
(A) Process and Product Assesssment (Convert above total marks out of 6 marks)
1 Relevance to the Course
Literature Survey /
2
Information Collection
Completion of the Target as
3
per project proposal
Analysis of data and
4
representation
5 Quality of Prototype / Model
6 Report Preparation
(B) Individual Presentation / Viva (Convert above total marks out of 4 marks)
8 Presentation
9 Viva
Micro – Project Evaluation Sheet:
Process Assessment Product Assessment
Part Project Part Individual Total
A – project Methodology B – Project Presentation / Marks 10
Name of student Proposal (2 marks) Report / Working Viva (4 marks)
(2 marks) Model(2 marks)

Chordiya Siddhi Rajesh


Comments / Suggestions about team work / leadership / inter – personal communication (if any)

Any Other Comment

Name and designation of the faculty Member: Ms.A.S.Chordiya Signature


MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION

SHRI H. H. J. B POLYTECHNIC,
CHANDWAD-423101 (Nashik)

MICRO PROJECT
Academic year: 2023-24

TITLE OF PROJECT
Arduino Types

Program:Computer Technology
Program Code:CM
Course: Emerging Trends in Computer and Information Technology
Course code: 22618
MAHARASHTRA STATE BOARD OF TECHNICAL EDUCATION
Sr. No Name of group members Roll No Enrollment No Seat No

1 Chordiya Siddhi Rajesh 17 2200790138

CERTIFICATE
This is to certify : Chordiya Siddhi Rajesh

of 6th Semester of Diploma in Computer Technology of Institute, SHHJB POLYTECHNIC,


CHANDWAD (Code: 0079) has completed the Micro-Project satisfactorily in Subject Emerging
Trends in Computer and Information Technology (22618) for the academic year 2024- 2025 as
prescribed in the curriculum.

Place: CHANDWAD

Date: / /2025

Subject Teacher Head of the Department Principal


(Miss.A.S.Chordiya) (Mr.P.R.Sali.) (Dr. Wankhede V. A.)
INDEX
SR_NO. CONTENT PAGE NO.

Part A

1.0 Brief Introduction

2.0 Aim of Micro Project

3.0 Action Plan

4.0 Resources Required

Part B

1.0 Brief Description

2.0 Aim of Micro Project

3.0 Course Outcome Integrated

4.0 Actual Procedure Followed

5.0 Actual Resource Used

6.0 Outputs of the Micro-projects

7.0 Skill Developed

8.0 Applications of this Microproject


PART A-Plan
Title of micro-project: Arduino Types

1.0 Aim/Benefits of the Micro-Project-


To know the concept of IoT.
To know types of Arduino Board.
To know the working of Arduino.

2.0 Course Outcomes Addressed-

a)Describe Artificial Intelligence, Machine learning and deep learning.


b) Interpret IoT concepts.
c)Compare Models of Digital Forensic Investigation.
d) Describe Evidence Handling procedure.
e) Describe Ethical Hacking process.
f)Detect Network, Operating System and applications vulnerabilities.

3.0 Proposed Methodology-

Find information related to Arduino Board.

Find types of Arduino.

Prepare reports on Arduino types.


4.0 Action Plan-

Planned Start Planned Finish


Sr no. Details of activity Date Date
1. Finalization of topic
2. Preparation of Abstract
3. Collection of data
4. Preparation of concept
5. Seminar / Presentation
6. Submission of Micro Project

5.0 Resources Required:

Sr.No Name of Resource/Material Specification Quantity Remarks


1. Computer (Desktop/Laptop) I5/I7,RAM 8GB 1
2. Microsoft office word 2010 1
3. Books ETI Book 1
4. Websites
5. Softwares MicroSoft Word 1
PART B-Plan

Title of micro-project: Arduino Types

1.0 Aims/Benefits of Micro Project:


To know the concept of IoT.
To know types of Arduino Board.
To know the working of Arduino.

2.0 Course Outcomes Achieved:

a)Describe Artificial Intelligence, Machine learning and deep learning.


b) Interpret IoT concepts.
c)Compare Models of Digital Forensic Investigation.
d) Describe Evidence Handling procedure.
e) Describe Ethical Hacking process.
f)Detect Network, Operating System and applications vulnerabilities.

3.0 Actual Methodology/Procedure Followed:

Find information related to Arduino Board.

Find types of Arduino.

Prepare reports on Arduino types.

4.0 Actual Resources Used:


Sr.No Name of Resource/Material Specification Quantity Remarks
1. Computer (Desktop/Laptop) I5/I7,RAM 8GB 1
2. Microsoft office word 2010 1
3. Books ETI Book 1
4. Websites
5. Softwares Microsoft Word 1
6.0 Arduino:
Introduction:
Arduino is an open-source platform used for building electronics projects. Arduino consists of
both a physical programmable circuit board (often referred to as a microcontroller) and a piece of
software, or IDE (Integrated Development Environment) that runs on your computer, used to
write and upload computer code to the physical board.

The Arduino platform has become quite popular with people just starting out with electronics, and
for good reason. Unlike most previous programmable circuit boards, the Arduino does not need a
separate piece of hardware (called a programmer) in order to load new code onto the board -- you
can simply use a USB cable. Additionally, the Arduino IDE uses a simplified version of C++,
making it easier to learn to program. Finally, Arduino provides a standard form factor that breaks
out the functions of the micro-controller into a more accessible package.

Features:

• Arduino boards are able to read analog or digital input signals from different sensors and
turn it into an output such as activating a motor, turning LED on/off, connect to the cloud
and many other actions.
• You can control your board functions by sending a set of instructions to the
microcontroller on the board via Arduino IDE (referred to as uploading software).
• Unlike most previous programmable circuit boards, Arduino does not need an extra piece
of hardware (called a programmer) in order to load a new code onto the board. You can
simply use a USB cable.
• Additionally, the Arduino IDE uses a simplified version of C++, making it easier to learn
to program.
• Finally, Arduino provides a standard form factor that breaks the functions of the micro-
controller into a more accessible package.

Types Of Arduino

🠶 Arduino Uno (R3):

Arduino UNO is a microcontroller board based on the ATmega328P. It has 14 digital


input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz ceramic
resonator, a USB connection, a power jack, an ICSP header and a reset button. It contains
everything needed to support the microcontroller; simply connect it to a computer with a USB
cable or power it with a AC-to-DC adapter or battery to get started. You can tinker with your
UNO without worrying too much about doing something wrong, worst case scenario you can
replace the chip for a few dollars and start over again.
Technical specifications

• Microcontroller:

• IC: Microchip ATmega328P[9]


• Clock Speed: 16 MHz on Uno board, though IC is capable of 20MHz maximum at
5 Volts
• Flash Memory: 32 KB, of which 0.5 KB used by the bootloader
• SRAM: 2 KB
• EEPROM: 1 KB
• UART peripherals: 1
• I2C peripherals: 1
• SPI peripherals: 1
• Operating Voltage: 5 Volts

• Digital I/O Pins: 14


• PWM Pins: 6 (Pin # 3, 5, 6, 9, 10 and 11)
• Analog Input Pins: 6
• DC Current per I/O Pin: 20 mA
• DC Current for 3.3V Pin: 50 mA
• Length: 68.6 mm
• Width: 53.4 mm
• Weight: 25 g
Arduino Nano:

The Arduino Nano is a small, complete, and breadboard-friendly board based on the
ATmega328P released in 2008. It offers the same connectivity and specs of the Arduino
Uno board in a smaller form factor.[1]

The Arduino Nano is equipped with 30 male I/O headers, in a DIP-30-like configuration,
which can be programmed using the Arduino Software integrated development
environment (IDE), which is common to all Arduino boards and running both online and
offline. The board can be powered through a type-B mini-USB cable or from a 9 V
battery.

Technical specifications:
• Microcontroller: Microchip ATmega328P[4]
• Operating voltage: 5 volts
• Input voltage: 5 to 20 volts
• Digital I/O pins: 14 (6 optional PWM outputs)
• Analog input pins: 8
• DC per I/O pin: 40 mA
• DC for 3.3 V pin: 50 mA
• Flash memory: 32 KB, of which 2 KB is used by bootloader
• SRAM: 2 KB
• EEPROM: 1 KB
• Clock speed: 16 MHz
• Length: 45 mm
• Width: 18 mm
• Mass: 7 g
• USB: Mini-USB Type-B [5]
• ICSP Header: Yes
• DC Power Jack: No

🠶 Arduino Micro:
The Arduino Micro (a type of Arduino board) is based on the ATmega32U4
Microcontroller. It comes with the inbuilt USB. The Micro can also perform as a mouse or
keyboard when connected to the computer. It uses Micro USB cable.
We need to use the micro USB cable to establish the connection between the Micro board
and the computer to get started with the programming. The USB port is inbuilt in the
ATmega32U4 Microcontroller, which eliminates the use of a secondary processor.

Tech specs
Microcontroller ATmega32U4

Operating Voltage 5V

Input Voltage (recommended) 7-12V

Digital I/O Pins 20

PWM Channels 7

Analog Input Channels 12

DC Current per I/O Pin 20 mA

DC Current for 3.3V Pin 50 mA

Flash Memory 32 KB (ATmega32U4) of which 4 KB used by bootloader

SRAM 2.5 KB (ATmega32U4)

EEPROM 1 KB (ATmega32U4)

Clock Speed 16 MHz

LED_BUILTIN 13

Length 48 mm

Width 18 mm

Weight 13 g
Arduino Due

The Arduino Due is a microcontroller board based on the Atmel SAM3X8E ARM Cortex-M3
CPU. It is the first Arduino board based on a 32-bit ARM core microcontroller.

Important features −

• It has 54 digital input/output pins (of which 12 can be used as PWM outputs)
• 12 analog inputs
• 4 UARTs (hardware serial ports)
• 84 MHz clock, an USB OTG capable connection
• 2 DAC (digital to analog), 2 TWI, a power jack, an SPI header, a JTAG header
• Reset button and an erase button

Characteristics of the Arduino Due Board

Communication

• 4 Hardware UARTs
• 2 I2C
• 1 CAN Interface (Automotive communication protocol)
• 1 SPI
• 1 Interface JTAG (10 pin)
• 1 USB Host (like as Leonardo)
• 1 Programming Port
7.0 Skill Developed:

Understand the functions of Arduino.


Known multiple types of Arduino Board.

8.0 Applications of this Microproject:


To create application which needs both software and hardware parts.

You might also like