CHAPTER 1 INTRODUCTION

Size: px
Start display at page:

Download "CHAPTER 1 INTRODUCTION"

Transcription

1 CHAPTER 1 INTRODUCTION One of the main form of communication that has been in use since 19 th century is Radio Wave communication. Radio Waves have found its place in each and every field whether it be medical, electronics or space. In general it exists in every system in one or the other form. The use of Radio Waves had made life much simpler and safer. A heart patient can be monitored by a doctor remotely sitting in his chamber is because of the use of Radio Waves. Radio Waves have made communication through telephone, internet etc easier and cheaper. Our project demonstrate one such example were Radio Wave is employed in a way which is helpful to us. This project is designed and developed for helping the passengers traveling in train and bus especially during night. The people who are not aware of the station on which one should get down will find this very helpful. Here the station name is displayed and announced simultaneously when the station is about to reach which can assist both literate and illiterate. The RF technology is used in the project to communicate between the transmitter and receiver. Each transmitter has a unique binary code which is transmitted continuously to space in a particular range. This signal is captured by the receiver when it reaches in its range. So in the case of a train, the transmitter placed in the station is detected by the receiver in the train and the binary code is processed to give out the station name display and audio corresponding to the binary code in the receiver. A LCD unit is used for displaying the station name and a speaker is used for the announcement. 1

2 1.1. BLOCK DIAGRAM The block diagram consists of the transmitter and receiver section. They can be represented as the following block diagrams Transmitter Fig. 1.1 Block Diagram of Transmitter Module The block diagram of the transmitter is given in fig The main parts in the transmitter are: 1. Power Supply The power supply section is the section which provide +5V for the transmitter section to work. IC LM7805 is used for providing a constant power of +5V. 2. Encoder This section contains the identity of the transmitter. An encoder can be a device used to change a signal (such as a bit stream) or data into a code. The code serves any of a number of purposes such as compressing information for transmission or storage, encrypting or adding redundancies to the input code etc. 2

3 3. RF Transmitter This section transmits the binary data to space in a particular range based on the antenna used. This signal is received by the receiver and it compares the binary code to find the corresponding station name from the database Receiver Fig. 1.2 Block Diagram of Receiver Module 1. Power Supply The power supply section is the section which provide +5V for the transmitter section to work. IC LM7805 is used for providing a constant power of +5V. 3

4 2. Decoder A decoder is a device which does the reverse of the encoder, undoing the encoding so that the original information can be retrieved. 3. Microcontroller Unlike microprocessors, microcontrollers are generally optimized for specific applications. As a result the peripherals can be simplified and reduced which cuts down the production cost. 4. RF Receiver The RF signal transmitted by the transmitter is detected and received by this section of the receiver. This binary encoder data is sent to the decoder for decoding the original data. 5. LCD This is the output unit in the receiver section. The station name is displayed on this display unit when the receiver comes in the range of the transmitter. 6. Voice Alert This is another output unit in the receiver. This gives the voice alert of the station reached based on the RF transmitter signal received. 4

5 CHAPTER 2 PROJECT DESCRIPTION 2.1. INTRODUCTION RF based station name intimation is based traditionally on RF signal. RF signal at the frequency range 434 MHz is employed for communication between transmitter unit and receiver unit in our project. Each station is identified by a unique binary code, for example, 001 for Chennai and 100 for Nagerkoil. This binary code is transmitted by transmitter module continuously at a frequency range of 434 MHz within a distance of 400 foot outdoor and 200 foot indoor. This distance can be enhanced by using additional RF antenna. When the receiver comes within the range of transmitter, it receives the data from the transmitter in the form of RF signal which is further decoded to collect the binary code and display the station name along with the voice play back TRANSMITTER MODULE Transmitter section is the smallest section having few components which include: 1. RF transmitter TWS-434 A 2. Encoded HT-12 E 3. Voltage Regulator LM7805. LM7805 assures a constant supply of +5 V for the transmitter module. This voltage of +5 V is used to drive transmitter and encoder. 5

6 Circuit Description The third pin of TWS-434 A, RF transmitter and 18 th pin of Encoder HT-12 E is connected to the output pin of Voltage Regulator LM7805 which drive the circuit with a constant voltage of 5V. The first pin of TWS-434 A and all the address bus are connected to second pin of LM7805 which represent ground. The first pin of voltage regulator receives a voltage of 9V from a battery source. The other connection include a connection between the D out (7 th pin) of HT- 12 E and the data pin (2 nd pin) of TWS-434 A Working Principle The binary values unique to each station are assigned by the encoder HT-12 E. Each address/data input can be set to the logic state 0 or 1. Grounding the pin is taken as 0 while 1 can be achieved by giving 5V or leaving the pins open (No connection). So in order to get a binary value of 0001 only one pin is pulled high i.e. 13 th pin (D11) is pulled high while pins 10, 11 and 12 are grounded to represent logical zero. On receipt of transmit enable i.e. TE-active (14 th pin) is pulled low. The data which is here is the binary value is fed as input to the transmitter TWS-434 A from D out (17th pin) along with header bits. Received data from HT-12 E encoder is amplitude modulated and transmitted at a frequency range of MHz. 6

7 Fig. 2.1 Transmitter Module 7

8 2.3. RECEIVER MODULE Receiver is the output section of the project. Receiver module includes the following components: 1. RF Receiver RWS-434 A 2. Microcontroller 89C51 which is regarded as the brain of the circuit. 3. LCD module for display the station name 4. Audio playback IC APR Power supply section which contains transformer, rectifier, filter, regulator which ensures a constant +5V. Main function of the receiver unit is to detect the RF signal transmitted by the TWS-434A and give the response according to the received data from the receiver. Varies components of the receiver unit has its own function.rws-434 receives the RF signal, AT 89C51 processes the input data and produces a corresponding response, LCD module considered as the output unit displays the processed data from the microprocessor, APR 9600 gives the output in the form of audio playback which is stored in the internal memory of the IC. 8

9 9

10 Circuit Description A constant voltage of +5V is applied to the 4 th and 5 th pin of the receiver, 2 nd pin of the LCD module, 40 th pin of Microcontroller 89C51, 18 th pin of the decoded IC HT-12D and various pins of APR 9600 as shown in figure below through voltage regulator LM7805. It derives its input voltage from bridge rectifier. The 8 bit data pins D 0 - D 7 are used to send information from port 2 of the microcontroller to the LCD. RS (register select) is one of the important registers inside the LCD. The RS pin is used for their selection as follows. If RS=0, the instruction code register is selected, allowing the user to send a command such as clear display, cursor at home, etc. if RS=1 the data register is selected, allowing the user to send data to be displayed on the LCD.R/W input pin of LCD allows the user to write information to the LCD or read information from it. R/W=1 when reading; R/W=0 when writing. E (enable) the enable pin is used by the LCD to latch information presented on its data pins. When data is supplied to data pins, a high to low pulse must be applied to this pin in order for the LCD to latch in the data present at the data pins. These 3 pins (RS, RW, and E) of LCD are connected to the 89C51 through port 0. The communication between AT 89C51 and audio IC APR 9600 is through address/data bus of port 0 of 89C51 and pin 1 and pin 2 namely M1 and M2 of APR Microcontroller receives data from decoder HT- 12 D through port 1 which is an 8 bit bidirectional I/O port from the output data pins D 8 -D 11 of HT-12 D. The receiver RWS-434 is connected to decoder such that the received RF signal is fed as input to the data input pin D in (pin 14) of the decoder from 2 nd pin of the receiver. 10

11 Working Principle When the receiver unit comes in the range of transmitter unit which continuously transmit RF signal, the whole receiver unit gets activated. The receiver unit receives the RF signal at a frequency range of 434 MHz which actually is a digital data which includes the binary code assigned to the particular transmitter which denotes a station and a carrier signal. Digital output is taken from pin 2 of RWS-434 and received by decoder HT-12 D through data input pin (18 th pin). The received serial input data are compared three times continuously with the local address. If no error or unmatched codes are found, the input codes are decoded and then transferred to the output pins. The VT (Valid Transmission) pin (12 th pin) gives high to indicate a valid transmission. The decoded signal is given as data input to AT 89C51 at port 1. On receipt of the binary code microcontroller which act as a database of station name, compares the received binary code with its stored binary code, on no error or unmatched code the station name corresponding to the binary code is displayed on the LCD screen along with a voice alert from APR The whole cycle will be repeated when the receiver receives a new set of binary code transmitted by some other transmitter denoting a different station. The display will be active only for pre defined duration, after which the LCD return to its ideal state. The data to be displayed on the LCD screen is available at port 2 and control of the register of the LCD is through port 3. 11

12 CHAPTER 3 HARDWARE DESCRIPTION 3.1. RF TRANSMITTER The function of a radio frequency (RF) transmitter is to modulate, up convert, and amplify signals for transmission into free space. An RF transmitter generally includes a modulator that modulates an input signal and a radio frequency power amplifier that is coupled to the modulator to amplify the modulated input signal. The radio frequency power amplifier is coupled to an antenna that transmits the amplified modulated input signal. The RF transmitter used in our project is TWS-434A. This RF transmitter transmits data in the frequency range of MHz with a range of approximately 400 foot (open area) outdoors. Indoors, the range is approximately 200 foot, and will go through most walls. TWS-434A has features which includes small in size, low power consumption i.e. 8mW and operate from 1.5 to 12 Volts- DC, excellent for applications requiring short-range RF signal. Data to be send is Amplitude modulation with the carrier RF signal. Fig. 3.1 RF Transmitter 12

