0% found this document useful (0 votes)
59 views5 pages

Cover Page

Uploaded by

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

Cover Page

Uploaded by

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

Department of Electrical and Electronic Engineering (EEE)

Faculty of Sciences and Engineering

Lab Report

Course Title : Integrated Design Projct II


Course Code : EEE-444

Experiment No. : 01
Name of the Experiment:

Date of Submission: 14/12/2023

1
Submitted to: Submitted by:

Name : Monjila Afrin Dorothi Name : S.M.Fahim Hossain


Lecturer department of EEE Department : Electrical & Electronic Engineering

Green University of Bangladesh Student ID : 203010006


Section : EA-203
Remarks
Program : B.Sc. in Engineering
Green University of Bangladesh

Name Of The Experiment : Introduction To Arduino.

Objectives:

1. Familiarization of Proteus Software.


2. Familiarization of Arduino.
3. To generation digital signals using Arduino’s I/O pins.
4. Circuit Simulation Using Proteus Software.
5. To learn how to use buttons and Arduino to do manual control.

Equipment:

1. Arduino UNO board.


2. Arduino is an open-source, microcontroller
3. 75 Piece Jumper Wire Bundle.
4. Breadboard
5. USB Cable
6. Multi-compartment Plastic Storage Box
7. Loads of components
8. Red LEDs
9. Green LED

1. Arduino UNO board.

In this first lab you will gain experience with the Arduino development environment
for writing programs. These programs are then loaded into the Arduino where they are
run. You can use a physical Arduino Uno for this lab

2
Arduino Software
Arduinos are programmed using the Integrated Development Environment (IDE). The
Arduino IDE is available for Windows, mac OS, and Linux. The programming
language is based on a variant of C and C++; therefore, people familiar with these
languages will be able to start coding right away.

Task 1:
 Proteus Circuit Diagram:
GREEN ON(Delay)
GREEN Off (Delay)
3
Code:

Fig: Off stage

Task-2
Fig: On stage RED, YELLOW
RED ON (Delay) YELLOW ON (Delay) YELLOW OFF (Delay) RED Off.
Code:
Fig: On stage

Proteus Circuit Diagram:

4
Fig: On stage

Discussion:
In this experiment I have used Proteus software. I hav e learned aboutsome basic of Arduino.
I have learned some codes through which I turn on some LED using Arduino . I face some
problems Which are – I have made a mistake in writing Codes, without pressing the ‘Export
compiled binary’ command I uploaded the code in arduino. But our class teacher helped me
to complete the Experiment.This is a software based experiment. So everything on the code
& circuit should be right for the output. If any symbol or any wire missed there will be error
for a circuit.

You might also like