AC Power Controller with Programmable Interface

The AC power can be controlled based on the working principle of firing angle control of thyristors. A display unit is used to display the full power and one can go through the preferred percentage to decrease the power to the load. Here, to maintain the load power the firing angle would be changed automatically. The project employs a lamp such that the entered power equals the necessary one. The above process is carried out with the help of a TRIAC in series with the AC load. It uses 8051 family microcontroller. A keypad is used to give the input to the microcontroller and ZVS is given as reference. An LCD is used to display the information.


AC Power Controller with Programmable Interference

The block diagram of AC power controller with programmable interference can be built with Microcontroller (AT89S52/AT89C51), Power Supply Block, Keypad, LM358 (Comparator), LCD Display, MOC3021, 1N4007, BC547, LED, Resistors, Capacitors, SCR. Keil µVision IDE and MC Programming Language: Embedded C

AC Power Controller with Programmable Interference Block Diagram
AC Power Controller with Programmable Interference Block Diagram

Power Supply

The power supply circuit can be built with a step-down transformer, which steps down the voltage from 230V to 12V AC. This AC voltage can be converted to DC using a Bridge Rectifier. The role of the capacitive filter is to remove the ripples and it is then regulated to +5V using a voltage regulator 7805 which is necessary for the process of the microcontroller and other components.

Power Supply
Power Supply

Embedded Systems

An Embedded system can be defined as a blend of hardware and software which jointly form a component of a larger machine. The best example of an embedded system is a microprocessor. An embedded system is intended to run on its own without human interference and may be necessary to react to actions in real time.

Embedded System
Embedded System

AT89S52 Microcontroller

  • Watchdog Timer AT89S52
  • Full Duplex UART Serial Channel
  • Eight Interrupt Sources
  • Three 16-bit Timer/Counters
  • 32 Programmable I/O Lines
  • 256 x 8-bit Internal RAM
  • Three-level Program Memory Lock
  • Crystal Frequency 11.0592MHZ
  • 4.0V to 5.5V Operating Range
  • 8K Bytes of In-System Programmable (ISP)
  • Flash Memory
  • Compatible with MCS®-51 Products
AT89S52 Microcontroller
AT89S52 Microcontroller

LED

LEDs are semiconductor devices are made out of silicon When current passes through the LED, it emits photons as a byproduct. Normal light bulbs produce light by heating a metal filament until its white-hot LEDs present many advantages over traditional light sources including lower energy consumption, longer lifetime, improved robustness, smaller size and faster switching.

LED
LED

SCR

An SCR (silicon-controlled rectifier) is a 4-layer solid state device that controls current An SCR comprises of four layers of alternating P-type and N-type semiconductor materials. Si is used as the essential semiconductor, to which the proper dopants are added. The doping of PNPN will depend on the SCR application since its characteristics are related to those of the thyratron.

SCR
SCR

MOC3021 (Opto Coupler)

Opto-couplers are made up of a light emitting diode, and a light responsive device, all covered up in one package. There is no electrical connection between the two devices. Here, the light responsive device may be a phototransistor, photodiode, or esoteric devices like thyristors, triacs etc

MOC3021 (Opto Coupler)
MOC3021 (Opto Coupler)

LM 358 (Comparator)

  • Inside frequency compensated for unity gain.
  • Large DC voltage gain-100 Db.
  • Wide bandwidth (unity gain): 1 MHz (temperature compensated)
  • Wide power supply range
  • Single supply: 3V to 32V
  • Very low supply current drain (500 µA)
  • Low input offset voltage: 2 mV
  • Input common-mode voltage range includes ground.
  • Differential input voltage range equal to the power supply voltage.
LM358 Comparator
LM358 Comparator

Keypad

  • A keypad is a set of keys placed in a block which frequently bear symbols, digits, and a complete set of alphabetical letters.
    If it frequently includes numbers then it can also be named a numeric keypad.
  • In order to notice which key is pushed from the matrix, the row lines are to be finished low one by one and read the columns.
  • Assume that if Row1 is made low, then read the columns
  • If any of the keys in row1 is pushed then equally the column 1will give low that is if next key is pressed in Row1, then column2 will give low.
Keypad
Keypad

Project Working

The AC power controller with programmable interference method is used to control the lamp intensity by controlling the AC power to the lamp. This is done by delaying the application of triggering pulses to the TRIAC or using the method of firing angle delay. The zero crossing detector supplies pulses at each zero crossing of the AC waveform which is applied to the Microcontroller.

AC Power Controller with Programmable Interference
AC Power Controller with Programmable Interference

At first, the Microcontroller gives these pulses to the optoisolator which consequently activates the thyristor without any wait and thus the lamp glows with full intensity. Now employing the keypad interfaced to the Microcontroller, the necessary strength in percentage is applied to the Microcontroller and it is planned to accordingly delay the use of pulses to the optoisolator. Therefore the activating of the thyristor is delayed and accordingly the lamp intensity is controlled.

Thus, this is all about AC Power Controller with Programmable Interference. Furthermore, any doubts regarding this or to implement any electrical projects please give your valuable suggestions by commenting in the comment section below. Here is a question for you, what are the applications of AC Power Controller?

Comments are closed.