13 Pin Description of Transmitter PIN 1: GROUND (-5V) PIN2: INPUT PIN FOR DATA FROM ENCODER PIN3: SUPPLY (+5V) PIN 4: PIN FOR EXTERNAL RF ANTENNA 3.2. RF RECEIVER The RF receiver receives an RF signal, converts the RF signal to an IF signal, and then converts the IF signal to a base band signal, which it then provides to the base band processor. As is also known, RF transceivers typically include sensitive components susceptible to noise and interference with one another and with external sources. The RF receiver is coupled to the antenna and includes a low noise amplifier, one or more intermediate frequency stages, a filtering stage, and a data recovery stage. The low noise amplifier receives an inbound RF signal via the antenna and amplifies it. The RF receiver used is RWS-434. This RF receiver receives RF signal which is in the frequency of MHz and has a sensitivity of 3uV. The RWS- 434 receiver operates from 4.5 to 5.5 volts-dc, and has both linear and digital outputs and its tunable to match the frequency of the transmitter unit. 13

14 Fig. 3.2 RF Receiver Pin Description of Receiver PIN1: GROUND (-5V) PIN2: OUTPUT PIN FOR DIGITAL DATA RECIEVED PIN 3: OUTPUT PIN FOR ANALOG DATA RECIEVED PIN4: SUPPLY (+5V) PIN5: SUPPLY (+5V) PIN6: GROUND (-5V) PIN7: GROUND (-5V) PIN 8: PIN FOR EXTERNAL RF ANTENNA 14

15 3.3. ENCODER An encoder can be a device used to change a signal (such as a bit stream) or data into a code. The code serves any of a number of purposes such as compressing information for transmission or storage, encrypting or adding redundancies to the input code, or translating from one code to another. This is usually done by means of a programmed algorithm, especially if any part is digital, while most analog encoding is done with analog circuitry. Encoder used here is HT 12E. The HT12E encoder is a CMOS IC It is capable of encoding 8 bits of address (A0-A7) and 4- bits of data (AD8-AD11) information. Each address/data input can be set to one of the two logic states, 0 or 1. Grounding the pins is taken as a 0 while a high can be given by giving +5V or leaving the pins open (no connection). Upon reception of transmit enable (TE-active low), the programmed address/data are transmitted together with the header bits via an RF medium. Fig. 3.3 Encoder 15

16 Pin Description of Encoder Table. 3.1 Pin Description of Encoder Pin Name A0~A7 I/O I Internal Connection Description CMOS IN Pull-high (HT12A) NMOS TRANSMISSI ON GATE PROTECTION DIODE (HT12E) NMOS Input pins for address A0~A7 setting These pins can be externally set to VSS or left open TRANSMISSI ON GATE Input pins for address/data AD8~AD11 AD8~A I PROTECTION setting D11 DIODE These pins can be externally set to VSS or (HT12E) left open D8~D11 I CMOS IN Pull-High Input pins for data D8~D11 setting and transmission en- able, active low These pins should be externally set to VSS or left open (see Note) DOUT O CMOS OUT Encoder data serial transmission output 16

17 L/MB I CMOS IN Pull-high Latch/Momentary transmission format selection pin: Latch: Floating or VDD Momentary: VSS CMOS IN TE I Pull-high Transmission enable, active low (see Note) OSC1 I OSCILLATOR 1 OSC2 O OSCILLATOR 1 X1 I OSCILLATOR 2 X2 O OSCILLATOR 2 Oscillator input pin Oscillator output pin 455kHz resonator oscillator input 455kHz resonator oscillator output VSS I Negative power supply, grounds VDD I Positive power supply 3.4. DECODER A decoder is a device which does the reverse of an encoder, undoing the encoding so that the original information can be retrieved. The same method used to encode is usually just reversed in order to decode. In digital electronics this would mean that a decoder is a multiple-input, multiple-output logic circuit that converts coded inputs into coded outputs. Enable inputs must be on for the decoder to function, otherwise its outputs assume a single "disabled" output code word. 17

18 Decoding is necessary in applications such as data multiplexing, 7 segment display and memory address decoding. The decoder used here is HT 12D. The HT12D is a decoder IC made especially to pair with the HT 12E encoder. It is a CMOS IC. The decoder is capable of decoding 8 bits of address (A0 - A7) and 4 bits of data (AD8 - AD11) information. For proper operation, a pair of encoder/decoder with the same number of addresses and data format should be chosen. The decoders receive serial addresses and data from programmed encoders that are transmitted by a carrier using an RF or an IR transmission medium. They compare the serial input data three times continuously with their local addresses. If no error or unmatched codes are found, the input data codes are decoded and then transferred to the output pins. The VT pin also goes high to indicate a valid transmission. The decoders are capable of decoding information that consists of N bits of address and 12_N bits of data. Of this series, the HT 12D is arranged to provide 8 address bits and 4 data bits. 18

19 Pin Description of Decoder Fig. 3.4 Decoder Table. 3.2 Pin Description of Decoder Internal Pin I/O Connection Description Name A0~A7 (HT12D) NMOS Transmission Gate Input pins for address A0~A7 setting These pins can be externally set to VSS or left open. 19

20 D8~D11 (HT12D) O CMOS OUT Output data pins, power-on state is low. DIN I CMOS IN Serial data input pin VT O CMOS OUT Valid transmission, active high OSC1 I Oscillator Oscillator input pin OSC2 O Oscillator Oscillator output pin VSS Negative power supply, ground VDD Positive power supply 3.5. LCD MODULE A liquid crystal display (LCD) is an electronically-modulated optical device shaped into a thin, flat panel made up of any number of color or monochrome pixels filled with liquid crystals and arrayed in front of a light source (backlight) or reflector. It is often utilized in battery-powered electronic devices because it uses very small amounts of electric power. LCD has material which combines the properties of both liquids and crystals. Rather than having a melting point, they have a temperature range within which the molecules are almost as mobile as they would be in a liquid, but are grouped together in an ordered form similar to a crystal. 20

21 LCD consists of two glass panels, with the liquid crystal materials sandwiched in between them. The inner surface of the glass plates is coated with transparent electrodes which define in between the electrodes and the crystal, which makes the liquid crystal molecules to maintain a defined orientation angle. When a potential is applied across the cell, charge carriers flowing through the liquid will disrupt the molecular alignment and produce turbulence. When the liquid is not activated, it is transparent. When the liquid is activated the molecular turbulence causes light to be scattered in all directions and the cell appears to be bright. Thus the required message is displayed. When the LCD is in the off state, the two polarizers and the liquid crystal rotate the light rays, such that they come out of the LCD without any orientation, and hence the LCD appears transparent. When sufficient voltage is applied to the electrodes the liquid crystal molecules would be aligned in a specific direction. The light rays passing through the LCD would be rotated by the polarizer, which would result in activating/highlighting the desired characters. The power supply should be of +5v, with maximum allowable transients of 10mv. To achieve a better/suitable contrast for the display the voltage (VL) at pin 3 should be adjusted properly. A module should not be removed from a live circuit. The ground terminal of the power supply must be isolated properly so that voltage is induced in it. The module should be isolated properly so that stray voltages are not induced, which could cause a flicking display. LCD is lightweight with only a few, millimeters thickness since the LCD consumes less power, they are compatible with low power electronic circuits, and can be powered for long durations. LCD does not generate light and so light is needed to read the display. By using backlighting, reading is possible in the dark. LCDs have long life and a wide operating temperature range. Before LCD is used for displaying proper initialization should be done. 21

22 LCDs with a small number of segments, such as those used in digital watches and pocket calculators, have individual electrical contacts for each segment. An external dedicated circuit supplies an electric charge to control each segment. This display structure is unwieldy for more than a few display elements. Small monochrome displays such as those found in personal organizers, or older laptop screens have a passive-matrix structure employing super-twisted nematic (STN) or double-layer STN (DSTN) technology the latter of which addresses a color-shifting problem with the former and color-stn (CSTN) wherein color is added by using an internal filter. Each row or column of the display has a single electrical circuit. The pixels are addressed one at a time by row and column addresses. This type of display is called passive-matrix addressed because the pixel must retain its state between refreshes without the benefit of a steady electrical charge. As the number of pixels (and correspondingly, columns and rows) increases, this type of display becomes less feasible. Very slow response times and poor contrast are typical of passive matrix addressed LCDs. High-resolution color displays such as modern LCD computer monitors and televisions use an active matrix structure. A matrix of thin-film transistors (TFTs) is added to the polarizing and color filters. Each pixel has its own dedicated transistor, allowing each column line to access one pixel. When a row line is activated, all of the column lines are connected to a row of pixels and the correct voltage is driven onto all of the column lines. The row line is then deactivated and the next row line is activated. All of the row lines are activated in sequence during a refresh operation. Active-matrix addressed displays look "brighter" and "sharper" than passive-matrix addressed displays of the same size, and generally have quicker response times, producing much better images. 22

23 A general purpose alphanumeric LCD, with two lines of 16 characters. So the type of LCD used in this project is16 characters * 2 lines with 5*7 dots with cursor, built in controller, +5v power supply, 1/16 duty cycle LCD Layout Fig. 3.5 LCD Layout Pin Description of LCD Module Table. 3.3 Pin Description of LCD Module 23

24 3.6. VOICE MODULE APR9600 device to reproduce voice signals in their natural form. It eliminates the need for encoding and compression, which often introduce distortion. The APR9600 device offers true single-chip voice recording, nonvolatile storage, and playback capability for 40 to 60 seconds. The device supports both random and sequential access of multiple messages. Sample rates are userselectable, allowing designers to customize their design for unique quality and storage time needs. Integrated output amplifier, microphone amplifier, and AGC circuits greatly simplify system design. The device is ideal for use in portable voice recorders, toys, and many other consumer and industrial applications. APLUS integrated achieves these high levels of storage capability by using its proprietary analog/multilevel storage technology implemented in an advanced Flash nonvolatile memory process, where each memory cell can store 256 voltage levels. This technology enables the APR9600 device to reproduce voice signals in their natural form. It eliminates the need for encoding and compression, which often introduce distortion. 24

