SlideShare una empresa de Scribd logo
1 de 31
Remote AC Power Control
by Android Application
with LCD Display
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Introduction
 The project is designed to control AC power to a load by using firing angle
control of thyristor. Efficiency of such power control is very high compared
to any other method. Remote operation is achieved by any smart-
phone/Tablet etc., with Android OS, upon a GUI (Graphical User Interface)
based touch screen operation. The project uses zero crossing point of the
waveform which is detected by a comparator whose output is then fed to
the microcontroller.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Block Diagram
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Hardware Requirements
 8051 series Microcontroller
 LM358
 Opto isolators
 SCRs
 Push Button
 Transformer
 Diodes
 Voltage Regulator
 Resistors
 Capacitors
 Crystal
 Lamp
 Bluetooth Device
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Software Requirements
 Keil compiler Languages:
 Embedded C or Assembly
 Android Application.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Embedded Systems
 A combination of hardware and software which together form a
component of a larger machine.
 An example of an embedded system is a microprocessor that controls an
automobile engine.
 An embedded system is designed to run on its own without human
intervention, and may be required to respond to events in real time.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Embedded Systems
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Micro Controller
 Compatible with MCS- 51 Products
 8K Bytes of In-System Programmable (ISP) Flash Memory
 4.0V to 5.5V Operating Range
 Crystal Frequency 11.0592MHZ
 Three-level Program Memory Lock
 256 x 8-bit Internal RAM
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Micro Controller
 256 x 8-bit Internal RAM
 32 Programmable I/O Lines
 Three 16-bit Timer/Counters
 Eight Interrupt Sources
 Full Duplex UART Serial Channel
 Watchdog Timer
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Liquid Crystal Display (LCD)
 Most common LCDs connected to the microcontrollers are 16x2 and 20x2
displays.
 This means 16 characters per line by 2 lines and 20 characters per line by 2
lines, respectively.
 The standard is referred to as HD44780U
 It refers to the controller chip which receives data from an external source
(and communicates directly with the LCD.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
AT89S52
 AT89S52 is a low-power, high-performance CMOS 8-bit microcontroller
with 8K bytes of in-system programmable Flash memory.
 The device is manufactured using Atmel’s high-density nonvolatile memory
technology.
 It is compatible with the industry-standard 80C51 instruction set and
pinout.
 The on-chip Flash allows the program memory to be reprogrammed in-
system or by a conventional nonvolatile memory programmer.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
PIN Diagram Of AT89S52
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
MOC3021 ( OPTO COUPLER )
 Opto-couplers are made up of a LED and a light sensitive device, all
wrapped up in one package.
 No electrical connection between the two devices.
 The light sensitive device may be a photodiode, phototransistor, or more
esoteric devices such as thyristors, triacs etc.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Pin Description of MOC3021
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
LM 358 (OPAMP)
 Internally 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
• or dual supplies: ±1.5V to ±16V
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
LM 358 (OPAMP)
 Very low supply current drain (500 µA)-essentially independent of supply
voltage.
 Low input offset voltage: 2 mV
 Input common-mode voltage range includes ground.
 Differential input voltage range equal to the power supply voltage.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
LM 358 Pin Diagram
1- Output 1
2- Inverting input
3- Non-inverting input
4- VCC
5- Non-inverting input 2
6- Inverting input 2
7- Output 2
8- VCC+
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Thyristor
 A thyristor is a solid-state semiconductor device with four layers of
alternating N and P-type material.
 It acts exclusively as a bistable switch, conducting when the gate receives
a current trigger.
 Continuing to conduct while the voltage across
the device is not reversed (forward-biased).
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Thyristor
 In the normal "off" state, the device restricts current to the
leakage current.
 When the gate-to-cathode voltage exceeds a certain
threshold the device turns "on" and conducts current.
Modes of Operation:
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
SCR
 A silicon-controlled rectifier (or semiconductor-controlled rectifier) is a
four-layer solid state device that controls current.
 The name "silicon controlled rectifier" or SCR is General Electric's trade
name for a type of thyristor.
 An SCR consists of four layers of alternating P and N type semiconductor
materials.
 Silicon is used as the intrinsic semiconductor, to which the proper dopants
are added.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
SC
R  The doping of PNPN will depend on the application of SCR, since its
characteristics are similar to those of the thyratron.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
What is Android?
 Android is an open-source operating system which means that any
manufacturer can use it in their phones free of charge.
 It was built to be truly open.
 For example, an application can call upon any of the phone’s core
functionality such as making calls, sending text messages, or using the
camera.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Android
 Android is built on the open Linux Kernel.
 Furthermore, it utilizes a custom virtual machine that was designed to
optimize memory and hardware resources in a mobile environment.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
LED Android
 Android is open source and Google releases the code under the Apache
License.
 This open-source code and permissive licensing allows the software to be
freely modified and distributed by device manufacturers, wireless carriers
and enthusiast developers.
 Additionally, Android has a large community of developers writing
applications ("apps") that extend the functionality of devices, written
primarily in a customized version of the Java programming language.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
AC Controller
 MOC3051 can control the signal voltage transmitting from the
mocirocontroller to the TRIAC which isolates the AC and DC supply.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Working Principle
 To control AC power to a load by using firing angle control of thyristor.
 Efficiency of such power control is very high compared to any other
method.
 Remote operation is achieved by any smart Interface) based touch
