Asia Pacific Journal of Engineering Science and Technology 3 (3) (2017) journal homepage:

Size: px
Start display at page:

Download "Asia Pacific Journal of Engineering Science and Technology 3 (3) (2017) journal homepage:"

Transcription

1 Asia Pacific Journal of Engineering Science and Technology 3 (3) (2017) Asia Pacific Journal of Engineering Science and Technology journal homepage: Full length article Microcontroller Based Photo-Electric Control System Chukwuedozie N. Ezema 1, *, Chinazam C. Ezema 2, ThankGod D. Ekwunife 3 1,2 Nnamdi Azikiwe University Awka Anambra State, Nigeria 3 Dodawn Computronix (Nig) Awka Anambra State, Nigeria (Received 21 September 2017; accepted 28 September 2017; published online 30 September 2017) ABSTRACT Street light has become part of our environment. Good street lighting provides and enhances safety in the community for residents, pedestrians and road users. Street lighting helps people feel safe and helps to reduce car crashes and crime. There are no specific hours for the lights to be on. Street lights are switched on and off by photo-electric control units, which react to changes in light levels. Thus the objective of this research is to design and implement a Photo-Electric Control System using AT89c51 Microcontroller and Light dependent resistor (Light/Dark Sensor). This was done by first comparing the different design approaches for each functional part to determine feasible and still affordable designs. The underlying hardware is complex and small, manufacturer-defined; power on reset routine must be run to place this hardware into an appropriate state before it can begin executing the user program. Running this reset routine requires that the microcontroller s oscillator is operating. Application software was used to implement street light Control function. Each individual module was designed separately. After successful simulation and testing, they were put together to create the finalized version. Then, analysis was performed on the entire materials comparable to components that are already available in the market. The outcome of the design implementation of the microcontroller based photo-electric control system was satisfactory. This study recommends that further research work be carried out to design and implement automatic lighting system with remote database capable of sending signal and situation reports regarding operational parameters such as battery life and maintenance tips. Keywords: Photo-Electric Control System; Microcontroller; Light Dependent Resistor 1. Introduction A Street light or lamp post is a raised source of light on the edge of a road or walkway, which is turned on or lit at a certain time every day [4,6,10]. Modern lamps may also have lightsensitive photocells to turn them on at dusk, off at dawn, or activate automatically in dark weather. Street lighting helps people feel safe and helps to reduce car crashes and crime. There are no specific hours for the lights to be on. A photo-electric cell, something that measures the level of * address: ecnaxel@gmail.com 2017 Author(s)

2 130 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) light, is used to make sure street lights come on when it starts getting dark and go off when it gets light. Street lights are designed to light the highway, including the footway [1, 3, 7]. This project is basically designed to automatically switch on/off street light when the environment is dark. A photo-electric cell (Light Dependent Resistor LDR) is used to measure the level of light, is used to make sure street lights come on when it starts getting dark and go off when it gets light [5,9,11,13]. The project is done for a complete understanding of how a street Light is controlled, the principles and processes involved. 2. Materials and Methods In this project, Design and Implementation of Microcontroller Based Automatic Street Light, an application software will be used to implement street light Control function. Each individual module was designed separately. After successful simulation and testing, they were put together to create the finalized version. 2.1 The MCU System Design Fig. 1 Block Diagram Overview of the Project The microcontroller switches on or off the street light through a relay when it receives signal from the LDR sensor circuit. The microcontroller basic operational circuit is used. The process of starting any microcontroller is a non-trivial one. The underlying hardware is complex and small, manufacturer-defined; power on reset routine must be run to place this hardware into an appropriate state before it can begin executing the user program. Running this reset routine requires that the microcontroller s oscillator is operating.

3 131 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) Where your system is supplied by a robust power supply, which rapidly reaches its specified output voltage when switched on, rapidly decreases to 0V when switched off, and while switched on cannot brown out (drop in voltage), then you can safely use low-cost reset hardware based on a capacitor and a resistor to ensure that your system will be reset correctly: this form of reset circuit is shown in Fig. 2. Where your power supply is less than perfect, and / or your application is safety related, the simple RC solution will not be suitable. Several manufacturers provide more sophisticated reset chips which may be used in these circumstances. Fig. 2 The RC Reset System All digital computer systems are driven by some form of oscillator circuit: the AT89C51 is certainly no exception. The oscillator circuit is the heartbeat of the system and is crucial to correct operation. For example, if the oscillator fails, the system will not function at all; if the oscillator runs irregularly, any timing calculations performed by the system will be inaccurate. Fig. 3 The Microcontroller Clock Input A simple way of improving the AT89C51 performance is to increase the clock frequency [1,14]. More modern (Standard) 8051 devices allow the use of clock speeds well beyond the 12 MHz limit of the original devices.

4 132 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) The Input Interface Design Circuit The LDR is attached to a voltage divider circuitry. By using Kirchhoff s law the voltage obtained and which we can use to measure the level of light. As a result the system will automatically trigger the lights on during night and off during day time. 2.3 Choosing a resistor value The value of the resistor R will determine the range of the output voltage Vo. For best results you need a large 'swing' (range) for Vo and this is achieved if the resistor is much larger than the sensor's minimum resistance Rmin, but much smaller than the sensor's maximum resistance Rmax. You can use a multimeter to help you find the minimum and maximum values of the sensor's resistance (Rmin and Rmax). There is no need to be precise, approximate values will do. Then choose resistor value: R = square root of (Rmin Rmax). Choose a standard value which is close to this calculated value. 2.4 Swapping Over the Resistor and Sensor The resistor and sensor can be swapped over to invert the action of the voltage divider [1,12]. For example an LDR has a high resistance when dark and a low resistance when brightly lit, so: If the LDR is at the top (near +Vs), Vo will be low in the dark and high in bright light. If the LDR is at the bottom (near 0V), Vo will be high in the dark and low in bright light. 2.5 Using a Variable Resistor Fig. 4 Resistor A variable resistor may be used in place of the fixed resistor R. It will enable you to adjust the output voltage Vo for a given resistance of the sensor. For example you can use a variable resistor to set the exact brightness level which makes a chip change state. The variable resistor value should be larger than the fixed resistor value. For finer control you can use a fixed resistor in series with the variable resistor. For example if a 10k fixed resistor is suitable you could replace it with a fixed 4.7k resistor in series with a 10k variable resistor, allowing you to adjust the resistance from 4.7k to 14.7k.

