8085 MICROPROCESSOR PROJECT

Size: px
Start display at page:

Download "8085 MICROPROCESSOR PROJECT"

Transcription

1 8085 MICROPROCESSOR PROJECT GOATS AND TIGER GAME MADE BY: AJAY SINGH (15/EC/13) AKASH NIRBHIK (16/EC/13)

2 SYNOPSIS Aim To make Goat and Tiger game using 8085 Microprocessor. Description of Game The figure given represents the game board. The tiger and goats can be placed on the intersections represented by black dots. It s a two player game, one player will control 1 tiger and the other will control 5 goats. The goats and tigers can only be moved along the lines of the board. Gameplay All the goats are placed on the board individually at the beginning. You can only move the goats after you place all the goats on the board. A tiger can capture a goat if there is an empty intersection for the tiger to jump. The tiger wins if it captures two goats, and goats win if they corner the tiger (i.e when tiger is at a position where it cannot move anywhere). There is a time limit of 1 minute for each player to play their turn. Implementation- All the positions on the board are realized through 10 bicolour leds. Each position will have a switch to select the same. The goats and the tiger will be represented with different colours. Two leds will be used to denote the turn. 6 leds will be used to convey time limit(initially all 6 leds will be on at the starting of each players turn, then after an interval of 10 seconds each led will go to off state thus all 6 leds comprising 1 minute). Two 7- segmet displays will show the score of both the players.

3 ACKNOWLEDGEMENT Firstly, we would like to thank Prof. Dhananjay Gadre for his unconditional support and thorough guidance without which this project would not have seen the light of the day. He not only guided us through the project but also played a vital role in helping us relate the theoretical concepts with their practical concepts and instilled in us enthusiasm to LEARN BY DOING. This project was definitely a milestone in our career and we learnt a lot more than just electronics, values of hard work and team work. We would also like to thank our friends and classmates especially Ayush gupta, Tyagi,Ankush and Abhishek Pandey who worked with us and helped at each and every point of time we needed help and assistance. From helping us learn EAGLE, guiding to get PCB ready, helping us through the soldering sessions, getting corrections in software and also final checks on the clock and what not, they were always with us. It was a really good memorable experience working with all of them. We would also like to thank all the staff of the Department of Electronics of Netaji Subhas Institute of Technology for providing us with all the requisites for completion of this project.

4 BLOCK DIAGRAM

5 SCHEMATIC

6 BOARD

7 Final board

8 CODE ;Goats and Tiger Game Code MVI A,80H ;INITIALLY TOP LED IS RED STA ADDR OUT 00H MVI A,00H ;INITIALLY ALL GREEN LED OFF OUT O1H OUT 02H ;INITIALLY REMAINING TWO GREEN AND RED LEDS OFF MVI A,80H ;CONTROL WORD FOR 8255_1 OUT 03H ;CONTROL REGISTER FOR 8255_1 MVI A,92H ;CONTROL WORD FOR 8255_2 OUT 43H ;CONTROL REGISTER FOR 8255_2 MVI E,05H LXI SP,8000H LXI H,FFFFH ;TO UPDATE THE NO. OF GREEN LEDS ON MVI D,80H LOOP: IN 40H ;PORT A OF 8255_2 (8 SWITCHES) MOV B,A IN 41H ;PORT B OF 8255_2 (REMAINING 2 SWITCHES) ORI FCH MOV C,A ANA B JZ LOOP MVI A,FFH ;SWITCH LOOP ENDS ;FOR DOUBLE LOOP FOR MOVING GREEN LEDS

9 SUB E JZ LOOP1 MOV A,D JP NEXT CALL GREEN JMP AGAIN NEXT: CALL RED AGAIN: MOV A,D MOV D,A JMP LOOP RED: MVI A,00H ;SUBROUTINE FOR RED OUT 00H MOV A,L ANI 30H OUT 02H MOV A,B OUT 00H ;PORT A OF 8255_1 (FOR RED LEDS) STA ADDR ANI 03H OUT 02H ;PORT C OF 8255_1 (FOR REMAINING 2 RED LEDS) RET GREEN: MVI A,00H ;SUBROUTINE FOR GREEN OUT 01H

10 LDA ADDR ANI 03H OUT 02H MOV A,E JZ CHANGE MOV A,B ;PLACING OF 5 GREEN LEDS ANA H MOV B,A ANA L ANI 03H MOV C,A MOV A,B OUT 01H ;PORT B OF 8255_1 (FOR GREEN LEDS) OUT 02H ;PORT C OF 8255_1 (FOR REMAINING 2 GREEN LEDS) MOV A,B MOV H,A MOV L,A DCR E RET

11 CHANGE: MVI A,00H OUT 01H LDA ADDR ANI 03H OUT 02H PUSH D ;MOVEMENT OF GREEN LEDS(SWITCHING OFF LED) MOV A,B ORA H MOV H,A OUT 01H ORA L MOV L,A OUT 03H MVI E,FFH JMP LOOP POP D LOOP1: MOV A,B ;MOVEMENT OF GREEN LEDS(SWITCHING ON LED) ANA H MOV B,A

12 ANA L ANI 03H MOV C,A MOV A,B OUT 01H OUT 02H MOV A,B MOV H,A MOV L,A RET

13 CONCLUSION EC-316 MICROPROCESSORS PROJECT has been a thoroughly enriching experience. We thank Prof. Gadre for such an opportunity which made us learn in depth about microprocessors and assembly language programming as well as small electronics things which are generally bypassed by the big concepts like led voltages, role of resistors, capacitors etc. It gave a good experience in digital as well as analog electronics. Learning by doing was accomplished. We gathered all the basic knowledge about the microprocessor 8085 and brushed up digital logic concepts which was to be used in this project. The schematic diagram of various components and connections was drawn on PCB software EAGLE. The project gave us a good hand on experience to work on EAGLE.

