bpl 2 seminar

24
ACHARYA INSTITUTE OF TECHNOLOGY Title of the project:- BROADBAND OVER POWER LINE Presented by:- Guidance By:- SANDIP ROY KUSUMA MADAM VINEET KUMAR RAJKAMAL

Upload: roysandy

Post on 26-Mar-2015

91 views

Category:

Documents


3 download

TRANSCRIPT

Page 1: BPL 2 Seminar

ACHARYA INSTITUTE OF TECHNOLOGY

Title of the project:-

BROADBAND OVER POWER LINE

Presented by:- GuidanceBy:-

SANDIP ROY KUSUMA MADAM

VINEET KUMARRAJKAMALNIKHIL

Page 2: BPL 2 Seminar

Block Diagram

Page 3: BPL 2 Seminar

Components used in power line carrier:

1.DTMF Keypad (Dual tone multiple frequency module)

2.MAX 2323.PLC Modem4.PIC 16F8773 microcontroller5.LCD Display

Page 4: BPL 2 Seminar

DTMF signals are analog, and consist of two sine waves which are independent of each other. It is therefore not possible to generate them with only digital components.

DTMF Keypad

Page 5: BPL 2 Seminar

The digital signals must instead be converted by means of DACs (Digital-to-Analog Converters) and/or filters, into the desired sinusoidal waveforms. Hence we are using IC UM91215B as a DTMF Generator and IC MT8870 as a DTMF Receiver.

Suppose the frequency we are looking for is 770hz and 1209 Hz in order to detect dialed digit 4. The decoding takes place by implementing a band pass filter at every iteration step looking for a particular Fl and Fh. The decoded digit in the following diagram is 4. Take a look at how 770hz and 1209 Hz are allowed to pass from the band pass filter.

Page 6: BPL 2 Seminar
Page 7: BPL 2 Seminar
Page 8: BPL 2 Seminar
Page 9: BPL 2 Seminar

MAX 232

Page 10: BPL 2 Seminar

Circuit Diagram for MAX232

Page 11: BPL 2 Seminar

PLC MODEM (ATL901151)

Page 12: BPL 2 Seminar

Features of PLC modem• Small form factor for easy of system

integration• Bi-directional half-duplex data

communication over the mains• Applicable to universal mains voltage and

frequency up to 250v, 50 – 60 Hz• Protocol independent, data transfer

transparent to user’s data terminals• High noise immunity and reliable data

communication• Simple serial interface to user’s data

devices.• Baud rate of 300 bps.

Page 13: BPL 2 Seminar

ATL90115-1 Data port pin out assignment

Page 14: BPL 2 Seminar

ATL90115-1 Application Diagram

Page 15: BPL 2 Seminar

PIC Microcontroller(PIC16F8773

)

Page 16: BPL 2 Seminar

Features of PIC 16F8773MP Lab-IDE v8.10 is used for programming and for Micropro 26 is used for dumping the program into the controller .

MEMORY ORGANIZATION• There are three memory blocks in

each of the PIC16F87X . The Program Memory and Data Memory have separate buses

• The PIC16F87X devices have a 13-bit program counter capable of addressing an 8K x 14 program memory space and have 8K x 14 words of FLASH program memory.

Page 17: BPL 2 Seminar

SPECIAL FUNCTION REGISTERS

• The Special Function Registers are registers used by the CPU and peripheral modules for controlling the desired operation of the device.

• The Special Function Registers can be classified into two sets: core (CPU) and peripheral.

• The STATUS register contains the arithmetic status of the ALU.

• The OPTION_REG Register is a readable and writable register.

Page 18: BPL 2 Seminar

TIMER MODULE

• Readable and writable 8-bit timer/counter

• 8-bit software programmable prescaler

• Internal or external clock select• Interrupt on overflow from FFh to 00h

Page 19: BPL 2 Seminar

USART• The Universal Synchronous

Asynchronous Receiver Transmitter (USART) module is one of the two serial I/O modules. (USART is also known as a Serial Communications Interface or SCI.)

• The USART can be configured as a full duplex asynchronous system that can communicate with peripheral devices such as CRT terminals and personal computers, or it can be configured as a half duplex synchronous system that can communicate with peripheral devices such as A/D or D/A integrated circuits, serial EEPROM's etc.

Page 20: BPL 2 Seminar

LCD MODULE(BPI-216)

• BPI-216 LCD modules is 2 X16 Parallel LCD is an 8 bit or 4 bit parallel interfaced LCD.

• This unit allows the user to display text, numerical data and custom created characters.

• The combination receives serial data at 2400 or 9600 baud (switch selectable) and displays it on the LCD.

• The unit has two modes: text and instruction. It defaults to text mode; any data received appears on the screen.

Page 21: BPL 2 Seminar
Page 22: BPL 2 Seminar

Rs232 Cable

Page 23: BPL 2 Seminar

It is for a series of standards for serial binary single ended data and control signals connecting between a DTE

(Data Terminal Equipment) and a DCE (Data Circuit-Terminating Equipment). It

is commonly used in computer serial ports.

Page 24: BPL 2 Seminar

THANK YOU