25 Pin Diagram of APR 9600 Fig. 3.6 Pin Diagram of APR Pin Description of APR 9600 Table. 3.4 Pin Description of APR 9600 Pin Name Functions Pin Mane Functions 1 -M1 Select 1 st section of sound 15 SP- Speaker, negative end 2 -M2 or serial Select 2 nd section or fast forward control in serial mode (low active) 16 VCCA Analogue circuit power supply 25

26 3 -M3 Select 3 rd section of sound 17 MICIN Microphone input (electret type microphone) 4 -M4 Select 4 th section of sound 18 MICREF Microphone reference input 5 -M5 Select 5 th section of sound 19 AGC AGC control 6 -M6 Select 6 th section of sound 20 ANA-IN Audio input (accept a signal of 7 OSCR Resistor to set clock frequency. See 100 mv p-to-p) 21 ANA-OUT Audio output from the microphone amplifier Table 3 for details 8 -M7 Select 7 th section of sound or IC overflow indication 22 STROBE During recording and replaying, it produces a strobe signal 9 -M8 Select 8 th section of sound or select mode (see Table 2) 23 CE Reset sound track counter to zero/ Stop or Start / Stop 10 -BUSY Busy (low active) 24 MSEL1 Mode selection 1 (see Table 2) 11 BE =1, beep when a key is pressed 25 MSEL2 Mode selection 2 (see Table 2) =0, do not beep 12 VSSD Digital circuit ground 26 EXTCLK External clock input 26

27 13 VSSA Analogue circuit ground 27 -RE =0 to record, =1 to replay 14 SP+ Speaker, positive end 28 VCCD Digital circuit power supply 3.7. POWER SUPPLY The ac voltage, typically 220V, is connected to a transformer, which steps down that ac voltage down to the level of the desired dc output. A diode rectifier then provides a full-wave rectified voltage that is initially filtered by a simple capacitor filter to produce a dc voltage. This resulting dc voltage usually has some ripple or ac voltage variation. A regulator circuit removes the ripples and also retains the same dc value even if the input dc voltage varies, or the load connected to the output dc voltage changes. This voltage regulation is usually obtained using one of the popular voltage regulator IC units. Fig. 3.7 Block Diagram of Power Supply 27

28 Transformer Transformers convert AC electricity from one voltage to another with little loss of power. Transformers work only with AC and this is one of the reasons why mains electricity is AC. Step-up transformers increase voltage, step-down transformers reduce voltage. Most power supplies use a step-down transformer to reduce the dangerously high mains voltage (230V in India) to a safer low voltage. The input coil is called the primary and the output coil is called the secondary. There is no electrical connection between the two coils; instead they are linked by an alternating magnetic field created in the soft-iron core of the transformer. Transformers waste very little power so the power out is (almost) equal to the power in. Note that as voltage is stepped down current is stepped up. The transformer will step down the power supply voltage (0-230V) to (0-6V) level. Then the secondary of the potential transformer will be connected to the bridge rectifier, which is constructed with the help of PN junction diodes. The advantages of using bridge rectifier are it will give peak voltage output as DC Rectifier There are several ways of connecting diodes to make a rectifier to convert AC to DC. The bridge rectifier is the most important and it produces full-wave varying DC. A full-wave rectifier can also be made from just two diodes if a centre-tap transformer is used, but this method is rarely used now that diodes are cheaper. A single diode can be used as a rectifier but it only uses the positive (+) parts of the AC wave to produce half-wave varying DC 28

29 Single Diode Rectifier A single diode can be used as a rectifier but this produces half-wave varying DC which has gaps when the AC is negative. It is hard to smooth this sufficiently well to supply electronic circuits unless they require a very small current so the smoothing capacitor does not significantly discharge during the gaps Fig. 3.8 Single Diode Rectifier Fig. 3.9 Output waveform of Single Diode Rectifier Bridge Rectifier When four diodes are connected as shown in figure, the circuit is called as bridge rectifier. The input to the circuit is applied to the diagonally opposite corners of the network, and the output is taken from the remaining two corners. Let 29

30 us assume that the transformer is working properly and there is a positive potential, at point A and a negative potential at point B. the positive potential at point A will forward bias D3 and reverse bias D4. The negative potential at point B will forward bias D1 and reverse D2. At this time D3 and D1 are forward biased and will allow current flow to pass through them; D4 and D2 are reverse biased and will block current flow. One advantage of a bridge rectifier over a conventional full-wave rectifier is that with a given transformer the bridge rectifier produces a voltage output that is nearly twice that of the conventional full-wave circuit. Assume that the same transformer is used in both circuits. The peak voltage developed between points X and y is 1000 volts in both circuits. In the conventional full-wave circuit, the peak voltage from the center tap to either X or Y is 500 volts. Since only one diode can conduct at any instant, the maximum voltage that can be rectified at any instant is 500 volts. The maximum voltage that appears across the load resistor is nearly-but never exceeds-500 v0lts, as result of the small voltage drop across the diode. In the bridge rectifier shown in view B, the maximum voltage that can be rectified is the full secondary voltage, which is 1000 volts. Therefore, the peak output voltage across the load resistor is nearly 1000 volts. With both circuits using the same transformer, the bridge rectifier circuit produces a higher output voltage than the conventional full-wave rectifier circuit. 30

31 Fig Bridge Rectifier Fig Output waveform of Bridge Rectifier 31

32 Smoothing Smoothing is performed by a large value electrolytic capacitor connected across the DC supply to act as a reservoir, supplying current to the output when the varying DC voltage from the rectifier is falling. The diagram shows the unsmoothed varying DC (dotted line) and the smoothed DC (solid line). The capacitor charges quickly near the peak of the varying DC, and then discharges as it supplies current to the output. Note that smoothing significantly increases the average DC voltage to almost the peak value (1.4 RMS value). For example 6V RMS AC is rectified to full wave DC of about 4.6V RMS (1.4V is lost in the bridge rectifier), with smoothing this increases to almost the peak value giving = 6.4V smooth DC. 32

33 Fig Smoothing Capacitor and its Output Waveform Smoothing is not perfect due to the capacitor voltage falls a little as it discharges, giving a small ripple voltage. For many circuits a ripple which is 10% of the supply voltage is satisfactory. A larger capacitor will give fewer ripples. The capacitor value must be doubled when smoothing half-wave DC Voltage Regulators Voltage regulators comprise a class of widely used ICs. Regulator IC units contain the circuitry for reference source, comparator amplifier, control device, and overload protection all in a single IC. IC units provide regulation of either a fixed positive voltage, a fixed negative voltage, or an adjustably set voltage. The regulators can be selected for operation with load currents from hundreds of milli amperes to tens of amperes, corresponding to power ratings from milli watts to tens of watts. A fixed three-terminal voltage regulator has an unregulated dc input voltage, Vi, applied to one input terminal, a regulated dc output voltage, Vo, from a second terminal, with the third terminal connected to ground. 33

34 The series 78 regulators provide fixed positive regulated voltages from 5 to 24 volts. Similarly, the series 79 regulators provide fixed negative regulated voltages from 5 to 24 volts IC Voltage Regulators Voltage regulator ICs are available with fixed (typically 5, 12 and 15V) or variable output voltages. They are also rated by the maximum current they can pass. Negative voltage regulators are available, mainly for use in dual supplies. Most regulators include some automatic protection from excessive current ('overload protection') and overheating ('thermal protection'). Many of the fixed voltage regulator ICs has 3 leads and look like power transistors, such as the V 1Amp regulator. They include a hole for attaching a heat sink if necessary. Fig IC Voltage Regulator 34

35 Zener Diode Regulator For low current power supplies a simple voltage regulator can be made with a resistor and a zener diode connected in reverse as shown in the diagram. Zener diodes are rated by their breakdown voltage and maximum power (typically 400mW or 1.3W). The resistor limits the current (like an LED resistor). The current through the resistor is constant, so when there are no output current all the current flows through the zener diode and its power rating must be large enough to withstand this. Fig Zener Diode Regulator 35

36 Fig Circuit diagram of Power Supply CHAPTER 4 MICROCONTROLLER Basically, a microcontroller is a device which integrates a number of the components of a microprocessor system onto a single microchip. So a microcontroller combines onto the same microchip. The following components: CPU Core Memory (Both RAM and ROM) Some Parallel Digital I/Os 36

37 The microprocessor is the integration of a number of useful functions into a single IC package. Has the ability to execute a stored set of instructions to carry out user defined tasks; also has ability to access external memory chips to both read and write data from and to the memory. Essentially, a microcontroller is obtained by integrating the key components of microprocessor, RAM, ROM, and Digital I/O onto the same chip die. Modern microcontrollers also contain a wealth of other modules such as Serial I/O, Timers, and Analogue to Digital Converters. There are a large number of specialized devices with additional modules for specific needs. E.g. CAN controllers ATMEL 89C51 In our project we are using microprocessor from Atmel namely AT89C51 is a low-power, high-performance CMOS 8-bit Microcomputer with 4K bytes of Flash programmable and erasable read only memory (PEROM). The device is manufactured using Atmel s high-density nonvolatile memory technology and is compatible with the industry-standard MCS-51 instruction set and pin out. The onchip Flash allows the program memory to be reprogrammed in-system or by a conventional nonvolatile memory programmer. By combining a versatile 8-bit CPU with Flash on a monolithic chip, the Atmel AT89C51 is a powerful microcomputer which provides a highly-flexible and cost-effective solution to many embedded control applications Block Diagram of ATMEL 89C51 37

38 Fig. 4.1 Block Diagram of ATMEL 89C Pin Configuration of AT89C51 38

39 Fig. 4.2 Pin Configuration of AT89C Pin Description of AT89C51 VCC - Supply voltage. GND - Ground. PORT 0 39

