CEL - Group No 4 - Report

You might also like

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

MVPS’s

RAJARSHI SHAHU MAHARAJ POLYTECHNIC,


NASHIK

ELECTRONICS & TELECOMMUNICATION


ENGINEERING DEPARTMENT

ACADEMIC YEAR 2020-2021

Consumer Elecronics.
(22425)

MICRO-PROJECT
ON

“Built A Timer Delay Using IC 89c51.”


SUBMITTED BY

ROLL ENROLLMENT NO. EXAM SEAT NO. STUDENT NAME


NO.
10 1910020289 340997 Deshmukh Kartik Nitin.
11 1910020290 340998 Ghodke Prathamesh Kiran.
12 1910020291 340999 Jadhav Prathamesh Shrikant.

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


MAHARASHTRA STATE BOARD OF TECHNICAL
EDUCATION

Certificate
This is to certify that Mr. Jadhav Prathamesh Shrikant .

Roll No. 12 of Forth semester of diploma in E & TC Engineering of

Institute MVPS’s Rajarshi Shahu Maharaj Polytechnic,Nasik (Code:

1002) has successfully completed micro-project in Consumer Elecronics

(22425) for academic year 2020-2021 as prescribed in curriculum of

MSBTE, Mumbai.

Place:-Nashik. Enrollment no:-1910020291.

Date:-16 June, 2021. Exam seat no:- 340999.

Mr. N.A. Gade Mr. S.N. Shelke Dr. D.B. Uphade


Course Teacher/Guide H.O.D Principal

Seal of
institute

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


INDEX

Sr. No. Topic Page No.


01 Introduction 01
02 Circuit Diagram 02
03 Working 03
04 Circuit Analysis
 Photo 04
 Simulation 05
 Observation 06
05 Conclusion 07
06 Future Scope 08
07 References 09

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


INTRODUCTION

The 8051 Microcontroller is one of the most popular and most commonly used
microcontrollers in various fields like embedded systems, consumer electronics,
automobiles, etc. Technically called as Intel MCS-51 Architecture, the 8051
microcontroller series was developed by Intel in the year 1980 and were very popular in
the 80‟s (still are popular).

8051 Microcontroller has many features like Serial Communication, Timers,


Interrupts, etc. and hence many students and beginners start their work on the concept of
Microcontrollers with 8051 Microcontroller (although this trend seems to be changed
with the introduction of Adriano).

Even though 8051 Microcontroller might seem a little bit out of fashion, we feel
that it is one of the best platforms to get started with Microcontrollers, Embedded
Systems and Programming (both C and Assembly).

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


CIRCUIT DIAGRAM

Program Code:-

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


WORKING

8051 Microcontroller is a programmable device which is used for controlling


purpose. Basically 8051 controller is Mask programmable means it will programmed at
the time of manufacturing and will not programmed again, there is a derivative of 8051
microcontroller, 89c51 micro controller which is re-programmable.

89c51 is 8-bit device means it is capable of doing 8-bit operations. It has 4 ports
which are used as input or output according to your need. This device also has Timer,
Serial Port interface and Interrupt controlling you can use these according to your need.

This is the first project regarding 8051 and of course one of the simplest, blinking
LED using 8051. The microcontroller used here is AT89S51 In the circuit, push button
switch S1, capacitor C3 and resistor R3 forms the reset circuitry. When S1 is pressed,
voltage at the reset pin (pin9) goes high and this resets the chip. C1, C2 and X1 are
related to the on chip oscillator which produces the required clock frequency.

P1.0 (pin1) is selected as the output pin. When P1.0 goes high the transistor Q1 is
forward biased and LED goes ON. When P1.0 goes low the transistor goes to cut off and
the LED extinguishes.

The transistor driver circuit for the LED can be avoided and the LED can be
connected directly to the P1.0 pin with a series current limiting resistor (~1K). The time
for which P1.0 goes high and low (time period of the LED) is determined by the program.

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


CIRCUIT ANALYSIS

 Photo:-

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


 Simulation:-

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


 Observation:-

Result:-
When we on switch, LED get ON and after time delay of 1 second it get
off. Again after time delay of 1 second LED get ON. And this process will get
continue.

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


CONCLUSION

AT89C51 needs an oscillator for its clock generation, so we should connect


external oscillator. Two 22pF capacitors are used to stabilize the operation of the Crystal
Oscillator. EA should be strapped to VCC for internal program executions. AT89C51 has
no internal Power on Reset, so we have to do it externally through the RST pin using
Capacitor and Resistor.

When the power is switched ON, voltage across capacitor will be zero, thus
voltage across resistor will be 5V and reset occurs. As the capacitor charges voltage
across the resistor gradually reduces to zero.

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


FUTURE SCOPE

While 8 or 16-bit MCUs, such as 8051 and 80251 microcontrollers, can be


sufficient for entry level edge objects with minimum security, more and more IOT
objects with embedded RTOS and upgradable firmware need the enhanced computing
capabilities of 32-bit MCUs due to the increasing integration of sensors along with the
necessary security-related processing.

It could have been an easy-going extension from the i80251 as the 32-bit
extrapolation was readily noticeable in Intel's architecture. But times have changed since
Intel's involvement in the 80s and 90s, and a new generation was needed.

To begin with, a code sign process is available nowadays for streamlining the
development of the instruction code, i.e. maintaining its i51 legacy while minimizing its
power-consumption through simultaneous upgrades of the new compiler and the
upgraded processor architecture. The resulting pair, the i351 microcontroller core Zephyr
and the compilation tool chain Smart CC, could not be sufficient as two other challenges
must be faced: development tools and security.

This article details the architectural upgrade of i351 Zephyr from 80x51 legacy,
with a focus on ultra-low-power implementation and exceptionally high code-density
tailored for edge devices running an RTOS or Java OS. It then describes the complete set
of development tools, beyond the traditional compilers and Integrated Development
Environments (IDE), namely Smart Vision™, for early stage graphical verification of all
the networks controlled by the MCU and for the matching between firmware
development and hardware implementation with advanced low-power techniques.
Finally, this article explains how Zephyr with enhanced “Armored” versions can help
users implement custom security counter-measures in order to safely operate in the new
interconnected world.

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13


REFERENCES

 WWW.Google.com.

 Wikipedia.

 https://electrosome.com.

 A Laboratory Manual Of Microcontroller And Application (22426).

 „Consumer Elecronics (22425).‟ SYEJ I Scheme Tech-Max.

 Mr. N.A. Gade.

MVPS’s Rajarshi Shahu Maharaj Polytechnic, Nashik-13

You might also like