screen operation.
 Comparator whose output is then fed to the microcontroller.
 The triggering control to a pair of SCRs through opto isolator interface.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Working Principle
 Finally the power is applied to the load through the SCRs in series.
 This project uses a microcontroller from 8051 family which is interfaced
through a Bluetooth device
 It receives signal from Android application de load.
 A lamp is used in place of an induction motor whose varying intensity
demonstrates the varying power to the motor.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Working Principle
 The varying power results in variation in speed of the motor.
 The project can be further enhanced by using direct 230 volt supply
instead of 12 volt AC to the bridge rectifier for achieving higher voltage
control for charging number of batteries in series.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Applications
 Low energy consumption.
 High thermal insulation.
 Superior performance.
 Long functional life.
http://www.edgefxkits.com/
Remote AC Power Control by Android
Application with LCD Display
Conclusion
 We have been discussing about project uses a microcontroller from 8051
family which is interfaced through a Bluetooth device, which receives signal
from Android application device for increasing or decreasing the AC power
to the load with LCD display. A lamp is used in place of an induction motor
whose varying intensity demonstrates the varying power to the motor.
http://www.edgefxkits.com/

Más contenido relacionado

La actualidad más candente

Microcontroller based transformer protectio
Microcontroller based transformer protectioMicrocontroller based transformer protectio
Microcontroller based transformer protectioAminu Bugaje
 
Automated load shedding using microcontroller
Automated load shedding using microcontrollerAutomated load shedding using microcontroller
Automated load shedding using microcontrollerRajVerma175
 
Protection against over voltage under voltage using oamp
Protection against over voltage under voltage using oampProtection against over voltage under voltage using oamp
Protection against over voltage under voltage using oampAnkan Biswas
 
automatic power factor correction
automatic power factor correction automatic power factor correction
automatic power factor correction Febin Paul
 
VSC based HVDC system
VSC based HVDC systemVSC based HVDC system
VSC based HVDC systemmdhsudhan
 
Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOparameshwar koneti
 
Variable impedance type series compensators
Variable impedance type series compensatorsVariable impedance type series compensators
Variable impedance type series compensatorsgundharchougule1
 
Prepaid Energy Meter Present by Belim
Prepaid Energy Meter Present by BelimPrepaid Energy Meter Present by Belim
Prepaid Energy Meter Present by BelimBelim Gulammurtuja
 
Flexible AC Transmission (FACTS)
Flexible AC Transmission (FACTS)Flexible AC Transmission (FACTS)
Flexible AC Transmission (FACTS)SHIMI S L
 
Concept of Microgrid and CHP system
Concept of Microgrid and CHP systemConcept of Microgrid and CHP system
Concept of Microgrid and CHP systemVipin Pandey
 
Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Rishav Pandey
 
Gsm based-automatic-motor-control-and-protection-system(1)
Gsm based-automatic-motor-control-and-protection-system(1)Gsm based-automatic-motor-control-and-protection-system(1)
Gsm based-automatic-motor-control-and-protection-system(1)aayushi vijh
 