40 Port 0 is an 8-bit open-drain bi-directional I/O port. As an output port, each pin can sink eight TTL inputs. When 1s are written to port 0 pins, the pins can be used as high impedance inputs. Port 0 may also be configured to be the multiplexed low order address/data bus during accesses to external program and data memory. In this mode P0 has internal pull-ups. Port 0 also receives the code bytes during Flash programming, and outputs the code bytes during program verification. External pull-ups are required during program verification. PORT 1 Port 1 is an 8-bit bi-directional I/O port with internal pull-ups. The Port 1 output buffers can sink/source four TTL inputs. When 1s are written to Port 1 pins they are pulled high by the internal pull-ups and can be used as inputs. As inputs, Port 1 pins that are externally being pulled low will source current (IIL) because of the internal pull-ups Port 1 also receives the low-order address bytes during Flash programming and verification. PORT 2 Port 2 is an 8-bit bi-directional I/O port with internal pull-ups. The Port 2 output buffers can sink/source four TTL inputs. When 1s are written to Port 2 pins they are pulled high by the internal pull-ups and can be used as inputs. As inputs, Port 2 pins that are externally being pulled low will source current (IIL) because of the internal pull-ups. Port 2 emits the high-order address byte during fetches from external program memory and during accesses to external data memory that uses 16-bit addresses DPTR). In this application, it uses strong internal pullups when emitting 1s. During accesses to external data memory that uses 8-bit addresses RI), Port 2 emits the contents of the P2 Special Function 40

41 Register. Port 2 also receives the high-order address bits and some control signals during Flash programming and verification. PORT 3 Port 3 is an 8-bit bi-directional I/O port with internal pull-ups. The Port 3 output buffers can sink/source four TTL inputs. When 1s are written to Port 3 pins they are pulled high by the internal pull-ups and can be used as inputs. As inputs, Port 3 pins that are externally being pulled low will source current (IIL) because of the pull-ups. Port 3 also serves the functions of various special features of the AT89C51 as listed below: Port 3 also receives some control signals for Flash programming and verification. Table. 4.1 Port 3 Pins RST Reset input. A high on this pin for two machine cycles while the oscillator is running resets the device. 41

42 ALE/PROG Address Latch Enable output pulse for latching the low byte of the address during accesses to external memory. This pin is also the program pulse input (PROG) during Flash programming. In normal operation ALE is emitted at a constant rate of 1/6 the oscillator frequency, and may be used for external timing or clocking purposes. Note, however, that one ALE pulse is skipped during each access to external Data Memory. If desired, ALE operation can be disabled by setting bit 0 of SFR location 8EH. With the bit set, ALE is active only during a MOVX or MOVC instruction. Otherwise, the pin is weakly pulled high. Setting the ALE-disable bit has no effect if the microcontroller is in external execution mode. PSEN Program Store Enable is the read strobe to external program memory. When the AT89C51 is executing code from external program memory, PSEN is activated twice each machine cycle, except that two PSEN activations are skipped during each access to external data memory. EA/VPP External Access Enable. EA must be strapped to GND in order to enable the device to fetch code from external program memory locations starting at 0000H up to FFFFH. Note, however, that if lock bit 1 is programmed, EA will be internally latched on reset. EA should be strapped to VCC for internal program executions. This pin also receives the 12-volt programming enable voltage (VPP) during Flash programming, for parts that require 12-volt VPP. 42

43 XTAL1 Input to the inverting oscillator amplifier and input to the internal clock operating circuit. XTAL2 Output from the inverting oscillator amplifier OSCILLATOR CHARACTERISTICS XTAL1 and XTAL2 are the input and output, respectively, of an inverting amplifier which can be configured for use as an on-chip oscillator, as shown in Figure 1. Either quartz crystal or ceramic resonator may be used. To drive the device from an external clock source, XTAL2 should be left unconnected while XTAL1 is driven as shown in Figure 2. There are no requirements on the duty cycle of the external clock signal, since the input to the internal clocking circuitry is through a divide-by-two flip-flop, but minimum and maximum voltage high and low time specifications must be observed. 43

44 Oscillator Connections Fig. 4.3 Oscillator Connections 4.3. SPECIAL FUNCTION REGISTERS A map of the on-chip memory area called the Special Function Register (SFR). Note that not all of the addresses are occupied, and unoccupied addresses may not be implemented on the chip. Read accesses to these addresses will in general return random data, and write accesses will have an indeterminate effect. User software should not write 1s to these unlisted locations, since they may be used in future products to invoke new features. In that case, the reset or inactive values of the new bits will always be SFRs (Special Function Registers) SFRs are a kind of control table used for running and monitoring microcontroller s operating. Each of these registers, even each bit they include, has its name, address in the scope of RAM and clearly defined purpose ( for example: 44

45 timer control, interrupt, serial connection etc.). Even though there are 128 free memory locations intended for their storage, the basic core, shared by all types of 8051 controllers, has only 21 such registers. Rests of locations are intentionally left free in order to enable the producers to further improved models keeping at the same time compatibility with the previous versions. It also enables the use of programs written a long time ago for the microcontrollers which are out of production now Timer 2 Registers Control and status bits are contained in registers T2CON and T2MOD for Timer 2. The register pair (RCAP2H, RCAP2L) is the Capture/Reload registers for Timer 2 in 16-bit capture mode or 16-bit auto-reload mode Interrupt Registers The individual interrupt enable bits are in the IE register. Two priorities can be set for each of the six interrupt sources in the IP register DATA MEMORY The Internal Data memory is divided into three blocks namely, The lower 128 Bytes of Internal RAM. The Upper 128 Bytes of Internal RAM. Special Function Register. Internal Data memory Addresses are always 1 byte wide, which implies an address space of only 256 bytes. However, the addressing modes for internal RAM can accommodate 384 bytes. Direct addresses higher than 7Fh access one memory space and indirect addresses higher than 7Fh access a different memory space. 45

46 The lowest 32 bytes are grouped into 4 banks of 8 registers. Program instructions call out these registers as R0 through R7. Two bits in the program status Word (PSW) select which register bank is in use. This architecture allows more efficient use of code space, since register instructions are shorter than instructions that use direct addressing. The next 16-bytes above the register banks form a block of bit addressable memory space. The micro controller instruction set includes a wide selection of single - bit instructions and this instruction can directly address the 128 bytes in this area. These bit addresses are 00h through 7Fh The Special Function Register includes Port latches, timers, peripheral controls etc., direct addressing can only access these register. In general, all Atmel micro controllers have the same SFRs at the same addresses. However, upgrades to the AT89C51 have additional SFRs. Sixteen addresses in SFR space are both byte and bit Addressable. The bit Addressable SFRs are those whose address ends in 000B. The bit addresses in this area are 80h through FFh TIMERS Timer 0 And 1 Timer 0 and Timer 1 in the AT89C52 operate the same way as Timer 0 and Timer 1 in the AT89C Timer 2 Timer 2 is a 16-bit Timer/Counter that can operate as either a timer or an event counter. The type of operation is selected by bit C/T2 in the SFR T2CON (shown in Table 2). Timer 2 has three operating modes: capture, auto-reload (up or 46

47 down counting), and baud rate generator. The modes are selected by bits in T2CON, as shown in Table 3. Timer 2 consists of two 8-bit registers, TH2 and TL2. In the Timer function, the TL2 register is incremented every machine cycle. Since a machine cycle consists of 12 oscillator periods, the count rate is 1/12 of the oscillator frequency. In the Counter function, the register is incremented in response to a 1-to-0 transition at its corresponding external input pin, T2. In this function, the external input is sampled during S5P2 of every machine cycle. When the samples show a high in one cycle and a low in the next cycle, the count is incremented. The new count value appears in the register during S3P1 of the cycle following the one in which the transition was detected. Since two machine cycles (24 oscillator periods) are required to recognize a 1-to-0 transition, the maximum count rate is 1/24 of the oscillator frequency. To ensure that a given level is sampled at least once before it changes, the level should be held for at least one full machine cycle. 47

48 CHAPTER 5 SOFTWARE DESCRIPITION 5.1. EMBEDDED LANGUAGE Embedded software is in almost every electronic device designed today. There is software hidden away inside our watches, microwave, Music system, cellular phones etc.military uses embedded software to guide smart missiles and detect enemy aircraft; communication satellites, space probes and modern medicine could be nearly impossible without it. Embedded softwares are developed using a different version of c called embedded c which is a different version of c to suit the programming of microcontroller INTRODUCTION TO KEIL COMPILER When the Keil µvision is used, the project development cycle is roughly the same as it is for any other software development project. Create source file in C or assembly Build application with the project manager Correct errors in source file Test the linked application 5.3. µ VISION IDE The µvision IDE combines project managements, a rich featured editor with interactive error correction, option setup make facility, and online help. Use µvision to create source files and organize them into a project that defines your target application.µ vision automatically compiles, assembles and links your 48

49 embedded application and provides a single focal point for your development efforts C51 COMPILER AND A51 MACRO ASSEMBLER Source file created by µ vision IDE and passed to the C51 compiler macro assembler. The compiler and assembler process source files and create relocatable object files. The keil C51 compiler is a full ANSI implementation of the C programming language that supports all standard features of the C language LIB51 LIBRARY MANAGER The LIB 51 lib manager allows you to create object library from the object file created by the compiler and assembler. Libraries are specially, ordered collection of object modules that may be used by the linker at a later time. When the linker processes a library, only those object modules in the library that are necessary to create the program are used BL 51 LINKER/LOCATOR The BL 51 linker/locator creates an absolute ELF/DWARF files using the object module extracted from libraries and those created by the compilers and assembler. An absolute object file or module contains no relocatable code and data reside at a fixed memory location. The absolute ELF/DWARF file used: To program ad flash ROM or other memory devices with µvision debugger for simulation and target debugging. With an in-circuit emulator for the program testing. 49