5 133 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) If you are planning to use a variable resistor connected between the +Vs supply and the base of a transistor or comparator IC you must include a resistor in series with the variable resistor. This is to prevent excessive base current destroying the transistor when the variable resistor is reduced to zero. Fig. 5 LM324 Comparator LM324 Comparator used as buffer: Used to give signal to the microcontroller for a clean logic high or low for Street light switch ON/OFF. Fig. 6 Output Interface Design 2.6 The Output Interface Design (Display Unit) Driving a Relay with a Transistor (Transistor Switch) Driving a Relay, rated: 6V, 100 Ohm. Relay current, I = 6/ 100 = 60 ma The transistor has Beta (hfe) at least 100, for a collector current of 60 ma, to produce hard saturation; we want a forced beta of about 1/ 10 the active value. This means, transistor base current (I b ) is 60 ma/ 10 = 6mA and base-emitter drop = 0.7V. Hence, base bias resistor, Rb = (6 0.7)/ 6 ma = ohm. Since is not a standard resistor we can use1k standard. 2.7 The Power Supply (AC-DC) This module will consist of a center tapped Transformer that will step down the AC voltages from 220V to 12 Vrms. Then this will pass through a Full Wave Bridge Rectifier and a filtering capacitor to achieve close to DC voltage level.

6 134 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) Fig. 7 AC/DC Converter Schematic 2.8 Transformer Rating for Power Supply In the above diagram we have transformer rating of 0.5A (500mA) 12V secondary voltage. For the power supply this is a small transformer available at the market. And the research does not anticipate drawing the maximum current. To obtain the peak value of the output dc signal, we must multiply the transformer secondary rms voltage value by drop on diodes (there are two diodes on the current's path)., and subtract the voltage 2.9 Power Supply Rectifier Diode Rating With the full wave bridge rectifier, the current rating should be at least twice the load current maximum i.e. 2 x 0.5A or 1A good type to use is 1N4001-1N4007 rated 1A, 1000PIV, since research does not anticipate drawing the maximum current Power Supply Filter Capacitor Rating The value of the filter capacitors for the smoothing of the rectified voltage to minimal allowable ripple voltage can be computed using the formula below: Vr, value depends directly on the load current and inversely on the size of the capacitor. It can be estimated with this design formula:

7 135 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) Where f is the line frequency (60 Hz) and C is the capacitor capacity, its main parameter, usually measured in microfarads, nanofarads and picofarads For example, we have a 12VAC transformer, a diode bridge rectifier, and a maximum load current of 0.5 Amperes. Let's assume that the circuit we are going to feed requires that Vripple is not more than 2 Volt. We use the previous formula but reordered in this way. The nearest available size is 2200uF. Now we need to know what is the maximum voltage that the capacitor is going to be exposed to. We must consider the worst case, this is the V rectified peak in no-load condition, which means without deducting the voltage drop on diodes: Available commercial values are 16V, 25V, 35V, 50V, 63V... Well, 25V is ok for us. So, our capacitor is completely defined as "Electrolytic capacitor 2200uF x 25V". 3. System Implementation After successful simulation and testing, the project was put together to create the finalized version. Gathering of components from the specification in the circuit design precedes assembly or construction of the project. First, the component according to types and values were listed. The components were obtained at an electronic parts store in the market. Equivalents were sourced where necessary Resistors: Qty. Capacitors: Qty. 470 Ohms, 1/4W uf 25V 1 10K, 1/4W nf 1 1k, 1/4W 4 33pF 2 Transistor/Other Semiconductors: Qty. BC N4007 (Or Rectifier Module) 4 12 MHz Crystal 1 AT89C51 1 L LM324 1 Other Components: Qty 40 pin IC socket 1 Transformer 12V, 500mA 1 6 V Relay 2

8 136 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) Power Switch 1 Mains power cord 1 Vero Board (Big size) 1 Connecting Flexible wire 3yds 3.1 Hardware Implementation Strip/Vero Board Construction This involves the actual construction, which is the hard wiring of the circuit already prototyped. This consists of thin copper strips on one side and plain insulator board on the other side punched with hole at 0.1- inch matrix interval. Components are mounted on the plain side and soldered on the copper side. The copper strip runs from left to right and all components soldered on the strip are automatically joined together; where that is not required the strip is cut at appropriate point with drill or sharp object. All the components were mounted and soldered taking care that the transistors, electrolytic capacitors, diodes and the regulator were mounted the correct way round. While soldering the solder blobs should not touch the adjacent tracks otherwise there will be short circuit. Finally the IC should be mounted on the IC socket and tracks under the socket were cut to separate the pins. Input Interface Wiring Diagram The circuit arrangement below shows the input interface implementation wiring diagram. Fig. 8 Typical Input Transducer Microcontroller System Wiring Diagram Here we have the microcontroller system implementation wiring diagram. The relay transistor driver is connected at port p1.0 and the signal input port is at port p3.0.

9 137 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) The Output Interface Implementation Fig. 9 The Microcontroller System circuit The transistor relay driver wiring diagram make up the output wiring circuit.. Fig.10 Transistor Relay Driver

10 138 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) System Testing and Integration 4.1 Software Implementation The code development is very much the same as for any computer. The microcontroller software development is based around a programming environment which will normally include: A text editor to develop the source program code An Assembler to produce a machine executable program with linked library modules Some form of debugging to allow the program to be tested Access to a programmer to program the target device. The job of the Assembler is to convert the source code produced by the programmer into an object code file [1, 3, 14]. It works by replacing each line of assembly instruction code with the corresponding machine code instruction that will be executed on the target microcontroller. The object code file cannot be executed on the target microcontroller. It needs to be passed through a program called a Linker. The job of the Linker is to take the object file produced by the Assembler and link it with standard library modules (that have already been pre-assembled into object files) to produce a complete working executable file that can be loaded into the memory of the microcontroller. Sometimes the Assembler and Linker are combined into one program so that assembling a source program automatically links it as well [12]. This is the case with the 8051 Assembler. Fig. 11 Stages in the Production of a Program Figure 11 below, shows the different stages in the production of a program. Note that the only stage that requires a lot of user input is the initial production of the user source code file. The rest of the program production involves using the Assembler and Linker tools. 'Filename' is the name of the program that the user is developing, thus the output of the Editor is the source file 'filename.asm'. The output of the Assembler is the object file 'filename.obj'.