14 BIBLIOGRAPHY TEXTBOOKS: 1. Microprocessor Architecture, Programming, and Applications with the 8085 Author: Ramesh Gaonkar Publisher: Penram International Publishing (India) Pvt. Ltd Edition: 5th edition ISBN: The 8085 Microprocessor: Architecture, Programming and Interfacing Author: K.Udaya Kumar, B.S.Umashankar Publisher: Pearson Education India Edition: 1st edition ISBN: Microprocessors and Interfacing Author: Douglas V. Hall Publisher: Mcgraw Hill Education Edition: 3rd edition ISBN: DATASHEETS PROVIDED BY PROF. GADRE TliN1lSdUU&usp=sharin g WEB LINKS M1L2.pdf 3. electronicsproject.org/microprocessor-based-home-securitysystem/ 4.

PERIPHERAL INTERFACING Rev. 1.0

PERIPHERAL INTERFACING Rev. 1.0 This work is licensed under the Creative Commons Attribution-NonCommercial-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/in/deed.en

More information

MICROPROCESSORS AND MICROCONTROLLER 1

MICROPROCESSORS AND MICROCONTROLLER 1 MICROPROCESSORS AND MICROCONTROLLER 1 Microprocessor Applications Data Acquisition System Data acquisition is the process of sampling signals that measure real world physical conditions ( such as temperature,

More information

INTERFACING ADC/DAC. DAC INTERFACE SECTION: DAC 0800 is a monolithic, high speed, current output D/A Converter. Its unique features are:

INTERFACING ADC/DAC. DAC INTERFACE SECTION: DAC 0800 is a monolithic, high speed, current output D/A Converter. Its unique features are: INTERFACING ADC/DAC AIM: a) To interface the DAC unit to microprocessor and to write an ALP to convert the given digital word to analog voltage and also to generate sawtooth, triangular and sinewaves.

More information

PERIPHERAL INTERFACING Rev. 1.0

PERIPHERAL INTERFACING Rev. 1.0 PERIPHERAL INTERFACING Rev.. This work is licensed under the Creative Commons Attribution-NonCommercial-Share Alike 2.5 India License. To view a copy of this license, visit http://creativecommons.org/licenses/by-nc-sa/2.5/in/deed.en

More information

Thursday 5 June 2014 Afternoon

Thursday 5 June 2014 Afternoon Thursday 5 June 214 Afternoon A2 GCE ELECTRONICS F614/1 Electronic Control Systems *3119659* Candidates answer on the Question Paper. OCR supplied materials: None Other materials required: Scientific calculator

More information

arxiv:physics/ v1 [physics.ed-ph] 19 Oct 2004

arxiv:physics/ v1 [physics.ed-ph] 19 Oct 2004 I. SIMPLE 8085 µp COMPATIBLE I/O CARD with Arti Dwivedi Abstract A simple interfacing project with the 8085-microprocessor kits available in under graduate college labs has been discussed. The interface

More information

B.Sc. ELECTRONICS (OPTIONAL) Second Year DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY, AURANGABAD

B.Sc. ELECTRONICS (OPTIONAL) Second Year DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY, AURANGABAD B.Sc. ELECTRONICS (OPTIONAL) Second Year-2010-1 - DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY, AURANGABAD SYLLABUS B.Sc. SECOND YEAR (THIRD & FOURTH SEMESTER) [ELECTRONICS (OPTIONAL)] {Effective from

More information

Thursday 6 June 2013 Afternoon

Thursday 6 June 2013 Afternoon Thursday 6 June 2013 Afternoon A2 GCE ELECTRONICS F614/01 Electronics Control Systems *F628070613* Candidates answer on the Question Paper. OCR supplied materials: None Other materials required: Scientific

More information

Development Of a Simple Robot Arm Using Servo Motors

Development Of a Simple Robot Arm Using Servo Motors Development Of a Simple Robot Arm Using Servo Motors June 2000 Oguz ASLANTÜRK, Research Assistant at Hacettepe University Dept. of Computer Science & Engineering e-mail: aslantur@hacettepe.edu.tr Ahmet

More information

Variable Structure Position Control

Variable Structure Position Control Variable Structure Position Control N. N. Bengiamin Electrical Engineering Department, University of North Dakota, Grand Forks, North Dakota B. Kauffmann American Microsystems Inc., 2300 Buckskin Road,

More information

7.S-[F] SU-02 June All Syllabus Science Faculty B. Sc. II Yr. Eelectronics [Sem.III & I - 1 -

7.S-[F] SU-02 June All Syllabus Science Faculty B. Sc. II Yr. Eelectronics [Sem.III & I - 1 - - 1 - - 2 - - 3 - DR. BABASAHEB AMBEDKAR MARATHWADA UNIVERSITY, AURANGABAD Revised SYLLABUS of B.Sc. SECOND YEAR ELECTRONICS (OPTIONAL) (THIRD & FOURTH SEMESTER) { Effective for June- 2014-2015 } - 4 -

More information

Solapur University, Solapur Syllabus for B.Sc. II Electronics Semester System To be implemented from Academic Year ) Course Structure: -

Solapur University, Solapur Syllabus for B.Sc. II Electronics Semester System To be implemented from Academic Year ) Course Structure: - 1 Solapur University, Solapur Syllabus for B.Sc. II Electronics Semester System To be implemented from Academic Year 2011-12 1) Course Structure: - Sr. Semester Paper Title Total No No. 1. Semester-III