Pwm technique for dc motor Using Arduino
Pwm technique for dc motor Using ArduinoPwm technique for dc motor Using Arduino
Pwm technique for dc motor Using ArduinoKATHANSANJAYSHAH
 
Design and simulation of Arduino Nano controlled DC-DC converters for low and...
Design and simulation of Arduino Nano controlled DC-DC converters for low and...Design and simulation of Arduino Nano controlled DC-DC converters for low and...
Design and simulation of Arduino Nano controlled DC-DC converters for low and...IJECEIAES
 
Intelligent Substation & its applications
Intelligent Substation & its applicationsIntelligent Substation & its applications
Intelligent Substation & its applicationsGowtham MG
 
FAULT DETECTION ON OVERHEAD TRANSMISSION LINE USING ARTIFICIAL NEURAL NET...
 FAULT DETECTION ON OVERHEAD TRANSMISSION LINE  USING ARTIFICIAL NEURAL NET... FAULT DETECTION ON OVERHEAD TRANSMISSION LINE  USING ARTIFICIAL NEURAL NET...
FAULT DETECTION ON OVERHEAD TRANSMISSION LINE USING ARTIFICIAL NEURAL NET...Politeknik Negeri Ujung Pandang
 
Touch Screen Based Home Automation System
Touch Screen Based Home Automation SystemTouch Screen Based Home Automation System
Touch Screen Based Home Automation SystemEdgefxkits & Solutions
 
Auto power supply control from 4 different sources using pic microcontroller
Auto power supply control from 4 different sources using pic microcontrollerAuto power supply control from 4 different sources using pic microcontroller
Auto power supply control from 4 different sources using pic microcontrollerEdgefxkits & Solutions
 
Gsm based energy meter reading system and load control
Gsm based energy meter reading system and load controlGsm based energy meter reading system and load control
Gsm based energy meter reading system and load control9177995519
 
Design and Construction of DC Motor Speed Controller Using Android.ppt
Design and Construction of DC Motor Speed Controller Using Android.pptDesign and Construction of DC Motor Speed Controller Using Android.ppt
Design and Construction of DC Motor Speed Controller Using Android.pptEEESrproject
 

La actualidad más candente (20)

Microcontroller based transformer protectio
Microcontroller based transformer protectioMicrocontroller based transformer protectio
Microcontroller based transformer protectio
 
Automated load shedding using microcontroller
Automated load shedding using microcontrollerAutomated load shedding using microcontroller
Automated load shedding using microcontroller
 
Protection against over voltage under voltage using oamp
Protection against over voltage under voltage using oampProtection against over voltage under voltage using oamp
Protection against over voltage under voltage using oamp
 
automatic power factor correction
automatic power factor correction automatic power factor correction
automatic power factor correction
 
VSC based HVDC system
VSC based HVDC systemVSC based HVDC system
VSC based HVDC system
 
Bluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNOBluetooth based home automation using Arduino UNO
Bluetooth based home automation using Arduino UNO
 
Variable impedance type series compensators
Variable impedance type series compensatorsVariable impedance type series compensators
Variable impedance type series compensators
 
Prepaid Energy Meter Present by Belim
Prepaid Energy Meter Present by BelimPrepaid Energy Meter Present by Belim
Prepaid Energy Meter Present by Belim
 
Flexible AC Transmission (FACTS)
Flexible AC Transmission (FACTS)Flexible AC Transmission (FACTS)
Flexible AC Transmission (FACTS)
 
Concept of Microgrid and CHP system
Concept of Microgrid and CHP systemConcept of Microgrid and CHP system
Concept of Microgrid and CHP system
 
Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266Patient Health Monitoring System Using Arduino & ESP8266
Patient Health Monitoring System Using Arduino & ESP8266
 
Gsm based-automatic-motor-control-and-protection-system(1)
Gsm based-automatic-motor-control-and-protection-system(1)Gsm based-automatic-motor-control-and-protection-system(1)
Gsm based-automatic-motor-control-and-protection-system(1)
 
Pwm technique for dc motor Using Arduino
Pwm technique for dc motor Using ArduinoPwm technique for dc motor Using Arduino
Pwm technique for dc motor Using Arduino
 