11 139 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) The Linker links the 'filename.obj' with any Library object files that the program might use. It will also link any user object files that the user might want to include. The Linker output is the executable file to run on the target system. A program called a Loader or a microcontroller programmer takes your executable hex file from the hard disk and loads it onto the target microcontroller. 5. Conclusion Fig. 12 Flow Chart The system functioned satisfactorily. After sifting through many design options for all aspects of the device, the ones selected did the job, and did it well. The main feature of the system is that it has a dark/light activated sensor, which must agree to environmental condition before the street light can be activated. At dusk the LDR develops high resistance which makes the voltage divider circuit to output a logic high voltage and this is signals the microcontroller to switch on the street light. Likewise at dawn the sensor develops a low resistance a low logic voltage appears, and then the lights are switched off. This study recommends that further research work be carried out to design and implement automatic lighting system with remote database capable of sending signal and situation reports regarding operational parameters such as battery life and maintenance tips. References [1] Donald, B., Lighting Systems and Application. Ofor Education Limited. Lagos, , [2] Moris, M., Digital Design (Second Addition), 30-54, [3] Onovo, C., Electronic Devices and Circuit Theory. University Press Limited. Onotsha, 6-45, 2016.

12 140 Chukwuedozie N. Ezema et al. Asia Pacific J. Eng. Sci. Tech. 3 (3) (2017) [3] Maini, A.K., Hand Book of Electronics, 54-76, [5] Jacob, F., Handbook of Modern Sensors: Physics, Designs, and Applications, 3-16, [6] Ezugwu P. A., The 8051 Microcontroller. West Publishing Company, St Paul Minnesota, 14-32, [7] Ugwu, A. O. and R. F, Odoh., The 8051Microcontroller and Embedded Systems, Third Edition. Sunshine Inc, 2-9, [8] Paul, H. and H, Winfield., The Art of Electronics. Cambridge University Press, Second Edition, 6-22, [9] Sharma, M.C., Relays and Its Application BPB-Publishers, 56, [10] Abbas, V., Sensors: Advancements in Modeling, Design Issues, Fabrication and Practical, 17-22, [11]Muhammad, T., Ali M. & G. M, Janice, The 8051 Microcontroller and Embedded systems, Pearson Education, 7-12, 2002 [12] Kenneth, J. A., The 8051 Microcontroller. Parson Education Limited London, 17-22, [13] [14] ; Street Light Article

Microcontroller-Based Optical Displacement Weighing Scale

Microcontroller-Based Optical Displacement Weighing Scale Microcontroller-Based Optical Displacement Weighing Scale Chukwuedozie N. Ezema *1, Chukwuebuka B Umezinwa 2 and Ernest O. Nonum 3 1 Department of Electronic and Computer Engineering, Nnamdi Azikiwe University

More information

Home Map Projects Construction Soldering Study Components 555 Symbols FAQ Links

Home Map Projects Construction Soldering Study Components 555 Symbols FAQ Links 1 of 7 7/3/2010 10:15 μμ Home Map Projects Construction Soldering Study Components 555 Symbols FAQ Links This page explains the operation of transistors in circuits. Practical matters such as testing,

More information

5v AC R. 12v. 1kohm. F=35KHz oscilloscope. 3 Final Project OFF. ON Toggle Switch. Relay 5v 2N3906 2N uF LM311. IR Detector +5v GND LED PNP NPN

5v AC R. 12v. 1kohm. F=35KHz oscilloscope. 3 Final Project OFF. ON Toggle Switch. Relay 5v 2N3906 2N uF LM311. IR Detector +5v GND LED PNP NPN 3 Final Project Diode 103 IR Detector OFF ON Toggle Switch IR Detector +5v Push Button IR 100uF LED + GND LDR C Preset R 7805 IN GND OUT Relay 5v + PNP 2N3906 1 Kohm NPN 2N3904 4 3 2 1 555 5 6 7 8 4 3

More information

Project (02) Dc 2 AC Inverter

Project (02) Dc 2 AC Inverter Project (02) Dc 2 AC Inverter By: Dr. Ahmed ElShafee 1 12v DC to 220v AC Converter Circuit Using Astable Multivibrator Inverter circuits can either use thyristors as switching devices or transistors. Normally

More information

1 Second Time Base From Crystal Oscillator

1 Second Time Base From Crystal Oscillator 1 Second Time Base From Crystal Oscillator The schematic below illustrates dividing a crystal oscillator signal by the crystal frequency to obtain an accurate (0.01%) 1 second time base. Two cascaded 12

More information

LM555 and LM556 Timer Circuits

LM555 and LM556 Timer Circuits LM555 and LM556 Timer Circuits LM555 TIMER INTERNAL CIRCUIT BLOCK DIAGRAM "RESET" And "CONTROL" Input Terminal Notes Most of the circuits at this web site that use the LM555 and LM556 timer chips do not

More information

DIODE / TRANSISTOR TESTER KIT

DIODE / TRANSISTOR TESTER KIT DIODE / TRANSISTOR TESTER KIT MODEL DT-100K Assembly and Instruction Manual Elenco Electronics, Inc. Copyright 1988 Elenco Electronics, Inc. Revised 2002 REV-K 753110 DT-100 PARTS LIST If you are a student,

More information

SPACE WAR GUN KIT MODEL K-10. Assembly and Instruction Manual. Elenco Electronics, Inc.