50 5.7. µvision DEBUGGER µvision symbolic source level debugger is ideally suited for fast, reliable program debugging. The debugger includes a high-speed simulator that can simulate an entire 8051 system including on-chip peripherals and external hardwares. The attributes of the chip used are automatically configured when device is selected from device database. The µvision debugger provides several ways for testing programs on real target hardware. Install the Mon51 target monitor on the target system and download the program using the Monitor51 interface built into the µvision Debugger. Use the advanced GDI interface to attach, use the µvision Debugger front end with the target system. 50

51 CHAPTER 6 CONCLUSION The design and development of RF based station name intimation inside train compartment have been successfully designed, fabricated and tested. With the implementation of low cost and flexibility in design, this kit can reduce our tension in journey to unknown place. This project demonstrates how RF signal along with embedded system can make our life simpler without causing any ill effect or affecting other devices. There are plenty of such examples showing how embedded system makes our life simpler and tension free. Our project has plenty of rooms for expansion like the use of GPS system instead of RF signal, interfacing with pc for different forms of output, harness of solar energy as the unit consumes very low power etc. Its use is not limited to bus stand or railway station, with suitable modification the system can be used to serve other purposes like providing assistance to blind in their homes, providing security for valuable items etc. 51

52 APPENDIX 1. MICROCONTROLLER PROGRAM 1.1. Main Coding #include <REGX51.H> #include <intrins.h> void wrt_lcd(unsigned char*); void lcd_init(void); void cmd(unsigned int); bit station1,station2; void delay(unsigned int); sbit v1=p2^2; sbit v2=p2^3; void main() { lcd_init(); P2=0xFF; //P2_0=0; cmd(0x01); cmd(0x80); wrt_lcd("rf Base station"); cmd(0xc0); 52

53 wrt_lcd(" Name Display "); delay(65000); delay(65000); delay(65000); //P2_0=1; while(!p2_0&&!p2_1); while(1) { if((p2_0==0)&&!station1) { P2_3=0; cmd(0x01); cmd(0x80); wrt_lcd("nagerkoil"); delay(65000); delay(65000); delay(65000); delay(65000); delay(65000); delay(65000); cmd(0x01); cmd(0x80); wrt_lcd("rf Base station"); 53

54 cmd(0xc0); wrt_lcd(" Name Display "); station1=1; station2=0; P2_3=1; } if((p2_1==0)&&!station2) { P2_2=0; cmd(0x01); cmd(0x80); wrt_lcd("chennai"); delay(65000); delay(65000); delay(65000);delay(65000);delay(65000); cmd(0x01); cmd(0x80); wrt_lcd("rf Base station"); cmd(0xc0); wrt_lcd(" Name Display "); P2_2=1; station1=0; station2=1; 54

55 } // } } 1.2. LCD Coding #include<regx51.h> #include<intrins.h> //sbit busy=p2^7; sbit RS=P3^5; sbit RW=P3^6; sbit EN=P3^7; void delay(unsigned int x) { unsigned int i; } for(i=0;i<=x;i++) _nop_(); //void check() 55

56 //{ // busy=1; // RS=0; // RW=1; // EN=0; // delay(3); // EN=1; // while(busy==1); //} void cmd(unsigned char x) { P1=x; RS=0; RW=0; EN=1; delay(3); EN=0; delay(100); } void lcd_init() { cmd(0x38); cmd(0x0e); 56

57 cmd(0x01); cmd(0x80); delay(100); } void dat(unsigned char y) { P1=y; RS=1; RW=0; EN=1; delay(3); EN=0; delay(100); } void wrt_lcd(unsigned char *p) { while(*p!='\0') { dat(*p); p++; } } 57

58 REFERENCES 1. Ajay V Deshmukh (2008), Microcontrollers (Theory and Applications), Tata McGraw Hill Publishing Limited. 2. Muhammad Ali Mazidi and Janice Mazidi F (2000), 051 microcontroller and embedded system, Pearson education. 3. Ray and Bhuruchandi (2000), Advanced Microprocessor and Peripherals, Tata McGraw Hill Publishing Company Limited. 4. Websites:

Seminar Report Railway Gate Control 1. INTRODUCTION

Seminar Report Railway Gate Control 1. INTRODUCTION 1. INTRODUCTION It is designed using AT89C51 microcontroller to avoid railway accidents happening at unattended railway gates, if implemented in spirit. This utilizes two powerful IR transmitters and two

More information

SYNOPSIS ON. Bachelor of Technology In Electronics & Communication

SYNOPSIS ON. Bachelor of Technology In Electronics & Communication SYNOPSIS ON VEHICLE TRACKING SYSTEM Bachelor of Technology In Electronics & Communication 2006-2007 Project Incharge : MR.ANURAG SINGHAL MRS. ABHA AGGARWAL Submitted By: Amit kumar arya(0312831007) Ashwani

More information

CHAPTER: 1 INTRODUCTION TO LAND MINES

CHAPTER: 1 INTRODUCTION TO LAND MINES CHAPTER: 1 INTRODUCTION TO LAND MINES 1 1.1 ABOUT THE LANDMINES: Landmines are basically explosive devices that are designed to explode when triggered by pressure or a tripwire. These devices are typically

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

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

CHAPTER 1 INTRODUCTION

CHAPTER 1 INTRODUCTION CHAPTER 1 INTRODUCTION S.R.T.I.S.T. 1 1. INTRODUCTION 1.1 INTRODUCTION TO LEVEL CROSSING What is a level crossing? The place where track and highway/road intersects each other at the same level is known

More information

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller

Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Four Quadrant Speed Control of DC Motor with the Help of AT89S52 Microcontroller Rahul Baranwal 1, Omama Aftab 2, Mrs. Deepti Ojha 3 1,2, B.Tech Final Year (Electronics and Communication Engineering),

More information

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE

CHAPTER 2 VSI FED INDUCTION MOTOR DRIVE CHAPTER 2 VI FE INUCTION MOTOR RIVE 2.1 INTROUCTION C motors have been used during the last century in industries for variable speed applications, because its flux and torque can be controlled easily by

More information

8XL LOW VOLTAGE CHMOS SINGLE-CHIP 8-BIT MICROCONTROLLERS

8XL LOW VOLTAGE CHMOS SINGLE-CHIP 8-BIT MICROCONTROLLERS LOW VOLTAGE CHMOS SINGLE-CHIP 8-BIT MICROCONTROLLERS Commercial Express 87L52 80L52 87L54 80L54 87L58 80L58 High Performance CHMOS OTP ROM 6 Interrupt Sources Low Voltage Operation Four Level Interrupt

More information

RF Based Pick and Place Robot

RF Based Pick and Place Robot IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-issn: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 3, Ver. I (May.-Jun. 2017), PP 34-38 www.iosrjournals.org RF Based Pick and Place

More information

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A

Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Modeling, Simulation and Implementation of Speed Control of DC Motor Using PIC 16F877A Payal P.Raval 1, Prof.C.R.mehta 2 1 PG Student, Electrical Engg. Department, Nirma University, SG Highway, Ahmedabad,

More information

Design and Development of Train Tracking System in South Central Railways

Design and Development of Train Tracking System in South Central Railways International Journal of Science and Modern Engineering (IJISME) Design and Development of Train Tracking System in South Central Railways Shaik Nahid,Srinivas Padala,V.Samson Deva Kumar Abstract Rail

More information

The Speech Based Floor Cleaning Robot

The Speech Based Floor Cleaning Robot International journal of Systems and Technologies ISSN 0-0 The Speech Based Floor Cleaning Robot Sidhartha Velpula, Sunil Babu Thota, V.S.G.V.Sridhar, Syed Inthiyaz, Siva Kumar Abstract: Munuswamy, Students,

More information

The SOL-20 Computer s Cassette interface.

The SOL-20 Computer s Cassette interface. The SOL-20 Computer s Cassette interface. ( H. Holden. Dec. 2018 ) Introduction: The Cassette interface designed by Processor Technology (PT) for their SOL-20 was made to be compatible with the Kansas

More information

Auto-Fact Security System

Auto-Fact Security System IJIRST International Journal for Innovative Research in Science & Technology Volume 2 Issue 10 March 2016 ISSN (online): 2349-6010 Auto-Fact Security System Rasika Hedaoo Department of Electronics Engineering

More information

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION

GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-2013 SCHEME OF VALUATION GOVERNMENT OF KARNATAKA KARNATAKA STATE PRE-UNIVERSITY EDUCATION EXAMINATION BOARD II YEAR PUC EXAMINATION MARCH-03 SCHEME OF VALUATION Subject Code: 0 Subject: PART - A 0. What does the arrow mark indicate

More information

DATA SHEET. PCD pixels matrix LCD controller/driver INTEGRATED CIRCUITS Apr 12

DATA SHEET. PCD pixels matrix LCD controller/driver INTEGRATED CIRCUITS Apr 12 INTEGRATED CIRCUITS DATA SHEET PCD8544 48 84 pixels matrix LCD controller/driver File under Integrated Circuits, IC17 1999 Apr 12 CONTENTS 1 FEATURES 2 GENERAL DESCRIPTION 3 APPLICATIONS 4 ORDERING INFORMATION

More information

HD66702 (LCD-II/E20) (Dot Matrix Liquid Crystal Display Controller/Driver) Description. Features

HD66702 (LCD-II/E20) (Dot Matrix Liquid Crystal Display Controller/Driver) Description. Features HD6672 (LCD-II/E2) (Dot Matrix Liquid Crystal Display Controller/Driver) Description The HD6672 LCD-II/E2 dot-matrix liquid crystal display controller and driver LSI displays alphanumerics, Japanese kana

More information

HT12A/HT12E 2 12 Series of Encoders