Design and simulation of Arduino Nano controlled DC-DC converters for low and...
Design and simulation of Arduino Nano controlled DC-DC converters for low and...Design and simulation of Arduino Nano controlled DC-DC converters for low and...
Design and simulation of Arduino Nano controlled DC-DC converters for low and...
 
Intelligent Substation & its applications
Intelligent Substation & its applicationsIntelligent Substation & its applications
Intelligent Substation & its applications
 
FAULT DETECTION ON OVERHEAD TRANSMISSION LINE USING ARTIFICIAL NEURAL NET...
 FAULT DETECTION ON OVERHEAD TRANSMISSION LINE  USING ARTIFICIAL NEURAL NET... FAULT DETECTION ON OVERHEAD TRANSMISSION LINE  USING ARTIFICIAL NEURAL NET...
FAULT DETECTION ON OVERHEAD TRANSMISSION LINE USING ARTIFICIAL NEURAL NET...
 
Touch Screen Based Home Automation System
Touch Screen Based Home Automation SystemTouch Screen Based Home Automation System
Touch Screen Based Home Automation System
 
Auto power supply control from 4 different sources using pic microcontroller
Auto power supply control from 4 different sources using pic microcontrollerAuto power supply control from 4 different sources using pic microcontroller
Auto power supply control from 4 different sources using pic microcontroller
 
Gsm based energy meter reading system and load control
Gsm based energy meter reading system and load controlGsm based energy meter reading system and load control
Gsm based energy meter reading system and load control
 
Design and Construction of DC Motor Speed Controller Using Android.ppt
Design and Construction of DC Motor Speed Controller Using Android.pptDesign and Construction of DC Motor Speed Controller Using Android.ppt
Design and Construction of DC Motor Speed Controller Using Android.ppt
 

Similar a Remote ac power control by android application with lcd display

Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interfaceEdgefxkits & Solutions
 
Navigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionNavigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionVeena Rani
 
Home automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phoneHome automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phoneEdgefxkits & Solutions
 
Networking of multiple microcontrollers
Networking of multiple microcontrollersNetworking of multiple microcontrollers
Networking of multiple microcontrollersEdgefxkits & Solutions
 
KAGITHALA YASASWINI
KAGITHALA YASASWINIKAGITHALA YASASWINI
KAGITHALA YASASWINIMAHESH294
 
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALAfault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALAMAHESH294
 
IRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET Journal
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptxPoojaG86
 
electronic voting machine by rfid
electronic voting machine by rfidelectronic voting machine by rfid
electronic voting machine by rfidSaurabh Uniyal
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLshiv kapil
 
Can based collision aviodance system for automobiles
Can based collision aviodance system for automobilesCan based collision aviodance system for automobiles
Can based collision aviodance system for automobilesPurnima Kurella
 
An industrial automation satyaaaa
An industrial automation  satyaaaaAn industrial automation  satyaaaa
An industrial automation satyaaaasatyarout9090
 
ELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTvasav2204
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering projectvasav2204
 
Secured voting machine with touch screen & smart card
Secured voting machine with touch screen & smart cardSecured voting machine with touch screen & smart card
Secured voting machine with touch screen & smart cardAlbert Jose
 

Similar a Remote ac power control by android application with lcd display (20)

339_311 PPT
339_311 PPT339_311 PPT
339_311 PPT
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
 
Navigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine DetectionNavigation of Robot Vehicle using RF with Landmine Detection
Navigation of Robot Vehicle using RF with Landmine Detection
 
Ppt
PptPpt
Ppt
 
Home automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phoneHome automation under wi fi through android apps from any smart phone
Home automation under wi fi through android apps from any smart phone
 
Networking of multiple microcontrollers
Networking of multiple microcontrollersNetworking of multiple microcontrollers
Networking of multiple microcontrollers
 
KAGITHALA YASASWINI
KAGITHALA YASASWINIKAGITHALA YASASWINI
KAGITHALA YASASWINI
 
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALAfault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
fault detection of transformer using GSM,,,,by YASASWINI.KAGITHALA
 
Embedded Systems Projects Ideas
Embedded Systems Projects IdeasEmbedded Systems Projects Ideas
Embedded Systems Projects Ideas
 
IRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal RobotIRJET- Explosive Ordinanace Disposal Robot
IRJET- Explosive Ordinanace Disposal Robot
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptx
 
electronic voting machine by rfid
electronic voting machine by rfidelectronic voting machine by rfid
electronic voting machine by rfid
 
AUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROLAUTOMATIC WIRELESS POWER GRID CONTROL
AUTOMATIC WIRELESS POWER GRID CONTROL
 
Can based collision aviodance system for automobiles
Can based collision aviodance system for automobilesCan based collision aviodance system for automobiles
Can based collision aviodance system for automobiles
 
An industrial automation satyaaaa
An industrial automation  satyaaaaAn industrial automation  satyaaaa
An industrial automation satyaaaa
 
ELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECTELECTRICAL ENGINEERING PROJECT
ELECTRICAL ENGINEERING PROJECT
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering project
 
Secured voting machine with touch screen & smart card
Secured voting machine with touch screen & smart cardSecured voting machine with touch screen & smart card
Secured voting machine with touch screen & smart card
 
Embedded system Basic
Embedded system BasicEmbedded system Basic
Embedded system Basic
 
CAN, BY MD.ABDULLAH
CAN, BY MD.ABDULLAHCAN, BY MD.ABDULLAH
CAN, BY MD.ABDULLAH
 

Más de Edgefxkits & Solutions

Mains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchMains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchEdgefxkits & Solutions
 
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsTV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsEdgefxkits & Solutions
 
Predefined speed control of bldc motor
Predefined speed control of bldc motorPredefined speed control of bldc motor
Predefined speed control of bldc motorEdgefxkits & Solutions
 
Microcontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemMicrocontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemEdgefxkits & Solutions
 
How to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsHow to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsEdgefxkits & Solutions
 
Smooth start of a single phase induction motor
Smooth start of a single phase induction motorSmooth start of a single phase induction motor
Smooth start of a single phase induction motorEdgefxkits & Solutions
 
How to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerHow to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerEdgefxkits & Solutions
 
Opto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsOpto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsEdgefxkits & Solutions
 
Importance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsImportance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsEdgefxkits & Solutions
 
Common mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierCommon mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierEdgefxkits & Solutions
 
Tutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsTutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsEdgefxkits & Solutions
 
Photodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsPhotodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsEdgefxkits & Solutions
 
Cro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsCro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsEdgefxkits & Solutions
 
Electronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsElectronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsEdgefxkits & Solutions
 
Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Edgefxkits & Solutions
 
Pc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb applicationPc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb applicationEdgefxkits & Solutions
 

Más de Edgefxkits & Solutions (20)

Mains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switchMains operated under voltage over voltage trip switch
Mains operated under voltage over voltage trip switch
 
Scada for remote industrial plant
Scada for remote industrial plant Scada for remote industrial plant
Scada for remote industrial plant
 
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering ProjectsTV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
 
Predefined speed control of bldc motor
Predefined speed control of bldc motorPredefined speed control of bldc motor
Predefined speed control of bldc motor
 
Microcontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security SystemMicrocontroller based Electronic Eye Controlled security System
Microcontroller based Electronic Eye Controlled security System
 
How to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering studentsHow to select the diy electrical projects kit by engineering students
How to select the diy electrical projects kit by engineering students
 
Smooth start of a single phase induction motor
Smooth start of a single phase induction motorSmooth start of a single phase induction motor
Smooth start of a single phase induction motor
 
How to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontrollerHow to build a robot with an arduino and 8051 microcontroller
How to build a robot with an arduino and 8051 microcontroller
 
Opto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and ApplicationsOpto-Electronic Oscillator Circuit Working and Applications
Opto-Electronic Oscillator Circuit Working and Applications
 
Importance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering StudentsImportance of Doing Mini Projects By Engineering Students
Importance of Doing Mini Projects By Engineering Students
 
Common mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifierCommon mode rejection ratio (cmrr) and the operational amplifier
Common mode rejection ratio (cmrr) and the operational amplifier
 
Vehicle tracking by gps gsm
Vehicle tracking by gps   gsm Vehicle tracking by gps   gsm
Vehicle tracking by gps gsm
 
Tutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applicationsTutorial on avr atmega8 microcontroller, architecture and its applications
Tutorial on avr atmega8 microcontroller, architecture and its applications
 