SPACE WAR GUN KIT MODEL K-10. Assembly and Instruction Manual. Elenco Electronics, Inc. SPACE WAR GUN KIT MODEL K-10 Assembly and Instruction Manual Elenco Electronics, Inc. Copyright 1989 Elenco Electronics, Inc. Revised 2001 REV-H 753210A PARTS LIST Contact Elenco Electronics (address/phone/e-mail

More information

LED ROBOT BLINKER KIT

LED ROBOT BLINKER KIT LED ROBOT BLINKER KIT MODEL K-17 Assembly and Instruction Manual Elenco Electronics, Inc. Copyright 1989, 1998 Elenco Electronics, Inc. Revised 2001 REV-J 753217 PARTS LIST If any parts are missing or

More information

AC/DC POWER SUPPLY KIT

AC/DC POWER SUPPLY KIT AC/DC POWER SUPPLY KIT MODEL K-11 Assembly and Instruction Manual ELENCO Copyright 2016, 1989 by ELENCO All rights reserved. Revised 2016 REV-O 753211 No part of this book shall be reproduced by any means;

More information

Bend Sensor Technology Electronic Interface Design Guide

Bend Sensor Technology Electronic Interface Design Guide Technology Electronic Interface Design Guide Copyright 2015 Flexpoint Sensor Systems Page 1 of 15 www.flexpoint.com Contents Page Description.... 3 Voltage Divider... 4 Adjustable Buffers.. 5 LED Display

More information

DIY KIT 141. Multi-Mode Timer

DIY KIT 141. Multi-Mode Timer INTRODUCTION No one can call themselves an electronics hobbyist unless they have built a timer. There are many tens of designs using a variety of new and sometimes old circuits. Witness the longest surviving

More information

ELECTRONICS STARTER KIT

ELECTRONICS STARTER KIT ELECTRONICS STARTER KIT (MAP 474 - N02QQ) R These five small self-assembly circuits cover basic principles of electronics and can be adapted for numerous practical application. The five circuits include

More information

ABB Automation, Inc. Substation Automation & Protection Division Coral Springs, FL Allentown, PA

ABB Automation, Inc. Substation Automation & Protection Division Coral Springs, FL Allentown, PA ABB Automation, Inc. Substation Automation & Protection Division Coral Springs, FL Allentown, PA Instruction Leaflet 41-348.1H Effective: November 1997 Supersedes I.L. I.L. 41-348.1G, Dated January 1985

More information

Circuit operation Let s look at the operation of this single diode rectifier when connected across an alternating voltage source v s.

Circuit operation Let s look at the operation of this single diode rectifier when connected across an alternating voltage source v s. Diode Rectifier Circuits One of the important applications of a semiconductor diode is in rectification of AC signals to DC. Diodes are very commonly used for obtaining DC voltage supplies from the readily

More information

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL

AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL AVL-10000T AUDIO VIDEO LINK TRANSMITTER TECHNICAL MANUAL Document : AVL-10000T Version: 1.00 Author: Henry S Date: 25 July 2008 This module contains protection circuitry to guard against damage due to

More information

International Journal of Multidisciplinary Research and Modern Education (IJMRME) ISSN (Online): (www.rdmodernresearch.

International Journal of Multidisciplinary Research and Modern Education (IJMRME) ISSN (Online): (www.rdmodernresearch. DESIGN AND IMPLEMENTATION OF A MICROCONTROLLER BASED DIGITAL TIME AWARE OVEN TEMPERATURE CONTROLLER AND DISPLAY Chukwuedozie N Ezema* & Chukwuebuka B Umezinwa** * Electronic and Computer Engineering, Nnamdi

More information

QUASAR PROJECT KIT # /24 HOUR GIANT CLOCK

QUASAR PROJECT KIT # /24 HOUR GIANT CLOCK This project was originally published in the electronics magazine, Silicon Chip, a few years ago. It is issued here as a kit with permission. Some modifications to the original published circuit and software

More information

3. Diode, Rectifiers, and Power Supplies

3. Diode, Rectifiers, and Power Supplies 3. Diode, Rectifiers, and Power Supplies Semiconductor diodes are active devices which are extremely important for various electrical and electronic circuits. Diodes are active non-linear circuit elements

More information

FUNCTION GENERATOR KIT

FUNCTION GENERATOR KIT FUNCTION GENERATOR KIT MODEL FG-500K Assembly and Instruction Manual Elenco Electronics, Inc. Copyright 2005 by Elenco Electronics, Inc. All rights reserved. Revised 2005 REV-B 753069 No part of this book

More information

Opamp Based Power Amplifier

Opamp Based Power Amplifier Introduction Opamp Based Power Amplifier Rohit Balkishan This is a contributed project from Rohit Balkishan, who has built it, and thought that it would make a nice simple project for others. This is a

More information

DIODE / TRANSISTOR TESTER KIT

DIODE / TRANSISTOR TESTER KIT DIODE / TRANSISTOR TESTER KIT MODEL DT-100K 99 Washington Street Melrose, MA 02176 Phone 781-665-1400 Toll Free 1-800-517-8431 Visit us at www.testequipmentdepot.com Assembly and Instruction Manual Elenco

More information

2. Electronics use analogue and digital systems, the basic circuit elements of which are potential dividers and transistors

2. Electronics use analogue and digital systems, the basic circuit elements of which are potential dividers and transistors 2. Electronics use analogue and digital systems, the basic circuit elements of which are potential dividers and transistors 2.1 Describe the difference between an electronic circuit and an electric circuit

More information

EE320L Electronics I. Laboratory. Laboratory Exercise #4. Diode Rectifiers and Power Supply Circuits. Angsuman Roy

EE320L Electronics I. Laboratory. Laboratory Exercise #4. Diode Rectifiers and Power Supply Circuits. Angsuman Roy EE320L Electronics I Laboratory Laboratory Exercise #4 Diode Rectifiers and Power Supply Circuits By Angsuman Roy Department of Electrical and Computer Engineering University of Nevada, Las Vegas Objective:

More information

Construction notes for the symmetrical 400 watt amplifier

Construction notes for the symmetrical 400 watt amplifier Construction notes for the symmetrical 400 watt amplifier Introduction The symmetrical amplifier is an update of one of my designs, which appeared in the Australian electronics magazine Silicon Chip in

More information

Digital Monitoring Cum Control of a Power Transformer with Efficiency Measuring Meter

Digital Monitoring Cum Control of a Power Transformer with Efficiency Measuring Meter Digital Monitoring Cum Control of a Power Transformer with Efficiency Measuring Meter Shaikh Ahmed Ali, MTech(Power Systems Control And Automation Branch), Aurora s Technological and Research institute(atri),hyderabad,

More information

FROM SCHEMATIC TO VEROBOARD

FROM SCHEMATIC TO VEROBOARD FROM SCHEMATIC TO VEROBOARD The circuit of a bench amplifier utilising a LM386 linear (integrated circuit) IC and a few other components is used for this tutorial. The schematic is shown below: First a

More information

MDSRC Proceedings, December, 2017 Wah/Pakistan

MDSRC Proceedings, December, 2017 Wah/Pakistan Three Phase Frequency Converter Quratulain Jamil 1, Hafiz Muhammad Ashraf Hayat 2, Haris Masood 3 1 Department of Electrical Engineering Wah Engineering College, University of Wah jamil0265@gmail.com 2

More information

Design and Technology

Design and Technology E.M.F, Voltage and P.D E.M F This stands for Electromotive Force (e.m.f) A battery provides Electromotive Force An e.m.f can make an electric current flow around a circuit E.m.f is measured in volts (v).

More information

Formal Report of. Project 2: Advanced Multimeter using VHDL

Formal Report of. Project 2: Advanced Multimeter using VHDL EECE 280 & APSC 201 Formal Report of Project 2: Advanced Multimeter using VHDL Group: B7 Kelvin A Jae Yeong B Amelia C Chao J Rohit S Instructor: Dr. Joseph Yan (EECE 280) Dr. Jesus Calvino (EECE280) Mrs.

More information

Sensor based Automated Irrigation System with IOT

Sensor based Automated Irrigation System with IOT Sensor based Automated Irrigation System with IOT Sultan chougle, Pawan Sharma, Shreyas Shinde, Ravindra Yadav ABSTRACT Irrigation for plants, fruits and vegetable gardens and farms has been the need Of

More information

= V IN. and V CE. = the supply voltage 0.7 V, the transistor is on, V BE. = 0.7 V and V CE. until saturation is reached.

= V IN. and V CE. = the supply voltage 0.7 V, the transistor is on, V BE. = 0.7 V and V CE. until saturation is reached. Switching Circuits Learners should be able to: (a) describe and analyse the operation and use of n-channel enhancement mode MOSFETs and npn transistors in switching circuits, including those which interface

More information

MAINTENANCE MANUAL AUDIO MATRIX BOARD P29/

MAINTENANCE MANUAL AUDIO MATRIX BOARD P29/ MAINTENANCE MANUAL AUDIO MATRIX BOARD P29/5000056000 TABLE OF CONTENTS Page DESCRIPTION................................................ Front Cover CIRCUIT ANALYSIS.............................................

More information

Bill of Materials: General Purpose Alarm, Pulsed PART NO

Bill of Materials: General Purpose Alarm, Pulsed PART NO General Purpose Alarm, Pulsed PART NO. 2190207 I hate alarms that sound continuously - unless they are smoke alarms. Smoke alarms should be annoying, but others should not. I wanted an alarm for a function

More information

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM

REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM REACTIVE POWER COMPENSATION IN DISTRIBUTION SYSTEM Piyush Upadhyay, Praveen Nagar, Priya Chhaperwal, Rajat Agarwal, Sarfaraz Nawaz Department of Electrical Engineering, SKIT M& G, Jaipur ABSTRACT In this

More information

Basic Electronic Devices and Circuits EE 111 Electrical Engineering Majmaah University 2 nd Semester 1432/1433 H. Chapter 2. Diodes and Applications

Basic Electronic Devices and Circuits EE 111 Electrical Engineering Majmaah University 2 nd Semester 1432/1433 H. Chapter 2. Diodes and Applications Basic Electronic Devices and Circuits EE 111 Electrical Engineering Majmaah University 2 nd Semester 1432/1433 H Chapter 2 Diodes and Applications 1 Diodes A diode is a semiconductor device with a single

More information

Chapter 13: Comparators

Chapter 13: Comparators Chapter 13: Comparators So far, we have used op amps in their normal, linear mode, where they follow the op amp Golden Rules (no input current to either input, no voltage difference between the inputs).

More information

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS

PESIT BANGALORE SOUTH CAMPUS BASIC ELECTRONICS PESIT BANGALORE SOUTH CAMPUS QUESTION BANK BASIC ELECTRONICS Sub Code: 17ELN15 / 17ELN25 IA Marks: 20 Hrs/ Week: 04 Exam Marks: 80 Total Hours: 50 Exam Hours: 03 Name of Faculty: Mr. Udoshi Basavaraj Module

More information

Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months

Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months PROGRESS RECORD Study your lessons in the order listed below. Number of Lessons:155 #14B (P) Electronics Technology with Digital and Microprocessor Laboratory Completion Time: 42 months 1 2330A Current

More information

ML4818 Phase Modulation/Soft Switching Controller

ML4818 Phase Modulation/Soft Switching Controller Phase Modulation/Soft Switching Controller www.fairchildsemi.com Features Full bridge phase modulation zero voltage switching circuit with programmable ZV transition times Constant frequency operation

More information

DIGITAL / ANALOG TRAINER

DIGITAL / ANALOG TRAINER DIGITAL / ANALOG TRAINER MODEL XK-150 A COMPLETE MINI-LAB FOR BUILDING, TESTING AND PROTOTYPING ANALOG AND DIGITAL CIRCUITS Instruction Manual ELENCO Copyright 2016, 1998 by ELENCO Electronics, Inc. All

More information

IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source

IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source IGBT based Multiport Bidirectional DC-DC Converter with Renewable Energy Source S.Gautham Final Year, UG student, Department of Electrical and Electronics Engineering, P. B. College of Engineering, Chennai

More information

Process Components. Process component

Process Components. Process component What are PROCESS COMPONENTS? Input Transducer Process component Output Transducer The input transducer circuits are connected to PROCESS COMPONENTS. These components control the action of the OUTPUT components

More information

AEIJST - January Vol 4 - Issue 1 ISSN Automatic Railway Gate Controller by Using AT89C51

AEIJST - January Vol 4 - Issue 1 ISSN Automatic Railway Gate Controller by Using AT89C51 Automatic Railway Gate Controller by Using AT89C51 * Prof. Ms. Sunita P Aware ** Dr. Chetan M Sedani * ETC Dept. MSSCET, Jalna, (Dr. BAMU Aurangabad), MS, India ** Mech. Dept. M SSCET, Jalna, (Dr. BAMU

More information

FINALTERM EXAMINATION Fall 2009 PHY301- Circuit Theory (Session - 2) Time: 120 min Marks: 70 Question No: 1 ( Marks: 1 ) - Please choose one Charge of 2c and 5c will attract each other repel each other

More information

40106 Hex Oscillator Workshop Instructions. bbob drake, aka fluxmonkey

40106 Hex Oscillator Workshop Instructions. bbob drake, aka fluxmonkey 40106 Hex Oscillator Workshop Instructions bbob drake, aka fluxmonkey 40106 Hex Oscillator Workshop Instructions by Bbob Drake is licensed under a Creative Commons Attribution-ShareAlike 4.0 International

More information

Chapters 11 & 12 Electronic Controls & Automation

Chapters 11 & 12 Electronic Controls & Automation Chapters 11 & 12 Electronic Controls & Automation Use the Textbook Pages 255 297 to help answer the questions Why You Learn So Well in Tech & Engineering Classes 1. All control systems have and devices.

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

Associate In Applied Science In Electronics Engineering Technology Expiration Date:

Associate In Applied Science In Electronics Engineering Technology Expiration Date: PROGRESS RECORD Study your lessons in the order listed below. Associate In Applied Science In Electronics Engineering Technology Expiration Date: 1 2330A Current and Voltage 2 2330B Controlling Current

More information

[ECEN 1400] Introduction to Digital and Analog Electronics R. McLeod. HW #4: Power Supply

[ECEN 1400] Introduction to Digital and Analog Electronics R. McLeod. HW #4: Power Supply 1 Why Not Use Batteries? (10 pts) HW #4: Power Supply Work this problem in symbols, then clearly state the values of any parameters you need before plugging in to get final numbers. 1.1 How much current

More information

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET

Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET Dev Bhoomi Institute Of Technology Department of Electronics and Communication Engineering PRACTICAL INSTRUCTION SHEET LABORATORY MANUAL EXPERIMENT NO. ISSUE NO. : ISSUE DATE: REV. NO. : REV. DATE : PAGE:

More information

I. INTRODUCTION II. LITERATURE REVIEW

I. INTRODUCTION II. LITERATURE REVIEW ABSTRACT 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology Reactive Power Compensation in Distribution System Piyush Upadhyay, Praveen

More information

DLVP A OPERATOR S MANUAL

DLVP A OPERATOR S MANUAL DLVP-50-300-3000A OPERATOR S MANUAL DYNALOAD DIVISION 36 NEWBURGH RD. HACKETTSTOWN, NJ 07840 PHONE (908) 850-5088 FAX (908) 908-0679 TABLE OF CONTENTS INTRODUCTION...3 SPECIFICATIONS...5 MODE SELECTOR

More information

Construction and Operation of an Electronic Automatic Transfer Switch (Ats)

Construction and Operation of an Electronic Automatic Transfer Switch (Ats) Global Journal of Energy Technology Research Updates, 2015, 2, 1-5 1 Construction and Operation of an Electronic Automatic Transfer Switch (Ats) J.O. Olowoleni, A.U. Adoghe *, A. Ademola, A.O. Omadoye,

More information

Laboratory PSU. Applications *Laboratories and test benches * Powering mobile radio equipment. * Precision charging of batteries

Laboratory PSU. Applications *Laboratories and test benches * Powering mobile radio equipment. * Precision charging of batteries 0A. OV Laboratory PSU * Output voltage variable from 0 to +0V (Fine adjustment over V) * Variable current limit from 0 to OA * LED current limit indicator * Output short circuit protected Maximum 0. 5V

More information

Operation and Maintenance Manual

Operation and Maintenance Manual WeiKedz 0-30V 2mA-3A Adjustable DC Regulated Power Supply DIY Kit Operation and Maintenance Manual The WeiKedz Adjustable DC Regulated Power Supply provides continuously variable output voltage between

More information

Castle Creations, INC.

Castle Creations, INC. Castle Link Live Communication Protocol Castle Creations, INC. 6-Feb-2012 Version 2.0 Subject to change at any time without notice or warning. Castle Link Live Communication Protocol - Page 1 1) Standard

More information

Application Note AN-3006 Optically Isolated Phase Controlling Circuit Solution

Application Note AN-3006 Optically Isolated Phase Controlling Circuit Solution www.fairchildsemi.com Application Note AN-3006 Optically Isolated Phase Controlling Circuit Solution Introduction Optocouplers simplify logic isolation from the ac line, power supply transformations, and

More information

EASY BUILD TIMER KIT TEACHING RESOURCES. Version 2.0 LEARN ABOUT SIMPLE TIMING CIRCUITS WITH THIS

EASY BUILD TIMER KIT TEACHING RESOURCES. Version 2.0 LEARN ABOUT SIMPLE TIMING CIRCUITS WITH THIS TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE LEARN ABOUT SIMPLE TIMING CIRCUITS WITH THIS EASY BUILD TIMER KIT Version 2.0 Index of Sheets TEACHING

More information

Appendix 1. Basic Electronics. The PIC Hardware. Using Transistors (Basic Electronics)

Appendix 1. Basic Electronics. The PIC Hardware. Using Transistors (Basic Electronics) Teach Yourself PIC Microcontrollers www.electronicspk.com 120 Appendix 1 Basic Electronics The PIC Hardware Well so far you have gained an insight about the various features of 1PIC microcontroller. Now

More information

DARK ACTIVATED COLOUR CHANGING NIGHT LIGHT KIT

DARK ACTIVATED COLOUR CHANGING NIGHT LIGHT KIT TEACHING RESOURCES SCHEMES OF WORK DEVELOPING A SPECIFICATION COMPONENT FACTSHEETS HOW TO SOLDER GUIDE CREATE SOOTHING LIGHTING EFFECTS WITH THIS DARK ACTIVATED COLOUR CHANGING NIGHT LIGHT KIT Version

More information

Lecture (04) Uncontrolled Rectifier Circuits

Lecture (04) Uncontrolled Rectifier Circuits Lecture (04) Uncontrolled Rectifier Circuits By: Dr. Ahmed ElShafee ١ Dr. Ahmed ElShafee, ACU : Spring 2018, EPC403 Power Electronics introduction Power rectifiers converts AC to DC which uses power diodes

More information

MCU Reset and Oscillator Circuits Application Note

MCU Reset and Oscillator Circuits Application Note MCU Reset and Oscillator Circuits Application Note D/N: HA0075E System Oscillator Crystal/Ceramic Oscillator Crystal/Ceramic Oscillator Equivalent Circuit The following circuit combination of resistors,

More information

Circuit Board Assembly Instructions for Babuinobot 1.0

Circuit Board Assembly Instructions for Babuinobot 1.0 Circuit Board Assembly Instructions for Babuinobot 1.0 Brett Nelson January 2010 1 Features Sensor4 input Sensor3 input Sensor2 input 5v power bus Sensor1 input Do not exceed 5v Ground power bus Programming

More information

Electronic Tutorial Program P a r t V I : S e n s o r y Switching by way of humidity, contact, time, light and heat

Electronic Tutorial Program P a r t V I : S e n s o r y Switching by way of humidity, contact, time, light and heat 1 1 0. 2 6 8 Electronic Tutorial Program P a r t V I : S e n s o r y Switching by way of humidity, contact, time, light and heat Contents: Humidity sensor Contact sensor Time sensor Light sensor Heat sensor

More information

GCSE Electronics. Scheme of Work

GCSE Electronics. Scheme of Work GCSE Electronics Scheme of Work Week Topic Detail Notes 1 Practical skills assemble a circuit using a diagram recognize a component from its physical appearance (This is a confidence building/motivating

More information

Electrical Fundamentals and Basic Components Chapters T2, T3, G4

Electrical Fundamentals and Basic Components Chapters T2, T3, G4 Electrical Fundamentals and Basic Components Chapters T2, T3, G4 Some Basic Math, Electrical Fundamentals, AC Power, The Basics of Basic Components, A Little More Component Detail, Reactance and Impedance

More information

Parallel Port Relay Interface

Parallel Port Relay Interface Parallel Port Relay Interface Below are three examples of controlling a relay from the PC's parallel printer port (LPT1 or LPT2). Figure A shows a solid state relay controlled by one of the parallel port

More information

Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller

Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller Ocean Controls KT-5198 Dual Bidirectional DC Motor Speed Controller Microcontroller Based Controls 2 DC Motors 0-5V Analog, 1-2mS pulse or Serial Inputs for Motor Speed 10KHz, 1.25KHz or 156Hz selectable

More information

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER

CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 8 CHAPTER 6 IMPLEMENTATION OF FPGA BASED CASCADED MULTILEVEL INVERTER 6.1 INTRODUCTION In this part of research, a proto type model of FPGA based nine level cascaded inverter has been fabricated to improve

More information

55:041 Electronic Circuits

55:041 Electronic Circuits 55:041 Electronic Circuits Chapter 1 & 2 A. Kruger Diode Review, Page-1 Semiconductors licon () atoms have 4 electrons in valence band and form strong covalent bonds with surrounding atoms. Section 1.1.2

More information

SIMPLE DIRECT DRIVE DESULPHATOR/ DESULFATOR KIT INSTRUCTIONS

SIMPLE DIRECT DRIVE DESULPHATOR/ DESULFATOR KIT INSTRUCTIONS SIMPLE DIRECT DRIVE DESULPHATOR/ DESULFATOR KIT INSTRUCTIONS Parts List C1 470uF/ 25V 1off C2 C5 0.1uF/ 50V 4off C6 C9 0.01uF/ 50V 4off D1 12V/ 1.3W zener 1off Q1 2N2907 1off Q2 Q4 IRFB3307 3off R1 510R/

More information

OBJECTIVE TYPE QUESTIONS

OBJECTIVE TYPE QUESTIONS OBJECTIVE TYPE QUESTIONS Q.1 The breakdown mechanism in a lightly doped p-n junction under reverse biased condition is called (A) avalanche breakdown. (B) zener breakdown. (C) breakdown by tunnelling.

More information

Long Loopstick Antenna

Long Loopstick Antenna Long Loopstick Antenna Wound on a 3 foot length of PVC pipe, the long loopstick antenna was an experiment to try to improve AM radio reception without using a long wire or ground. It works fairly well

More information

ELR 4202C Project: Finger Pulse Display Module

ELR 4202C Project: Finger Pulse Display Module EEE 4202 Project: Finger Pulse Display Module Page 1 ELR 4202C Project: Finger Pulse Display Module Overview: The project will use an LED light source and a phototransistor light receiver to create an

More information

IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015

IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015 IR add-on module circuit board assembly - Jeffrey La Favre January 27, 2015 1 2 For the main circuits of the line following robot you soldered electronic components on a printed circuit board (PCB). The

More information

LED ROBOT BLINKER KIT

LED ROBOT BLINKER KIT LED ROBOT BLINKER KIT MODEL K-17 Assembly and Instruction Manual ELENCO Copyright 2016, 1998 by ELENCO Electronics, Inc. All rights reserved. Revised 2013 REV-P 753217 No part of this book shall be reproduced

More information

Simple Free-Energy Devices

Simple Free-Energy Devices Simple Free-Energy Devices There is nothing magic about free-energy and by free-energy I mean something which produces output energy without the need for using a fuel which you have to buy. Chapter 6:

More information

LINEAR IC APPLICATIONS

LINEAR IC APPLICATIONS 1 B.Tech III Year I Semester (R09) Regular & Supplementary Examinations December/January 2013/14 1 (a) Why is R e in an emitter-coupled differential amplifier replaced by a constant current source? (b)

More information

SPECIFICATION EP 1000/1500/2000 Series

SPECIFICATION EP 1000/1500/2000 Series UNINTERRUPTIBLE POWER SYSTEM SPECIFICATION EP 1000/1500/2000 Series Page 1 of 28 1.0 Revision Summary REVISION SECTION DESCRIPTION Formal Release Page 2 of 28 Table of Contents 1. Introduction. 4 2. Block

More information

CRO AIM:- To study the use of Cathode Ray Oscilloscope (CRO).

CRO AIM:- To study the use of Cathode Ray Oscilloscope (CRO). 1. 1 To study CRO. CRO AIM:- To study the use of Cathode Ray Oscilloscope (CRO). Apparatus: - C.R.O, Connecting probe (BNC cable). Theory:An CRO is easily the most useful instrument available for testing

More information

Low Voltage, High Current Time Delay Circuit

Low Voltage, High Current Time Delay Circuit Low Voltage, High Current Time Delay Circuit In this circuit a LM339 quad voltage comparator is used to generate a time delay and control a high current output at low voltage. Approximatey 5 amps of current

More information

Technician Licensing Class

Technician Licensing Class Technician Licensing Class Go Picture Presented These! by Amateur Radio Technician Class Element 2 Course Presentation ELEMENT 2 SUB-ELEMENTS (Groupings) About Ham Radio Call Signs Control Mind the Rules

More information

DuoDrive Nixie Bargraph Kit

DuoDrive Nixie Bargraph Kit Assembly Instructions And User Guide Nixie Bargraph Kit - 1 - REVISION HISTORY Issue Date Reason for Issue Number 1 12 December 2017 New document - 2 - 1. INTRODUCTION 1.1 About Nixie Bargraph Driver IN-9

More information

Characterizations and Performance of a Solid-State Inverter and its Applications in Photovoltaics

Characterizations and Performance of a Solid-State Inverter and its Applications in Photovoltaics Characterizations and Performance of a Solid-State Inverter and its Applications in Photovoltaics B.A. Ezekoye, Ph.D. * and V.N. Ugha, M.Sc. * Department of Physics and Astronomy, University of Nigeria,

More information

ELEXBO A-Car-Engineering

ELEXBO A-Car-Engineering 1 Task: -Construct successively all schematic diagrams and describe your findings. -Describe also the differences between the previous electrical diagram. Construct this electrical circuit and describe

More information

The 150-watt Generator Goes Solid State

The 150-watt Generator Goes Solid State The 150-watt Generator Goes Solid State A free-energy developer who lives in South Africa and who prefers to remain anonymous, has very kindly shared the details of his compact self-powered generator so

More information

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS

6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS 6. HARDWARE PROTOTYPE AND EXPERIMENTAL RESULTS Laboratory based hardware prototype is developed for the z-source inverter based conversion set up in line with control system designed, simulated and discussed

More information

CV Arpeggiator Rev 1. Last updated

CV Arpeggiator Rev 1. Last updated CV Arpeggiator Rev Last updated 6--20 The CV Arpeggiator is a modular synth project used for creating arpeggios of control voltage. It utilizes a custom programmed PIC 6F685 micro controller. It includes

More information

Designing and Implementing of 72V/150V Closed loop Boost Converter for Electoral Vehicle

Designing and Implementing of 72V/150V Closed loop Boost Converter for Electoral Vehicle International Journal of Current Engineering and Technology E-ISSN 77 4106, P-ISSN 347 5161 017 INPRESSCO, All Rights Reserved Available at http://inpressco.com/category/ijcet Research Article Designing

More information

DIGITAL MULTIMETER KIT

DIGITAL MULTIMETER KIT DIGITAL MULTIMETER KIT MODEL M-1008K Assembly and Instruction Manual ELENCO Copyright 2012 by ELENCO All rights reserved. 753014 No part of this book shall be reproduced by any means; electronic, photocopying,

More information

CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM

CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM 64 CHAPTER 4 MULTI-LEVEL INVERTER BASED DVR SYSTEM 4.1 INTRODUCTION Power electronic devices contribute an important part of harmonics in all kind of applications, such as power rectifiers, thyristor converters

More information

SoftRock v6.0 Builder s Notes. May 22, 2006

SoftRock v6.0 Builder s Notes. May 22, 2006 SoftRock v6.0 Builder s Notes May 22, 2006 Be sure to use a grounded tip soldering iron in building the v6.0 SoftRock circuit board. The soldering iron needs to have a small tip, (0.05-0.1 inch diameter),

More information

Cleaning of Swimming Pools Using Solar Energy

Cleaning of Swimming Pools Using Solar Energy Cleaning of Swimming Pools Using Solar Energy Arun Kumar Rath 1, Amlan S. Mishra 2, Manoj Kumar Mahapatra 3, Somyakanta Pradhan 4 Departmentof Electrical and Electronics Engineering 1,2,3,4 Asst.Professor

More information

Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor)

Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor) Activity P56: Transistor Lab 2 Current Gain: The NPN Emitter-Follower Amplifier (Power Output, Voltage Sensor) Concept DataStudio ScienceWorkshop (Mac) ScienceWorkshop (Win) Semiconductors P56 Emitter

More information

INPUT: 110/220VAC. Parallel Input Series Input Parallel Output Series Output (W/CT)

INPUT: 110/220VAC. Parallel Input Series Input Parallel Output Series Output (W/CT) Linear power supply design: To make a simple linear power supply, use a transformer to step down the 120VAC to a lower voltage. Next, send the low voltage AC through a rectifier to make it DC and use a

More information

REPAIRING THE RM KL400 LINEAR AMPLIFIER.

REPAIRING THE RM KL400 LINEAR AMPLIFIER. REPAIRING THE RM KL400 LINEAR AMPLIFIER. Les Carpenter G4CNH December 2012 Page 1 of 20 The following is a step by step guide to fixing your KL400 amplifier. Each part will be individually tested up to

More information

Design and Analysis of Automatic Car Park System with Capacity Control

Design and Analysis of Automatic Car Park System with Capacity Control Design and Analysis of Automatic Car Park System with Capacity Control Musa Mohammed Gujja & Umar Abubakar Wakta Department of Electrical and Electronic Engineering Ramat Polytechnic Maiduguri Abstract:The

More information

The 150-watt Generator Goes Solid State

The 150-watt Generator Goes Solid State The 150-watt Generator Goes Solid State A free-energy developer who lives in South Africa and who prefers to remain anonymous, has very kindly shared the details of his compact self-powered generator so

More information

VCE VET INTEGRATED TECHNOLOGIES

VCE VET INTEGRATED TECHNOLOGIES Victorian Certificate of Education 2015 SUPERVISOR TO ATTACH PROCESSING LABEL HERE Letter STUDENT NUMBER VCE VET INTEGRATED TECHNOLOGIES Written examination Monday 9 November 2015 Reading time: 9.00 am

More information