More information

Measurement of Time Period of A Simple Pendulum using an Electronic Circuit

Measurement of Time Period of A Simple Pendulum using an Electronic Circuit Measurement of Time Period of A Simple Pendulum using an Electronic Circuit Bhuvnesh, Phurailatpam Hemantakumar Department of Physics, Hindu College, University of Delhi Abstract:- This project was taken

More information

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK

ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK ECE 511: FINAL PROJECT REPORT GROUP 7 MSP430 TANK Team Members: Andrew Blanford Matthew Drummond Krishnaveni Das Dheeraj Reddy 1 Abstract: The goal of the project was to build an interactive and mobile

More information

Self-Invented Keypad Based Electronic Notice Board for Wired & Wireless Communication

Self-Invented Keypad Based Electronic Notice Board for Wired & Wireless Communication Self-Invented Keypad Based Electronic Notice Board for Wired & Wireless Communication Debasmita Manna 1, BhaswatiPal 2, Debarshi Das 3, Dhritiman Som 4, Biswajit Sarkar 5, Akash Sengupta 6 Assistant Professor,

More information

ANGULAR POSITION CONTROL OF DC MOTOR USING SHORTEST PATH ALGORITHM

ANGULAR POSITION CONTROL OF DC MOTOR USING SHORTEST PATH ALGORITHM EE 712 Embedded Systems Design, Lab Project Report, EE Dept. IIT Bombay, April 2006. ANGULAR POSITION CONTROL OF DC MOTOR USING SHORTEST PATH ALGORITHM Group Number: 17 Rupesh Sonu Kakade (05323014)

More information

10-Bit A/D Converter AD573 REV. B

10-Bit A/D Converter AD573 REV. B a FEATURES Complete 10-Bit A/D Converter with Reference, Clock and Comparator Full 8- or 16-Bit Microprocessor Bus Interface Fast Successive Approximation Conversion 20 s typ No Missing Codes Over Temperature

More information

ADC0844/ADC Bit µp Compatible A/D Converters with Multiplexer Options

ADC0844/ADC Bit µp Compatible A/D Converters with Multiplexer Options ADC0844/ADC0848 8-Bit µp Compatible A/D Converters with Multiplexer Options General Description The ADC0844 and ADC0848 are CMOS 8-bit successive approximation A/D converters with versatile analog input

More information

EC4205 Microprocessor and Microcontroller

EC4205 Microprocessor and Microcontroller EC4205 Microprocessor and Microcontroller Webcast link: https://sites.google.com/a/bitmesra.ac.in/aminulislam/home All announcement made through webpage: check back often Students are welcome outside the

More information

Application Based Analysis and Design Using Microcontroller. By Ashutosh Tripathi Amity University Rajasthan, Jaipur

Application Based Analysis and Design Using Microcontroller. By Ashutosh Tripathi Amity University Rajasthan, Jaipur Global Journal of researches in engineering Electrical and electronics engineering Volume 12 Issue 2 Version 1.0 February 2012 Type: Double Blind Peer Reviewed International Research Journal Publisher:

More information

Analog, Digital, and Logic

Analog, Digital, and Logic Analog, Digital, and Logic Analog and Digital A/D and D/A conversion Prof Carruthers (ECE @ BU) EK307 Notes Summer 2018 116 / 264 Analog and Digital Digital and Analog There are 10 kinds of people: those

More information

Sudoku Touch. 1-4 players, adult recommended. Sudoku Touch by. Bring your family back together!

Sudoku Touch. 1-4 players, adult recommended. Sudoku Touch by. Bring your family back together! Sudoku Touch Sudoku Touch by Bring your family back together! 1-4 players, adult recommended Sudoku Touch is a logic game, allowing up to 4 users to play at once. The game can be played with individual

More information

Faculty of Engineering Electrical Engineering Department Communications and Electronics Program. Student Lab Manual. CC 421 Microprocessors Lab

Faculty of Engineering Electrical Engineering Department Communications and Electronics Program. Student Lab Manual. CC 421 Microprocessors Lab Faculty of Engineering Electrical Engineering Department Communications and Electronics Program Student Lab Manual CC 421 Microprocessors Lab 0 Lab Manual Prepared by: Prof. Dr. Mohamed El Banna Eng. Mostafa

More information

VL0306-VLSI Devices & Design. L T P C EC0306 VLSI DEVICES AND DESIGN Prerequisite : EC0205 & EC0203 Course outcomes

VL0306-VLSI Devices & Design. L T P C EC0306 VLSI DEVICES AND DESIGN Prerequisite : EC0205 & EC0203 Course outcomes Page 1 VL0306-VLSI Devices & Design L T P C EC0306 VLSI DEVICES AND DESIGN 2 2 0 3 Prerequisite : EC0205 & EC0203 Course outcomes the ability to identify, formulate and solve engineering problems i) Graduate

More information

Phase Locked Loop Design for Fast Phase and Frequency Acquisition

Phase Locked Loop Design for Fast Phase and Frequency Acquisition Phase Locked Loop Design for Fast Phase and Frequency Acquisition S.Anjaneyulu 1,J.Sreepavani 2,K.Pramidapadma 3,N.Varalakshmi 4,S.Triven 5 Lecturer,Dept.of ECE,SKU College of Engg. & Tech.,Ananthapuramu

More information

Developed Automated Vehicle Traffic Light Controller System for Cities in Nigeria