Photodiode working principle characteristics and applications
Photodiode working principle characteristics and applicationsPhotodiode working principle characteristics and applications
Photodiode working principle characteristics and applications
 
Cro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applicationsCro cathode ray oscilloscope working and applications
Cro cathode ray oscilloscope working and applications
 
Rfid security access control system
Rfid security access control systemRfid security access control system
Rfid security access control system
 
Density based traffic signal system
Density based traffic signal systemDensity based traffic signal system
Density based traffic signal system
 
Electronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And ApplicationsElectronic Speed Control (ESC) Circuits, Working And Applications
Electronic Speed Control (ESC) Circuits, Working And Applications
 
Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1Difference between soc and single board computer ppt1
Difference between soc and single board computer ppt1
 
Pc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb applicationPc mouse operated electrical load control using vb application
Pc mouse operated electrical load control using vb application
 

Último

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdfankushspencer015
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesPrabhanshu Chaturvedi
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingrknatarajan
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingrakeshbaidya232001
 

Último (20)

Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
AKTU Computer Networks notes --- Unit 3.pdf
AKTU Computer Networks notes ---  Unit 3.pdfAKTU Computer Networks notes ---  Unit 3.pdf
AKTU Computer Networks notes --- Unit 3.pdf
 
Glass Ceramics: Processing and Properties
Glass Ceramics: Processing and PropertiesGlass Ceramics: Processing and Properties
Glass Ceramics: Processing and Properties
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024Water Industry Process Automation & Control Monthly - April 2024
Water Industry Process Automation & Control Monthly - April 2024
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and workingUNIT-V FMM.HYDRAULIC TURBINE - Construction and working
UNIT-V FMM.HYDRAULIC TURBINE - Construction and working
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
Porous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writingPorous Ceramics seminar and technical writing
Porous Ceramics seminar and technical writing
 