HT12A/HT12E 2 12 Series of Encoders 2 2 Series of Encoders Features Operating voltage 2.4V~5V for the HT2A 2.4V~2V for the HT2E Low power and high noise immunity CMOS technology Low standby current: 0.A (typ. at V DD =5V HT2A with a 38kHz

More information

GSM BASED ENERGY THEFT MONITORING SYSTEM

GSM BASED ENERGY THEFT MONITORING SYSTEM GSM BASED ENERGY THEFT MONITORING SYSTEM Vishal Patra 1, Yashwant Ahire 2, Mitesh Kolhalkar 3, Anket Jadhav 4, Saurabh Bhor 5 1,2,3,4,5 Department of Electrical Engineering, Guru Gobind Singh Polytechnic

More information

MAINTENANCE MANUAL AUDIO AMPLIFIER BOARD 19D904025G1 (MDR) AUDIO AMPLIFIER BOARD 19D904025G2 (MDX)

MAINTENANCE MANUAL AUDIO AMPLIFIER BOARD 19D904025G1 (MDR) AUDIO AMPLIFIER BOARD 19D904025G2 (MDX) A MAINTENANCE MANUAL AUDIO AMPLIFIER BOARD 19D904025G1 (MDR) AUDIO AMPLIFIER BOARD 19D904025G2 (MDX) TABLE OF CONTENTS DESCRIPTION............................................... Page Front Cover CIRCUIT

More information

Operational Description

Operational Description Operational Description Wallterminal WT2000 ISO Tagit The Wallterminal WT2000 consists of the two components control unit and reader unit. The control unit is usually mounted in a save area inside the

More information

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING

ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING ADVANCED SAFETY APPLICATIONS FOR RAILWAY CROSSING 1 HARSHUL BALANI, 2 CHARU GUPTA, 3 KRATIKA SUKHWAL 1,2,3 B.TECH (ECE), Poornima College Of Engineering, RTU E-mail; 1 harshul.balani@gmail.com, 2 charu95g@gmail.com,

More information

MM58174A Microprocessor-Compatible Real-Time Clock

MM58174A Microprocessor-Compatible Real-Time Clock MM58174A Microprocessor-Compatible Real-Time Clock General Description The MM58174A is a low-threshold metal-gate CMOS circuit that functions as a real-time clock and calendar in bus-oriented microprocessor

More information

Basic Harris DX Transmitter Tutorial

Basic Harris DX Transmitter Tutorial BASIC DX TUTORIAL Basic Harris DX Transmitter Tutorial Basic DX Theory The Harris DX Transmitters series, introduced in 1986, have proven to be the most efficient method of Amplitude Modulation at medium

More information

(THEORY) (ANALOG) (DIGITAL) (SOFTWARE) (HOME) Matjaz Vidmar, S53MV (ex YU3UMV, YT3MV)

(THEORY) (ANALOG) (DIGITAL) (SOFTWARE) (HOME) Matjaz Vidmar, S53MV (ex YU3UMV, YT3MV) 1 of 25 3.12.2010 10:07 (THEORY) (ANALOG) (DIGITAL) (SOFTWARE) (HOME) Matjaz Vidmar, S53MV (ex YU3UMV, YT3MV) 4. Homemade receiver modules for GPS & GLONASS 4.10. GPS/GLONASS DSP hardware The theory of

More information

DTMF receiver for telephones

DTMF receiver for telephones DTMF receiver for telephones The is a DTMF receiver ICs developed for use in telephone answering machines, and converts 16 different types of DTMF signals into 4-bit binary serial data. It features a wide

More information

The ST7588T is a driver & controller LSI for graphic dot-matrix liquid crystal display systems. It contains 132 segment and 80

The ST7588T is a driver & controller LSI for graphic dot-matrix liquid crystal display systems. It contains 132 segment and 80 ST Sitronix ST7588T 81 x 132 Dot Matrix LCD Controller/Driver INTRODUCTION The ST7588T is a driver & controller LSI for graphic dot-matrix liquid crystal display systems. It contains 132 segment and 80

More information

ITM-1601A LCM. User s Guide. (Liquid Crystal Display Module) 1998 Intech LCD Group Ltd. Document No. TE nd Edition Jan.

ITM-1601A LCM. User s Guide. (Liquid Crystal Display Module) 1998 Intech LCD Group Ltd. Document No. TE nd Edition Jan. User s Guide Document No. TE-014-001 2 nd Edition Jan. 1999 ITM-1601A LCM 16 Characters X 1 lines with 5 X 8 dots format (Liquid Crystal Display Module) 1998 Intech LCD Group Ltd. ITM-1601A LCM Use s Guide

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

4/30/2012. General Class Element 3 Course Presentation. Practical Circuits. Practical Circuits. Subelement G7. 2 Exam Questions, 2 Groups

4/30/2012. General Class Element 3 Course Presentation. Practical Circuits. Practical Circuits. Subelement G7. 2 Exam Questions, 2 Groups General Class Element 3 Course Presentation ti ELEMENT 3 SUB ELEMENTS General Licensing Class Subelement G7 2 Exam Questions, 2 Groups G1 Commission s Rules G2 Operating Procedures G3 Radio Wave Propagation

More information

Triscend E5 Support. Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM

Triscend E5 Support.   Configurable System-on-Chip (CSoC) Triscend Development Tools Update TM www.keil.com Triscend Development Tools Update TM Triscend E5 Support The Triscend E5 family of Configurable System-on-Chip (CSoC) devices is based on a performance accelerated 8-bit 8051 microcontroller.

More information

1. GENERAL DESCRIPTION FEATURES PIN DESCRIPTION BLOCK DIAGRAM... 5

1. GENERAL DESCRIPTION FEATURES PIN DESCRIPTION BLOCK DIAGRAM... 5 Table of Contents- 1. GENERAL DESCRIPTION... 2 2. FEATURES... 3 3. PIN DESCRIPTION... 4 4. BLOCK DIAGRAM... 5 5. ELECTRICAL CHARACTERISTICS... 5 5.1 Absolute Maximum Ratings... 5 5.2 D.C. Characteristics...

More information

MM5452/MM5453 Liquid Crystal Display Drivers

MM5452/MM5453 Liquid Crystal Display Drivers MM5452/MM5453 Liquid Crystal Display Drivers General Description The MM5452 is a monolithic integrated circuit utilizing CMOS metal gate, low threshold enhancement mode devices. It is available in a 40-pin

More information

CD22202, CD DTMF Receivers/Generators. 5V Low Power DTMF Receiver. Features. Description. Ordering Information. Pinout. Functional Diagram

CD22202, CD DTMF Receivers/Generators. 5V Low Power DTMF Receiver. Features. Description. Ordering Information. Pinout. Functional Diagram SEMICONDUCTOR DTMF Receivers/Generators CD0, CD0 January 1997 5V Low Power DTMF Receiver Features Description Central Office Quality No Front End Band Splitting Filters Required Single, Low Tolerance,

More information

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories.

Logic Families. Describes Process used to implement devices Input and output structure of the device. Four general categories. Logic Families Characterizing Digital ICs Digital ICs characterized several ways Circuit Complexity Gives measure of number of transistors or gates Within single package Four general categories SSI - Small

More information

Semiconductors, ICs and Digital Fundamentals

Semiconductors, ICs and Digital Fundamentals Semiconductors, ICs and Digital Fundamentals The Diode The semiconductor phenomena. Diode performance with ac and dc currents. Diode types: General purpose LED Zener The Diode The semiconductor phenomena

More information

OverLoad Protection using Microprocessor based OverVoltage Relay:Proteous Simulation

OverLoad Protection using Microprocessor based OverVoltage Relay:Proteous Simulation OverLoad Protection using Microprocessor based OverVoltage Relay:Proteous Simulation Paruchuri Anwitha Electrical and Electronics Department Chaitanya Bharathi Institute of Technology Gandipet, Hyderabad,

More information

SH X Grayscale Dot Matrix OLED/PLED Driver with Controller. Features. General Description 1 V2.2

SH X Grayscale Dot Matrix OLED/PLED Driver with Controller. Features. General Description 1 V2.2 256 X 64 16 Grayscale Dot Matrix OLED/PLED Driver with Controller Features Support maximum 256 X 64 dot matrix panel with 16 grayscale Embedded 256 X 64 X 4bits SRAM Operating voltage: - I/O voltage supply:

More information

NT7603. Features. General Description

NT7603. Features. General Description PRELIMINARY Single-Chip 16Cx2L Dot-Matrix LCD Controller / Driver Features Internal LCD drivers 16 common signal drivers 80 segment signal drivers Maximum display dimensions 16 characters * 2 lines or

More information

Control of Electrical Lights and Fans using TV Remote

Control of Electrical Lights and Fans using TV Remote EE 389 Electronic Design Lab -II, Project Report, EE Dept., IIT Bombay, October 2005 Control of Electrical Lights and Fans using TV Remote Group No. D10 Liji Jayaprakash (02d07021)

More information

Maintenance Manual. MTD SERIES 900 MHz, 10-WATT, DATA ONLY MOBILE RADIO. Mobile Communications LBI TABLE OF CONTENTS

Maintenance Manual. MTD SERIES 900 MHz, 10-WATT, DATA ONLY MOBILE RADIO. Mobile Communications LBI TABLE OF CONTENTS Mobile Communications MTD SERIES 900 MHz, 10-WATT, DATA ONLY MOBILE RADIO TABLE OF CONTENTS RF BOARD............................... LBI-38545 AUDIO BOARD............................ LBI-38546 LOGIC BOARD............................

More information

DTMF receiver for telephones

DTMF receiver for telephones DTMF receiver for telephones The BU8874 and BU8874F are DTMF receiver ICs developed for use in telephone answering machines, and convert 16 different types of DTMF signals into 4-bit binary serial data.

More information

Unit-6 PROGRAMMABLE INTERRUPT CONTROLLERS 8259A-PROGRAMMABLE INTERRUPT CONTROLLER (PIC) INTRODUCTION

Unit-6 PROGRAMMABLE INTERRUPT CONTROLLERS 8259A-PROGRAMMABLE INTERRUPT CONTROLLER (PIC) INTRODUCTION M i c r o p r o c e s s o r s a n d M i c r o c o n t r o l l e r s P a g e 1 PROGRAMMABLE INTERRUPT CONTROLLERS 8259A-PROGRAMMABLE INTERRUPT CONTROLLER (PIC) INTRODUCTION Microcomputer system design requires

More information

DS1307ZN. 64 X 8 Serial Real Time Clock

DS1307ZN. 64 X 8 Serial Real Time Clock 64 X 8 Serial Real Time Clock www.dalsemi.com FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation valid up to 2100 56

More information

GSM Based Water Billing System

GSM Based Water Billing System Reviewed Paper Volume 2 Issue 7 March 2015 International Journal of Informative & Futuristic Research ISSN (Online): 2347-1697 GSM Based Water Billing System Paper ID IJIFR/ V2/ E7/ 087 Page No. 2379-2385

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

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics

B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics B.E. SEMESTER III (ELECTRICAL) SUBJECT CODE: X30902 Subject Name: Analog & Digital Electronics Sr. No. Date TITLE To From Marks Sign 1 To verify the application of op-amp as an Inverting Amplifier 2 To

More information

Imaging serial interface ROM

Imaging serial interface ROM Page 1 of 6 ( 3 of 32 ) United States Patent Application 20070024904 Kind Code A1 Baer; Richard L. ; et al. February 1, 2007 Imaging serial interface ROM Abstract Imaging serial interface ROM (ISIROM).

More information

Li-Fi And Microcontroller Based Home Automation Or Device Control Introduction

Li-Fi And Microcontroller Based Home Automation Or Device Control Introduction Li-Fi And Microcontroller Based Home Automation Or Device Control Introduction Optical communications have been used in various forms for thousands of years. After the invention of light amplification

More information

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani

Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Management of Home Appliances with Variation in Environment Aisha Jilani, Sahar Sultan, Intesar Ahmed and Sajjad Rabbani Abstract Aim of this research is to help a remote user to remain in touch with what

More information

Standard single-purpose processors: Peripherals

Standard single-purpose processors: Peripherals 3-1 Chapter 3 Standard single-purpose processors: Peripherals 3.1 Introduction A single-purpose processor is a digital system intended to solve a specific computation task. The processor may be a standard

More information

MM5452 MM5453 Liquid Crystal Display Drivers

MM5452 MM5453 Liquid Crystal Display Drivers MM5452 MM5453 Liquid Crystal Display Drivers General Description The MM5452 is a monolithic integrated circuit utilizing CMOS metal gate low threshold enhancement mode devices It is available in a 40-pin

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

ROM/UDF CPU I/O I/O I/O RAM

ROM/UDF CPU I/O I/O I/O RAM DATA BUSSES INTRODUCTION The avionics systems on aircraft frequently contain general purpose computer components which perform certain processing functions, then relay this information to other systems.

More information

DS1307/DS X 8 Serial Real Time Clock

DS1307/DS X 8 Serial Real Time Clock DS1307/DS1308 64 X 8 Serial Real Time Clock www.dalsemi.com FEATURES Real time clock counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap year compensation valid

More information

War Field Spying Robot With Night Vision Camera

War Field Spying Robot With Night Vision Camera War Field Spying Robot With Night Vision Camera Aaruni Jha, Apoorva Singh, Ravinder Turna, Sakshi Chauhan SRMSWCET, UPTU, India Abstract With the aim of the satisfying and meeting the changing needs of

More information

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency

UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency UMAINE ECE Morse Code ROM and Transmitter at ISM Band Frequency Jamie E. Reinhold December 15, 2011 Abstract The design, simulation and layout of a UMAINE ECE Morse code Read Only Memory and transmitter

More information

Gesture Controlled Robot with Wireless Camera Monitoring

Gesture Controlled Robot with Wireless Camera Monitoring http:// Gesture Controlled Robot with Wireless Camera Monitoring B. Chaitanya Varma P. Manikanta P.Venkateswaralu Reddy Abstract- The interaction between humans and machines increasing day by day. With

More information

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852

[Ahmed, 3(1): January, 2014] ISSN: Impact Factor: 1.852 IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Microcontroller Based Advanced Triggering Circuit for Converters/Inverters Zameer Ahmad *1, S.N. Singh 2 *1,2 M.Tech Student,

More information

ABSTRACT I. INTRODUCTION. D. Meena 1, Saravanan. S 2, Bharanidharan.P, 3 Aravinth.S 4

ABSTRACT I. INTRODUCTION. D. Meena 1, Saravanan. S 2, Bharanidharan.P, 3 Aravinth.S 4 2018 IJSRSET Volume 4 Issue 4 Print ISSN: 2395-1990 Online ISSN : 2394-4099 Themed Section : Engineering and Technology A Noval Implementation of Microcontroller Based Dvr for Industrial Application D.

More information

2.0 Discussion: 2.1 Approach:

2.0 Discussion: 2.1 Approach: 2.0 Discussion: 2.1 Approach: The design for a Power Monitor and Data Logging System is comprised of two major components: the Power Meter and the Data Logger. The Power Meter is the package that plugs

More information

DUAL STEPPER MOTOR DRIVER

DUAL STEPPER MOTOR DRIVER DUAL STEPPER MOTOR DRIVER GENERAL DESCRIPTION The is a switch-mode (chopper), constant-current driver with two channels: one for each winding of a two-phase stepper motor. is equipped with a Disable input

More information

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION

ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 98 Chapter-5 ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION 99 CHAPTER-5 Chapter 5: ADVANCED EMBEDDED MONITORING SYSTEM FOR ELECTROMAGNETIC RADIATION S.No Name of the Sub-Title Page

More information

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

M.Sinduja,S.Ranjitha. Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi. POWER LINE CARRIER COMMUNICATION FOR DISTRIBUTION AUTOMATION SYSTEM M.Sinduja,S.Ranjitha Department of Electrical & Electronics Engineering, Bharathiyar Institute of Engineering For Women, Deviyakurichi.

More information

CD V Low Power Subscriber DTMF Receiver. Description. Features. Ordering Information. Pinouts CD22204 (PDIP) TOP VIEW. Functional Diagram

CD V Low Power Subscriber DTMF Receiver. Description. Features. Ordering Information. Pinouts CD22204 (PDIP) TOP VIEW. Functional Diagram Semiconductor January Features No Front End Band Splitting Filters Required Single Low Tolerance V Supply Three-State Outputs for Microprocessor Based Systems Detects all Standard DTMF Digits Uses Inexpensive.4MHz

More information

DM Segment Decoder/Driver/Latch with Constant Current Sink Outputs

DM Segment Decoder/Driver/Latch with Constant Current Sink Outputs DM9374 7-Segment Decoder/Driver/Latch with Constant Current Sink Outputs General Description The DM74 is a 7-segment decoder driver incorporating input latches and output circuits to directly drive common

More information

LBI-31564A. Mobile Communications. DELTA - SX MHz RADIO COMBINATIONS (NEGATIVE GROUND ONLY) Maintenance Manual

LBI-31564A. Mobile Communications. DELTA - SX MHz RADIO COMBINATIONS (NEGATIVE GROUND ONLY) Maintenance Manual A Mobile Communications DELTA - SX 136-174 MHz RADIO COMBINATIONS (NEGATIVE GROUND ONLY) Maintenance Manual TABLE OF CONTENTS MILITARY AND SYSTEM SPECIFICATIONS................................. 2-3 COMBINATION

More information

H4102 EM MICROELECTRONIC-MARIN SA. Read Only Contactless Identification Device H4102. Typical Operating Configuration

H4102 EM MICROELECTRONIC-MARIN SA. Read Only Contactless Identification Device H4102. Typical Operating Configuration Read Only Contactless Identification Device Features 64 bit memory array laser programmable Several options of data rate and coding available On chip resonance capacitor On chip supply buffer capacitor

More information

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies

CATALOG. ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies CATALOG ANALOG COMMUNICATION SYSTEMS DIGITAL COMMUNICATION SYSTEMS Microcontroller kits Arm controller kits PLC Trainer KITS Regulated Power supplies UNION INTRUMENTS #17 & 18, 4 th floor, Hanumathra Arcade

More information

APLUS INTEGRATED CIRCUITS INC. APR9301- V2

APLUS INTEGRATED CIRCUITS INC. APR9301- V2 INTEGRATED CIRCUITS I. Feature s S i ngle-chip, hi gh quality v o i c e recording & playback solution - No external ICs r equired - Minimum external c omponents Non - volatile Flash memory t e ch no l

More information

International Journal of Applied Sciences, Engineering and Management ISSN , Vol. 06, No. 02, March 2017, pp

International Journal of Applied Sciences, Engineering and Management ISSN , Vol. 06, No. 02, March 2017, pp Intelligent Street Lighting System S. Jagan Mohan Rao 1, N. Kundana 2, N. Prasanti 2, U. Bhargav Teja 2, Y. Mukhesh 2 1 Professor, Vice Principal, Ramachandra College of Engineering, Eluru, Andhra Pradesh,

More information

T6+ Analog I/O Section. Installation booklet for part numbers: 5/4-80A-115 5/4-90A-115 5/4-80A /4-90A-1224

T6+ Analog I/O Section. Installation booklet for part numbers: 5/4-80A-115 5/4-90A-115 5/4-80A /4-90A-1224 T and T+ are trade names of Trol Systems Inc. TSI reserves the right to make changes to the information contained in this manual without notice. publication /4A115MAN- rev:1 2001 TSI All rights reserved

More information

DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER-PUMP CONTROLLER

DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER-PUMP CONTROLLER DESIGN AND DEVELOPMENT OF A LOW-COST MICROCONTROLLER BASED SINGLE PHASE WATER-PUMP CONTROLLER M.A.A. Mashud 1*, M.A.A. Tariq 1, M. Shamim Hossain 2 and Md. Serajul Islam 3 1 Department of Applied Physics,

More information

CD22202, CD V Low Power DTMF Receiver

CD22202, CD V Low Power DTMF Receiver November 00 OBSOLETE PRODUCT NO RECOMMDED REPLACEMT contact our Technical Support Center at 1--TERSIL or www.intersil.com/tsc CD0, CD0 5V Low Power DTMF Receiver Features Central Office Quality No Front

More information

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology.

Index Terms-Emergency vehicle clearance, Higher density, IR sensor, Micro controller, RFID Technology. Design of an Intelligent Auto Traffic Signal Controller with Emergency Override * Geetha.E 1, V.Viswanadha 2, Kavitha.G 3 Abstract- The main objective of this project is to design an intelligent auto traffic

More information

ADC Bit µp Compatible A/D Converter

ADC Bit µp Compatible A/D Converter ADC1001 10-Bit µp Compatible A/D Converter General Description The ADC1001 is a CMOS, 10-bit successive approximation A/D converter. The 20-pin ADC1001 is pin compatible with the ADC0801 8-bit A/D family.

More information

CHAPTER 12 NORTHERN ILLINOIS UNIVERSITY

CHAPTER 12 NORTHERN ILLINOIS UNIVERSITY CHAPTER 12 NORTHERN ILLINOIS UNIVERSITY Department of Electrical Engineering DeKalb, IL 60115 Principal Investigators: Mansour Tahernezhadi (815)-753-8568 Xuan Kong (815)-753-9942 127 128 NSF 1999 Engineering

More information

Design of Low-Cost General Purpose Microcontroller Based Neuromuscular Stimulator

Design of Low-Cost General Purpose Microcontroller Based Neuromuscular Stimulator Journal of Medical Systems, Vol. 24, No. 2, 2000 Design of Low-Cost General Purpose Microcontroller Based Neuromuscular Stimulator Sabri Koçer, 1 M. Rahmi Canal, 1 and İnan Güler 1 In this study, a general

More information

SSD1848. Advanced Information. 130 x 130 STN LCD Segment / Common 4G/S Driver with Controller

SSD1848. Advanced Information. 130 x 130 STN LCD Segment / Common 4G/S Driver with Controller SOLOMON SYSTECH SEMICONDUCTOR TECHNICAL DATA SSD1848 Advanced Information 130 x 130 STN LCD Segment / Common 4G/S Driver with Controller This document contains information on a new product. Specifications

More information

EL7302. Hardware Design Guide

EL7302. Hardware Design Guide Hardware Design Guide Version: Preliminary 0.0 Date: January. 2005 Approval: Etron technology, Inc P.O. Box 19-54 No.6 Technology Road V. Science-based Industrial Park, Hsinchu,30077 Taiwan, R.O.C. Tel:

More information

JUMA-TRX2 DDS / Control Board description OH2NLT

JUMA-TRX2 DDS / Control Board description OH2NLT JUMA-TRX2 DDS / Control Board description OH2NLT 22.08.2007 General Key functions of the JUMA-TRX2 DDS / Control board are: - provide user interface functions with LCD display, buttons, potentiometers

More information

RF RECEIVER DECODER RDF1. Features Complete FM Receiver and Decoder. Applications

RF RECEIVER DECODER RDF1. Features Complete FM Receiver and Decoder. Applications Features Complete FM Receiver and Decoder. Small Form Factor Range up to 200 Metres* Easy Learn Transmitter Feature. Learns 40 transmitter Switches 4 Digital and 1 Serial Data outputs Outputs, Momentary

More information

Universal LCD driver for low multiplex rates. AEC Q100 grade 2 compliant for automotive applications.

Universal LCD driver for low multiplex rates. AEC Q100 grade 2 compliant for automotive applications. Rev. 1 9 December 2010 Product data sheet 1. General description The is a peripheral device which interfaces to almost any Liquid Crystal Display (LCD) 1 with low multiplex rates. It generates the drive

More information

CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM

CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM 74 CHAPTER 4 HARDWARE DEVELOPMENT OF STATCOM 4.1 LABORATARY SETUP OF STATCOM The laboratory setup of the STATCOM consists of the following hardware components: Three phase auto transformer used as a 3

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

GSM Based Device Controlling and Fault Detection

GSM Based Device Controlling and Fault Detection ISSN (O): 2349-7084 International Journal of Computer Engineering In Research Trends Available online at: www.ijcert.org GSM Based Device Controlling and Fault Detection Dr. P.V. Rama Raju 1, K.S.S. Phani

More information

CS302 - Digital Logic Design Glossary By

CS302 - Digital Logic Design Glossary By CS302 - Digital Logic Design Glossary By ABEL : Advanced Boolean Expression Language; a software compiler language for SPLD programming; a type of hardware description language (HDL) Adder : A digital

More information

Simulation Of Radar With Ultrasonic Sensors

Simulation Of Radar With Ultrasonic Sensors Simulation Of Radar With Ultrasonic Sensors Mr.R.S.AGARWAL Associate Professor Dept. Of Electronics & Ms.V.THIRUMALA Btech Final Year Student Dept. Of Electronics & Mr.D.VINOD KUMAR B.Tech Final Year Student

More information

LBI-38392C IC DATA MAINTENANCE MANUAL LOGIC BOARD U707 OCTAL DATA LATCH 19D902172G1 & G2 TABLE OF CONTENTS

LBI-38392C IC DATA MAINTENANCE MANUAL LOGIC BOARD U707 OCTAL DATA LATCH 19D902172G1 & G2 TABLE OF CONTENTS LBI-38392C MAINTENANCE MANUAL LOGIC BOARD 19D902172G1 & G2 U707 OCTAL DATA LATCH IC DATA TABLE OF CONTENTS Page DESCRIPTION........................................... Front.. Cover CIRCUIT ANALYSIS........................................

More information

16 Channels LED Driver

16 Channels LED Driver 16 Channels LED Driver Description The SN3216 is a fun light LED controller with an audio modulation mode. It can store data of 8 frames with internal RAM to play small animations automatically. SN3216

More information

HEATHKIT HD-1410 ELECTRONICKEYER

HEATHKIT HD-1410 ELECTRONICKEYER HEATHKIT HD-1410 ELECTRONICKEYER INTRODUCTION The HD-1410 is a compact Electronic Keyer with a built in AC power supply, mechanical paddles, sidetone oscillator and speaker in one package. It is designed

More information

GROUP NO:-19 SWARUP HARICHANDAN SATYA PRAKASH PRADHAN SUBHENDU KUMAR TARAI DHANANJAYA NAYAK SUCHISMITA DAS MANOJ KUMAR MOHANTY

GROUP NO:-19 SWARUP HARICHANDAN SATYA PRAKASH PRADHAN SUBHENDU KUMAR TARAI DHANANJAYA NAYAK SUCHISMITA DAS MANOJ KUMAR MOHANTY GROUP NO:-19 SWARUP HARICHANDAN SATYA PRAKASH PRADHAN SUBHENDU KUMAR TARAI DHANANJAYA NAYAK SUCHISMITA DAS MANOJ KUMAR MOHANTY GUIDED BY:- ASST.PROFF SUNIL BHATT Reducing traffic congestion. Reducing unwanted

More information

International Journal of Research in Advent Technology Available Online at:

International Journal of Research in Advent Technology Available Online at: ON PANEL SIGNALLING SYSTEM FOR TRAINS WITH AUTOMATIC BRAKING Mr. Shailesh Mahakal 1, Ms. Rutuja Ruikar 2, Mr. Ameya Shirsat 3, Mr. Mohd Farhan 4 Department of Electronics and Telecommunication Lokmanya

More information

RayStar Microelectronics Technology Inc. Ver: 1.4

RayStar Microelectronics Technology Inc. Ver: 1.4 Features Description Product Datasheet Using external 32.768kHz quartz crystal Supports I 2 C-Bus's high speed mode (400 khz) The serial real-time clock is a low-power clock/calendar with a programmable

More information

EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER

EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER EMBEDDED SYSTEM DESIGN FOR A DIGITAL MULTIMETER USING MOTOROLA HCS12 MICROCONTROLLER A Thesis Submitted in partial Fulfillment Of the Requirements of the Degree of Bachelor of Technology In Electronics

More information

PC Based Design and Fabrication of Wireless Industrial Surveillance System using Lab VIEW

PC Based Design and Fabrication of Wireless Industrial Surveillance System using Lab VIEW International Journal of Scientific and Research Publications, Volume, Issue, February 0 ISSN 0- PC Based Design and Fabrication of Wireless Industrial Surveillance System using Lab VIEW Shasi Bhusan Singh

More information

School of Electronic Science and Engineering, Nanjing University of Posts and Telecommunications, Nanjing, , China

School of Electronic Science and Engineering, Nanjing University of Posts and Telecommunications, Nanjing, , China 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) A design and implementation of Pulse-Measure instrument based on Microcontroller Zhu Siqing1,

More information

Design and Development of Smart. Harmonic Analyzer

Design and Development of Smart. Harmonic Analyzer Chapter - 4 Design and Development of Smart Harmonic Analyzer 4.1 Introduction: There is steady evolution in the field of generation, distribution, and use of electricity since many years. New methods

More information

IZ602 LCD DRIVER Main features: Table 1 Pad description Pad No Pad Name Function

IZ602 LCD DRIVER Main features: Table 1 Pad description Pad No Pad Name Function LCD DRIVER The IZ602 is universal LCD controller designed to drive LCD with image element up to 128 (32x4). Instruction set makes IZ602 universal and suitable for applications with different types of displays.

More information