Developed Automated Vehicle Traffic Light Controller System for Cities in Nigeria Journal of Advances in Science and Engineering 1 (2018), 19-25 Journal of Advances in Science and Engineering (JASE) Developed Automated Vehicle Traffic Light Controller System for Cities in Nigeria Ojieabu,

More information

GATE Online Free Material

GATE Online Free Material Subject : Digital ircuits GATE Online Free Material 1. The output, Y, of the circuit shown below is (a) AB (b) AB (c) AB (d) AB 2. The output, Y, of the circuit shown below is (a) 0 (b) 1 (c) B (d) A 3.

More information

VL0306-VLSI Devices & Design. L T P C EC0306 VLSI DEVICES AND DESIGN Prerequisite : EC0205 & EC0203 Course outcomes

VL0306-VLSI Devices & Design. L T P C EC0306 VLSI DEVICES AND DESIGN Prerequisite : EC0205 & EC0203 Course outcomes Page 1 VL0306-VLSI Devices & Design L T P C EC0306 VLSI DEVICES AND DESIGN 2 2 0 3 Prerequisite : EC0205 & EC0203 Course outcomes Instructional objectives Introduce the technology, design concepts, electrical

More information

Getting Started in Eagle Professional Schematic Software. Tyler Borysiak Team 9 Manager

Getting Started in Eagle Professional Schematic Software. Tyler Borysiak Team 9 Manager Getting Started in Eagle 7.3.0 Professional Schematic Software Tyler Borysiak Team 9 Manager 1 Executive Summary PCBs, or Printed Circuit Boards, are all around us. Almost every single piece of electrical

More information

Performance Parameters Analysis of Three phase Full Controlled Converter using PSIM Simulation

Performance Parameters Analysis of Three phase Full Controlled Converter using PSIM Simulation Performance Parameters Analysis of Three phase Full Controlled Converter using PSIM Simulation S.Vivekanandan 1 G.Saravanan 1 P.Kamalakannan 1 S.Krishnaprabhu 1 1 Assistant professors, EEE Department,

More information

Design and study of frequency response of band pass and band reject filters using operational amplifiers

Design and study of frequency response of band pass and band reject filters using operational amplifiers International Journal of Advanced Educational Research ISSN: 2455-6157 Impact Factor: RJIF 5.12 www.educationjournal.org Volume 2; Issue 6; November 2017; Page No. 22-26 Design and study of frequency response

More information

EE 307 Project #1 Whac-A-Mole

EE 307 Project #1 Whac-A-Mole EE 307 Project #1 Whac-A-Mole Performed 10/25/2008 to 11/04/2008 Report finished 11/09/2008 John Tooker Chenxi Liu Abstract: In this project, we made a digital circuit that operates Whac-A-Mole game. Quartus

More information

NODIA AND COMPANY. Model Test Paper - I GATE Digital Electronics. Copyright By Publishers

NODIA AND COMPANY. Model Test Paper - I GATE Digital Electronics. Copyright By Publishers No part of this publication may be reproduced or distributed in any form or any means, electronic, mechanical, photocopying, or otherwise without the prior permission of the author. Model Test Paper -

More information

Design of High Gain Low Voltage CMOS Comparator

Design of High Gain Low Voltage CMOS Comparator Design of High Gain Low Voltage CMOS Comparator Shahid Khan 1 1 Rustomjee Academy for Global Careers Abstract: Comparators used in most of the analog circuits like analog to digital converters, switching

More information