Remote ac power control by android application with lcd display

  • 1. Remote AC Power Control by Android Application with LCD Display
  • 2. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Introduction  The project is designed to control AC power to a load by using firing angle control of thyristor. Efficiency of such power control is very high compared to any other method. Remote operation is achieved by any smart- phone/Tablet etc., with Android OS, upon a GUI (Graphical User Interface) based touch screen operation. The project uses zero crossing point of the waveform which is detected by a comparator whose output is then fed to the microcontroller.
  • 3. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Block Diagram
  • 4. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Hardware Requirements  8051 series Microcontroller  LM358  Opto isolators  SCRs  Push Button  Transformer  Diodes  Voltage Regulator  Resistors  Capacitors  Crystal  Lamp  Bluetooth Device
  • 5. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Software Requirements  Keil compiler Languages:  Embedded C or Assembly  Android Application.
  • 6. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Embedded Systems  A combination of hardware and software which together form a component of a larger machine.  An example of an embedded system is a microprocessor that controls an automobile engine.  An embedded system is designed to run on its own without human intervention, and may be required to respond to events in real time.
  • 7. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Embedded Systems
  • 8. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Micro Controller  Compatible with MCS- 51 Products  8K Bytes of In-System Programmable (ISP) Flash Memory  4.0V to 5.5V Operating Range  Crystal Frequency 11.0592MHZ  Three-level Program Memory Lock  256 x 8-bit Internal RAM
  • 9. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Micro Controller  256 x 8-bit Internal RAM  32 Programmable I/O Lines  Three 16-bit Timer/Counters  Eight Interrupt Sources  Full Duplex UART Serial Channel  Watchdog Timer
  • 10. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Liquid Crystal Display (LCD)  Most common LCDs connected to the microcontrollers are 16x2 and 20x2 displays.  This means 16 characters per line by 2 lines and 20 characters per line by 2 lines, respectively.  The standard is referred to as HD44780U  It refers to the controller chip which receives data from an external source (and communicates directly with the LCD.
  • 11. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display AT89S52  AT89S52 is a low-power, high-performance CMOS 8-bit microcontroller with 8K bytes of in-system programmable Flash memory.  The device is manufactured using Atmel’s high-density nonvolatile memory technology.  It is compatible with the industry-standard 80C51 instruction set and pinout.  The on-chip Flash allows the program memory to be reprogrammed in- system or by a conventional nonvolatile memory programmer.
  • 12. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display PIN Diagram Of AT89S52
  • 13. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display MOC3021 ( OPTO COUPLER )  Opto-couplers are made up of a LED and a light sensitive device, all wrapped up in one package.  No electrical connection between the two devices.  The light sensitive device may be a photodiode, phototransistor, or more esoteric devices such as thyristors, triacs etc.
  • 14. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Pin Description of MOC3021
  • 15. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display LM 358 (OPAMP)  Internally 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 • or dual supplies: ±1.5V to ±16V
  • 16. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display LM 358 (OPAMP)  Very low supply current drain (500 µA)-essentially independent of supply voltage.  Low input offset voltage: 2 mV  Input common-mode voltage range includes ground.  Differential input voltage range equal to the power supply voltage.
  • 17. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display LM 358 Pin Diagram 1- Output 1 2- Inverting input 3- Non-inverting input 4- VCC 5- Non-inverting input 2 6- Inverting input 2 7- Output 2 8- VCC+
  • 18. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Thyristor  A thyristor is a solid-state semiconductor device with four layers of alternating N and P-type material.  It acts exclusively as a bistable switch, conducting when the gate receives a current trigger.  Continuing to conduct while the voltage across the device is not reversed (forward-biased).
  • 19. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Thyristor  In the normal "off" state, the device restricts current to the leakage current.  When the gate-to-cathode voltage exceeds a certain threshold the device turns "on" and conducts current. Modes of Operation:
  • 20. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display SCR  A silicon-controlled rectifier (or semiconductor-controlled rectifier) is a four-layer solid state device that controls current.  The name "silicon controlled rectifier" or SCR is General Electric's trade name for a type of thyristor.  An SCR consists of four layers of alternating P and N type semiconductor materials.  Silicon is used as the intrinsic semiconductor, to which the proper dopants are added.
  • 21. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display SC R  The doping of PNPN will depend on the application of SCR, since its characteristics are similar to those of the thyratron.
  • 22. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display What is Android?  Android is an open-source operating system which means that any manufacturer can use it in their phones free of charge.  It was built to be truly open.  For example, an application can call upon any of the phone’s core functionality such as making calls, sending text messages, or using the camera.
  • 23. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Android  Android is built on the open Linux Kernel.  Furthermore, it utilizes a custom virtual machine that was designed to optimize memory and hardware resources in a mobile environment.
  • 24. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display LED Android  Android is open source and Google releases the code under the Apache License.  This open-source code and permissive licensing allows the software to be freely modified and distributed by device manufacturers, wireless carriers and enthusiast developers.  Additionally, Android has a large community of developers writing applications ("apps") that extend the functionality of devices, written primarily in a customized version of the Java programming language.
  • 25. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display AC Controller  MOC3051 can control the signal voltage transmitting from the mocirocontroller to the TRIAC which isolates the AC and DC supply.
  • 26. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Working Principle  To control AC power to a load by using firing angle control of thyristor.  Efficiency of such power control is very high compared to any other method.  Remote operation is achieved by any smart Interface) based touch screen operation.  Comparator whose output is then fed to the microcontroller.  The triggering control to a pair of SCRs through opto isolator interface.
  • 27. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Working Principle  Finally the power is applied to the load through the SCRs in series.  This project uses a microcontroller from 8051 family which is interfaced through a Bluetooth device  It receives signal from Android application de load.  A lamp is used in place of an induction motor whose varying intensity demonstrates the varying power to the motor.
  • 28. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Working Principle  The varying power results in variation in speed of the motor.  The project can be further enhanced by using direct 230 volt supply instead of 12 volt AC to the bridge rectifier for achieving higher voltage control for charging number of batteries in series.
  • 29. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Applications  Low energy consumption.  High thermal insulation.  Superior performance.  Long functional life.
  • 30. http://www.edgefxkits.com/ Remote AC Power Control by Android Application with LCD Display Conclusion  We have been discussing about project uses a microcontroller from 8051 family which is interfaced through a Bluetooth device, which receives signal from Android application device for increasing or decreasing the AC power to the load with LCD display. A lamp is used in place of an induction motor whose varying intensity demonstrates the varying power to the motor.