7 Diamonds. Link to Online Interface: CS DESIGN GAMES (Under the guidance of Dr.

7 Diamonds. Link to Online Interface:  CS DESIGN GAMES (Under the guidance of Dr. 7 Diamonds Link to Online Interface: http://sp.yogeshmn.site90.net/7-diamonds-online CS 8803 - DESIGN GAMES (Under the guidance of Dr. Ellen Do) By Anuja Chockalingam Rohit Sureka Yogesh Manwewala anujac@gatech.edu

More information

VLSI Implementation & Design of Complex Multiplier for T Using ASIC-VLSI

VLSI Implementation & Design of Complex Multiplier for T Using ASIC-VLSI International Journal of Electronics Engineering, 1(1), 2009, pp. 103-112 VLSI Implementation & Design of Complex Multiplier for T Using ASIC-VLSI Amrita Rai 1*, Manjeet Singh 1 & S. V. A. V. Prasad 2

More information

ADC0844/ADC Bit µp Compatible A/D Converters with Multiplexer Options

ADC0844/ADC Bit µp Compatible A/D Converters with Multiplexer Options ADC0844/ADC0848 8-Bit µp Compatible A/D Converters with Multiplexer Options General Description The ADC0844 and ADC0848 are CMOS 8-bit successive approximation A/D converters with versatile analog input

More information

Sudatta Mohanty, Madhusmita Panda, Dr Ashis kumar Mal

Sudatta Mohanty, Madhusmita Panda, Dr Ashis kumar Mal International Journal of Scientific & Engineering Research, Volume 5, Issue 5, May-2014 45 Design and Performance Analysis of a Phase Locked Loop using Differential Voltage Controlled Oscillator Sudatta

More information

EE152 Final Project Report

EE152 Final Project Report LPMC (Low Power Motor Controller) EE152 Final Project Report Summary: For my final project, I designed a brushless motor controller that operates with 6-step commutation with a PI speed loop. There are

More information

Lab 4 : Transistor Oscillators

Lab 4 : Transistor Oscillators Objective: Lab 4 : Transistor Oscillators In this lab, you will learn how to design and implement a colpitts oscillator. In part II you will implement a RC phase shift oscillator Hardware Required : Pre

More information

Topics Introduction to Microprocessors

Topics Introduction to Microprocessors Topics 2244 Introduction to Microprocessors Chapter 8253 Programmable Interval Timer/Counter Suree Pumrin,, Ph.D. Interfacing with 886/888 Programming Mode 2244 Introduction to Microprocessors 2 8253/54

More information

LESSON PLAN. Sub Code & Name: ME2255 Electronics and Microprocessors Unit : I Branch : ME Semester: IV UNIT I SEMICONDUCTORS AND RECTIFIERS 9

LESSON PLAN. Sub Code & Name: ME2255 Electronics and Microprocessors Unit : I Branch : ME Semester: IV UNIT I SEMICONDUCTORS AND RECTIFIERS 9 Unit : I Branch : ME Semester: IV Page 01 of 06 UNIT I SEMICONDUCTORS AND RECTIFIERS 9 Classification of solids based on energy band theory - Intrinsic semiconductors - Extrinsic semiconductors - P type

More information

For our EC331 project we successfully designed and implemented a PIC based Tic-Tac-Toe game using the PIC16874.

For our EC331 project we successfully designed and implemented a PIC based Tic-Tac-Toe game using the PIC16874. EC331 Project Report To: Dr. Song From: Colin Hill and Peter Haugen Date: 6/7/2004 Project: Pic based Tic-Tac-Toe System Introduction: For our EC331 project we successfully designed and implemented a PIC

More information

Screening Audiometer

Screening Audiometer EE89 Electronic Design Lab (EDL) Report, EE Dept, IIT Bombay, December, 00 Screening Audiometer Group No. D0 Mahim Agrawal (0D000) < mahim@ee.iitb.ac.in > Ashok Kumar Bhardwaj (0D00) < ashokkb@ee.iitb.ac.in

More information

ECE Branch GATE Paper 2002 SECTION A (75 MARKS )

ECE Branch GATE Paper 2002 SECTION A (75 MARKS ) SECTION A (75 MARKS ). This question consists of TWENTY FIVE sub-question (..25) of ONE mark each. For each of these sub-questions, four possible alternatives (A, B, C and D) are given, out of which only

More information

Low Noise Amplifier Design Methodology Summary By Ambarish Roy, Skyworks Solutions, Inc.

Low Noise Amplifier Design Methodology Summary By Ambarish Roy, Skyworks Solutions, Inc. February 2014 Low Noise Amplifier Design Methodology Summary By Ambarish Roy, Skyworks Solutions, Inc. Low Noise Amplifiers (LNAs) amplify weak signals received by the antenna in communication systems.

More information

Version; first draft august 2018 Second draft september 2018, added schematic and adapted text to schematic

Version; first draft august 2018 Second draft september 2018, added schematic and adapted text to schematic Tuning the AS3340 Version; first draft august 2018 Second draft september 2018, added schematic and adapted text to schematic Author: Rob Hordijk (c)2018 Final draft to be released in the public domain.

More information

Design and Implementation of Boost Converter for IoT Application

Design and Implementation of Boost Converter for IoT Application Design and Implementation of Boost Converter for IoT Application Peeyush 1, Varsha Chaurasia 2 M. Tech (Power Electronics), Department of EEE, R.V. College of Engineering, Bengaluru, India 1 M. Tech (Power

More information

PWM research and implementation on MCS-51

PWM research and implementation on MCS-51 PWM research and implementation on MCS-51 PWM approach provides an efficient way for gaining output control, as well as another approach named PFM is the other popular way. The principle of PWM is very

More information

Unipolar and Bipolar PWM Inverter

Unipolar and Bipolar PWM Inverter IJIRST International Journal for Innovative Research in Science & Technology Volume 1 Issue 7 December 2014 ISSN (online): 2349-6010 Unipolar and Bipolar PWM Inverter Anuja Namboodiri UG Student Power

More information

Analog and Telecommunication Electronics

Analog and Telecommunication Electronics Politecnico di Torino ICT School Analog and Telecommunication Electronics A0 Course Introduction» Goals and contents» Course organization» Learning material» Reference system 15/03/2011-1 ATLCE - A0-2010

More information

Practical 2P12 Semiconductor Devices

Practical 2P12 Semiconductor Devices Practical 2P12 Semiconductor Devices What you should learn from this practical Science This practical illustrates some points from the lecture courses on Semiconductor Materials and Semiconductor Devices

More information

PAM8406 EVB User Guide

PAM8406 EVB User Guide EV Board User Guide AE Department. Revision Information PAM8406 Date Revision Description Comment 0//5 V.0 Initial Release. EV Board Schematic J5 + C C R C6 R C7 C FB FB C0 SP J4 C5 VREF 8 INL 7 6 MUTE

More information

B.Sc. Electronics Semester-V Microprocessors and Microcontroller Paper code: BSE-21

B.Sc. Electronics Semester-V Microprocessors and Microcontroller Paper code: BSE-21 Microprocessors and Microcontroller Paper code: BSE-21 Unit 1: 10hr Introduction to 8-bit Microprocessor History of Microprocessor, 8085 Microprocessor architecture, buses, register, flags, 8085 pin configuration

More information

PCB & Circuit Designing

PCB & Circuit Designing (Summer Training Program) 4 Weeks/30 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: W-53G, Sector-11, Noida-201301, U.P. Contact us: Email: stp@robospecies.com Website: www.robospecies.com

More information

Educational Workshop Series 3-Days Robotics Workshop : Learn to build autonomous robots

Educational Workshop Series 3-Days Robotics Workshop : Learn to build autonomous robots Educational Workshop Series 3-Days Robotics Workshop : Learn to build autonomous robots LEARN FOR WHOM The basics of robotics, circuits and motors.how to solder, how to build a circuit on breadboard and

More information

Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low Power High Performance Full Adders

Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low Power High Performance Full Adders RESEARCH ARTICLE OPEN ACCESS Design and Implementation of 16-Bit Magnitude Comparator Using Efficient Low Power High Performance Full Adders Ajaykumar S Kulkarni 1, Nikhil N Amminabhavi 2, Akash A F 3,

More information

Academic Course Description

Academic Course Description Academic Course Description SRM University Faculty of Engineering and Technology Department of Electronics and Communication Engineering VL2107 CMOS Mixed Signal Circuit Design Third Semester, 2014-15

More information

Academic Course Description. VL2107 CMOS Mixed Signal Circuit Design Third Semester, (Odd semester)

Academic Course Description. VL2107 CMOS Mixed Signal Circuit Design Third Semester, (Odd semester) Academic Course Description SRM University Faculty of Engineering and Technology Department of Electronics and Communication Engineering VL2107 CMOS Mixed Signal Circuit Design Third Semester, 2014-15

More information

CHAPTER 2 PHASE SHIFTED SERIES RESONANT DC TO DC CONVERTER

CHAPTER 2 PHASE SHIFTED SERIES RESONANT DC TO DC CONVERTER 30 CHAPTER 2 PHASE SHIFTED SERIES RESONANT DC TO DC CONVERTER 2.1 INTRODUCTION This chapter introduces the phase shifted series resonant converter (PSRC). Operation of the circuit is explained. Design

More information

ESC201A Introducton to Electronics. G Rajshekhar Department of Electrical Engineering IIT Kanpur

ESC201A Introducton to Electronics. G Rajshekhar Department of Electrical Engineering IIT Kanpur ESC201A Introducton to Electronics G Rajshekhar Department of Electrical Engineering IIT Kanpur Acknowledgements Prof. Baquer Mazhari, EE department Prof. A. R. Harish, EE department Prof. S.S.K. Iyer,

More information

Designing a Premium Audio System. Gregg Scott Senior Applications Engineer Mid Power Audio Amplifiers

Designing a Premium Audio System. Gregg Scott Senior Applications Engineer Mid Power Audio Amplifiers Designing a Premium Audio System Gregg Scott Senior Applications Engineer Mid Power Audio Amplifiers 1 Gregg Scott Senior Applications Engineer, MPAA Career California Polytechnic State University, San

More information

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS

R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. ELECTRONIC PRINCIPLES AND APPLICATIONS R.B.V.R.R. WOMEN S COLLEGE (AUTONOMOUS) Narayanaguda, Hyderabad. DEPARTMENT OF PHYSICS QUESTION BANK FOR SEMESTER V PHYSICS PAPER VI (A) ELECTRONIC PRINCIPLES AND APPLICATIONS UNIT I: SEMICONDUCTOR DEVICES

More information

III/IV B.Tech (Regular) DEGREE EXAMINATION-Schema. Answer ONE question from each unit.

III/IV B.Tech (Regular) DEGREE EXAMINATION-Schema. Answer ONE question from each unit. April, 2018 Sixth Semester Time: Three Hours Answer Question No1 compulsorily Answer ONE question from each unit 1 Answer all questions a Draw the symbol of Zener diode III/IV BTech (Regular) DEGREE EXAMINATION-Schema

More information

PAM8403H EVB User Guide

PAM8403H EVB User Guide -EV Board User Guide AE Department 1. Revision Information PAM8403H Date Revision Description Comment 2008/03/24 V1.0 Initial Release 2012/07/31 V1.1 Update PCB 2. PAM8403H General Description The PAM8403H

More information

Low Cost Screening Audiometer

Low Cost Screening Audiometer Abstract EE 389 EDL Report, EE Dept. IIT Bombay, submitted on Nov.2004 Low Cost Screening Audiometer Group No.: D3 Chirag Jain 01d07018 Prashant Yadav 01d07024 Puneet Parakh 01d07007 Supervisor: Prof.

More information

EC4205 Microprocessor and Microcontroller

EC4205 Microprocessor and Microcontroller EC4205 Microprocessor and Microcontroller Webcast link: https://sites.google.com/a/bitmesra.ac.in/aminulislam/home All announcement made through webpage: check back often Students are welcome outside the

More information

Using ST6 analog inputs for multiple key decoding

Using ST6 analog inputs for multiple key decoding AN431 Application note Using ST6 analog inputs for multiple key decoding INTRODUCTION The ST6 on-chip Analog to Digital Converter (ADC) is a useful peripheral integrated into the silicon of the ST6 family

More information

DATE PERIOD. Lesson Reading Guide. Line and Angle Relationships

DATE PERIOD. Lesson Reading Guide. Line and Angle Relationships NAME DATE PERIOD Lesson Reading Guide Get Ready for the Lesson Read the introduction at the top of page 306 in your textbook. Write your answers below. 1. Suppose that the measure of angles 4 and 6 are

More information

CALEDONIAN COLLEGE OF ENGINEERING, MODULE HANDBOOK. Department of Mechanical & Industrial Engineering SULTANATE OF OMAN. Module Code M2H324726

CALEDONIAN COLLEGE OF ENGINEERING, MODULE HANDBOOK. Department of Mechanical & Industrial Engineering SULTANATE OF OMAN. Module Code M2H324726 Module Code M2H324726 Engineering Graphics CALEDONIAN COLLEGE OF ENGINEERING, SULTANATE OF OMAN 2017-18 MODULE HANDBOOK Semester B Module Leader Mr. Pradeep Kumar Krishnan Module Tutors Prof Sudhir C.V.

More information

Arbeitskreis Hardware. Prof. Dr. Michael Rohs, Dipl.-Inform. Sven Kratz MHCI Lab, LMU München

Arbeitskreis Hardware. Prof. Dr. Michael Rohs, Dipl.-Inform. Sven Kratz MHCI Lab, LMU München Arbeitskreis Hardware Prof. Dr. Michael Rohs, Dipl.Inform. Sven Kratz michael.rohs@ifi.lmu.de MHCI Lab, LMU München Arbeitskreis Hardware 2 Schedule (preliminary) Date Topic (preliminary) 2.5. Introduction

More information

Small DC Motor Control

Small DC Motor Control APPLICATION NOTE Small DC Motor Control JAFAR MODARES ECO APPLICATIONS September 1988 Order Number 270622-001 Information in this document is provided in connection with Intel products Intel assumes no

More information

Houngninou 2. Abstract

Houngninou 2. Abstract Houngninou 2 Abstract The project consists of designing and building a system that monitors the phase of two pulses A and B. Three colored LEDs are used to identify the phase comparison. When the rising

More information

Module 3. Embedded Systems I/O. Version 2 EE IIT, Kharagpur 1

Module 3. Embedded Systems I/O. Version 2 EE IIT, Kharagpur 1 Module 3 Embedded Systems I/O Version 2 EE IIT, Kharagpur 1 esson 19 Analog Interfacing Version 2 EE IIT, Kharagpur 2 Instructional Objectives After going through this lesson the student would be able

More information

LC2 MOS Complete 12-Bit Multiplying DAC AD7845

LC2 MOS Complete 12-Bit Multiplying DAC AD7845 a FEATURES 12-Bit CMOS MDAC with Output Amplifier 4-Quadrant Multiplication Guaranteed Monotonic (T MIN to T MAX ) Space-Saving 0.3" DIPs and 24- or 28-Terminal Surface Mount Packages Application Resistors

More information

Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make

Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make Welcome to your second Electronics Laboratory Session. In this session you will learn about how to use resistors, capacitors and inductors to make simple circuits. You will find out how these circuits

More information

MICROCONTROLLER PRODUCTS. AN428 Using the ADC and PWM of the 83C752/87C752. Author: Greg Goodhue December Philips Semiconductors

MICROCONTROLLER PRODUCTS. AN428 Using the ADC and PWM of the 83C752/87C752. Author: Greg Goodhue December Philips Semiconductors MICROCONTROLLER PRODUCTS Using the ADC and PWM of the 83C752/87C752 Author: Greg Goodhue December 1990 Philips Semiconductors The Philips 83C752/87C752 is a single-chip control-oriented microcontroller.

More information

Analogue Electronic Systems

Analogue Electronic Systems Unit 47: Unit code Analogue Electronic Systems F/615/1515 Unit level 5 Credit value 15 Introduction Analogue electronic systems are still widely used for a variety of very important applications and this

More information

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY

PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY PCB & Circuit Designing (Summer Training Program) 6 Weeks/ 45 Days PRESENTED BY RoboSpecies Technologies Pvt. Ltd. Office: D-66, First Floor, Sector- 07, Noida, UP Contact us: Email: stp@robospecies.com

More information

SKY3000. Data Sheet TRIPLE-TRACK MAGNETIC STRIPE F2F DECODER IC. For More Information. Solution Way Co., Ltd

SKY3000. Data Sheet TRIPLE-TRACK MAGNETIC STRIPE F2F DECODER IC. For More Information. Solution Way Co., Ltd SKY3000 Data Sheet MAGNETIC STRIPE F2F DECODER IC For More Information www.solutionway.com ydlee@solutionway.com Tel:+82-31-605-3800 Fax:+82-31-605-3801 1 Introduction 1. Description..3 2. Features...3

More information

AXTAL Application Note AXAN 101

AXTAL Application Note AXAN 101 AXTAL Application Note AXAN 101 Miniature Temperature Sensor Crystals RKTV206 The miniature temperature sensor crystals RKTV206 with a diameter of only 2 mm allows the high resolution precision measurements

More information

Hardware protection of metallic loops against sabotage

Hardware protection of metallic loops against sabotage Hardware protection of metallic loops against sabotage Václav Mach Department of Security Engineering, Faculty of Applied Informatics, Tomas Bata University in Zlín, Nad Stráněmi 4511, 760 05. Zlín, Czech

More information

Course Title: Electronic Practice (Code: )

Course Title: Electronic Practice (Code: ) GUJARAT TECHNOLOGICAL UNIVERSITY, AHMEDABAD, GUJARAT COURSE CURRICULUM Course Title: Electronic Practice (Code: 3312401) Diploma Programmes in which this course is offered Mechatronics Engineering Semester

More information

Numan Sheikh FC College Lahore

Numan Sheikh FC College Lahore Numan Sheikh FC College Lahore 2 Five men crash-land their airplane on a deserted island in the South Pacific. On their first day they gather as many coconuts as they can find into one big pile. They decide

More information

REVIEW OF VARIOUS FILTER DESIGNS AND THEIR COMPARISON

REVIEW OF VARIOUS FILTER DESIGNS AND THEIR COMPARISON REVIEW OF VARIOUS FILTER DESIGNS AND THEIR COMPARISON Gundeep kaur 1,Butta Singh 2 ECE Dept., GNDU,RC-Jalandhar Email: 1 gun2305@gmail.com, 2 bsl.khanna@gmail.com Abstract: - This paper describes review

More information

Automatic Gas Cooking Control System based on Microcontroller

Automatic Gas Cooking Control System based on Microcontroller Automatic Gas Cooking Control System based on Microcontroller Mohammed Khalafalla Prof. Zhang Jun Department of Electronic Engineering Department of Electronic Engineering Tianjin University of Technology

More information

ECE 261 CMOS VLSI Design Methodologies. Final Project Report. Vending Machine. Dec 13, 2007

ECE 261 CMOS VLSI Design Methodologies. Final Project Report. Vending Machine. Dec 13, 2007 ECE 261 CMOS VLSI Design Methodologies Final Project Report Vending Machine Yuling Zhang Zhe Chen Yayuan Zhang Yanni Zhang Dec 13, 2007 Abstract This report gives the architectural design of a Vending

More information

Application Note E Advanced Device Configuration. Figure 1. E Evaluation-Kit (Version V2.0)

Application Note E Advanced Device Configuration. Figure 1. E Evaluation-Kit (Version V2.0) 1 Introduction Application Note E522.41 Advanced Device Configuration 1.1 Abstract This Application Note describes some enhanced configuration opportunities for the Elmos E522.41, especially in Stand-Alone

More information

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.

Laboratory 6. Lab 6. Operational Amplifier Circuits. Required Components: op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0. Laboratory 6 Operational Amplifier Circuits Required Components: 1 741 op amp 2 1k resistor 4 10k resistors 1 100k resistor 1 0.1 F capacitor 6.1 Objectives The operational amplifier is one of the most

More information

Analysis : Bagh Chal. Intro: I would like to take a moment here to state that while I did not use an

Analysis : Bagh Chal. Intro: I would like to take a moment here to state that while I did not use an Jonathan Merkle 11/11/08 ART 380 0101 merkle1@umbc.edu Analysis : Bagh Chal Intro: I would like to take a moment here to state that while I did not use an interview to reconstruct the rules of the game,

More information

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET)

INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) INTERNATIONAL JOURNAL OF COMPUTER ENGINEERING & TECHNOLOGY (IJCET) International Journal of Computer Engineering and Technology (IJCET), ISSN 0976 6367(Print), ISSN 0976 6367(Print) ISSN 0976 6375(Online)

More information

Design and Simulation of RF CMOS Oscillators in Advanced Design System (ADS)

Design and Simulation of RF CMOS Oscillators in Advanced Design System (ADS) Design and Simulation of RF CMOS Oscillators in Advanced Design System (ADS) By Amir Ebrahimi School of Electrical and Electronic Engineering The University of Adelaide June 2014 1 Contents 1- Introduction...

More information

2-Bit Magnitude Comparator Design Using Different Logic Styles

2-Bit Magnitude Comparator Design Using Different Logic Styles International Journal of Engineering Science Invention ISSN (Online): 2319 6734, ISSN (Print): 2319 6726 Volume 2 Issue 1 ǁ January. 2013 ǁ PP.13-24 2-Bit Magnitude Comparator Design Using Different Logic

More information

At the end of this course, students should be able to: 1 explain experimental results with theoretical expected outcome

At the end of this course, students should be able to: 1 explain experimental results with theoretical expected outcome COURSE NAME ELECTRONIC FUNDAMENTAL LABORATORY 1 COURSE CODE BENC 1711 COURSE SYNOPSIS This course covers topics in BENE 1133 Principle of Electric and BENT 2133 Electric Circuit Analysis with the following

More information

Senior Design Project: Converting an Analog Transceiver into a Digital one

Senior Design Project: Converting an Analog Transceiver into a Digital one Session 2793 Senior Design Project: Converting an Analog Transceiver into a Digital one George Edwards University of Denver Abstract The Capstone Senior Design Project that is offered to graduating seniors

More information

Electrical Engineer. Lab2. Dr. Lars Hansen

Electrical Engineer. Lab2. Dr. Lars Hansen Electrical Engineer Lab2 Dr. Lars Hansen David Sanchez University of Texas at San Antonio May 5 th, 2009 Table of Contents Abstract... 3 1.0 Introduction and Product Description... 3 1.1 Problem Specifications...

More information

Design and Programming Examples for Lighting Management Unit LP5526

Design and Programming Examples for Lighting Management Unit LP5526 Design and Programming Examples for Lighting Management Unit LP5526 Introduction This document provides information for customers who are using LP5526. The document is written to help design, layout and

More information

Design of High Gain Two stage Op-Amp using 90nm Technology

Design of High Gain Two stage Op-Amp using 90nm Technology Design of High Gain Two stage Op-Amp using 90nm Technology Shaik Aqeel 1, P. Krishna Deva 2, C. Mahesh Babu 3 and R.Ganesh 4 1 CVR College of Engineering/UG Student, Hyderabad, India 2 CVR College of Engineering/UG

More information

DIGITAL DESIGN WITH SM CHARTS

DIGITAL DESIGN WITH SM CHARTS DIGITAL DESIGN WITH SM CHARTS By: Dr K S Gurumurthy, UVCE, Bangalore e-notes for the lectures VTU EDUSAT Programme Dr. K S Gurumurthy, UVCE, Blore Page 1 19/04/2005 DIGITAL DESIGN WITH SM CHARTS The utility

More information

STARTER / GENERATOR MOTOR CONTROLLER

STARTER / GENERATOR MOTOR CONTROLLER MIL-PRF-38534 AND 38535 CERTIFIED FACILITY M.S.KENNEDY CORP. STARTER / GENERATOR MOTOR CONTROLLER 4413 (315) 701-6751 FEATURES: 28V/160A Brushless DC motor control capability. 28V/90A Synchronous Boost

More information