SlideShare a Scribd company logo
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/

More Related Content

PPTX
SUBSTATION OVERVIEW - A presentation on substation
PPTX
Automatic street light control using ldr PPT
PPTX
Bldc motors ppt
PPTX
Stack in 8085 microprocessor
PPTX
Ic 555 timer as astable
PPTX
Water Level Indicator Project Presentation
PPTX
RFID based Attendance System
PPTX
block diagram reduction solved problems
SUBSTATION OVERVIEW - A presentation on substation
Automatic street light control using ldr PPT
Bldc motors ppt
Stack in 8085 microprocessor
Ic 555 timer as astable
Water Level Indicator Project Presentation
RFID based Attendance System
block diagram reduction solved problems

What's hot (20)

PPTX
Microcontroller based Electronic Eye Controlled security System
PPTX
Simple Automatic Water Level Controller by using ic 555 timer.
PPTX
ATmega 16
PPTX
Analysis of HVDC Converters.pptx
PPTX
PPTX
Architecture of 16C6X
PPT
Boost converter
PPT
Vacuum circuit breaker
PPTX
WATER LEVEL AUTOMATIC PUMP CONTROLLER
PPTX
PROTECTION CIRCUIT OF SCR
PDF
Power Electronics Chopper (dc – dc converter)
PDF
DIGITAL TESTING OF HIGH VOLTAGE CIRCUIT BREAKER
PDF
Power Electronics interview questions
PPTX
Pic microcontroller architecture
PPTX
R-2R Ladder DAC
PDF
Solved problems on rectifiers
PPTX
Thyristor turn on methods
DOCX
Wireless Electronic Notice Board
PPTX
water level indicator alarm
PPTX
Water pump automation system
Microcontroller based Electronic Eye Controlled security System
Simple Automatic Water Level Controller by using ic 555 timer.
ATmega 16
Analysis of HVDC Converters.pptx
Architecture of 16C6X
Boost converter
Vacuum circuit breaker
WATER LEVEL AUTOMATIC PUMP CONTROLLER
PROTECTION CIRCUIT OF SCR
Power Electronics Chopper (dc – dc converter)
DIGITAL TESTING OF HIGH VOLTAGE CIRCUIT BREAKER
Power Electronics interview questions
Pic microcontroller architecture
R-2R Ladder DAC
Solved problems on rectifiers
Thyristor turn on methods
Wireless Electronic Notice Board
water level indicator alarm
Water pump automation system
Ad

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

PDF
Smart remote for controlling electrical appliances through android mobile
PPTX
Electronicsprojects123
PPTX
Electrical Projects
PPTX
ppt-GSM-Power.pptx
PPTX
399 ppt.pptx
PDF
Design and simulation of Arduino Nano controlled DC-DC converters for low and...
PPTX
Home Automation by Android Application based Remote Control
DOC
A fully digitally controlled power supply unit for w’less remote controlled l...
PPTX
safrety project ILCDFIS for diploma students.pptx
PDF
Smart regulator for controlling fan speed through android mobile
PPT
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
PPT
File 1389427052
PDF
[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...
PPTX
bluetooth controlled home automation using arduino by shubham sinha
PDF
Smart home or office automation through android mobile
PDF
Development of Android Controlled AC Dim Light
PPTX
Pc mouse operated electrical load control using vb application
PPTX
BHH POWER PLANT ppt.pptx
PPS
Presentation on home automation
PPTX
BLDC Motor Speed Control with RPM Display and PWM
Smart remote for controlling electrical appliances through android mobile
Electronicsprojects123
Electrical Projects
ppt-GSM-Power.pptx
399 ppt.pptx
Design and simulation of Arduino Nano controlled DC-DC converters for low and...
Home Automation by Android Application based Remote Control
A fully digitally controlled power supply unit for w’less remote controlled l...
safrety project ILCDFIS for diploma students.pptx
Smart regulator for controlling fan speed through android mobile
AUTOMATIC GRID ON SENSING BAD VOLTAGE OR FREQUENCY
File 1389427052
[IJET-V2I3P18] Authors: Mr. B. N. Patil , Mr. Sandesh Sonar , Mr. Pavankumar ...
bluetooth controlled home automation using arduino by shubham sinha
Smart home or office automation through android mobile
Development of Android Controlled AC Dim Light
Pc mouse operated electrical load control using vb application
BHH POWER PLANT ppt.pptx
Presentation on home automation
BLDC Motor Speed Control with RPM Display and PWM
Ad

More from Edgefxkits & Solutions (20)

PPTX
Mains operated under voltage over voltage trip switch
PPTX
Scada for remote industrial plant
PPTX
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
PPTX
Predefined speed control of bldc motor
PPTX
How to select the diy electrical projects kit by engineering students
PPTX
Smooth start of a single phase induction motor
PPTX
How to build a robot with an arduino and 8051 microcontroller
PPTX
Opto-Electronic Oscillator Circuit Working and Applications
PPTX
Importance of Doing Mini Projects By Engineering Students
PPTX
Common mode rejection ratio (cmrr) and the operational amplifier
PPTX
Vehicle tracking by gps gsm
PPTX
Tutorial on avr atmega8 microcontroller, architecture and its applications
PPTX
Photodiode working principle characteristics and applications
PPTX
Cro cathode ray oscilloscope working and applications
PPTX
Rfid security access control system
PPTX
Density based traffic signal system
PPTX
Electronic Speed Control (ESC) Circuits, Working And Applications
PPTX
Difference between soc and single board computer ppt1
PPTX
Prepaid energy meter with gsm interface
PPTX
RF Controlled Robotic Vehicle With Laser Beam Arrangement
Mains operated under voltage over voltage trip switch
Scada for remote industrial plant
TV Remote Jammer | 555 Timer Projects | Final Year Engineering Projects
Predefined speed control of bldc motor
How to select the diy electrical projects kit by engineering students
Smooth start of a single phase induction motor
How to build a robot with an arduino and 8051 microcontroller
Opto-Electronic Oscillator Circuit Working and Applications
Importance of Doing Mini Projects By Engineering Students
Common mode rejection ratio (cmrr) and the operational amplifier
Vehicle tracking by gps gsm
Tutorial on avr atmega8 microcontroller, architecture and its applications
Photodiode working principle characteristics and applications
Cro cathode ray oscilloscope working and applications
Rfid security access control system
Density based traffic signal system
Electronic Speed Control (ESC) Circuits, Working And Applications
Difference between soc and single board computer ppt1
Prepaid energy meter with gsm interface
RF Controlled Robotic Vehicle With Laser Beam Arrangement

Recently uploaded (20)

PPTX
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
PPTX
UNIT 4 Total Quality Management .pptx
DOCX
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
PPTX
Internet of Things (IOT) - A guide to understanding
PPTX
CH1 Production IntroductoryConcepts.pptx
PDF
Automation-in-Manufacturing-Chapter-Introduction.pdf
PDF
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PDF
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
PDF
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
PPT
Mechanical Engineering MATERIALS Selection
PPTX
UNIT-1 - COAL BASED THERMAL POWER PLANTS
PDF
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
PDF
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
PPTX
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
PDF
R24 SURVEYING LAB MANUAL for civil enggi
PDF
PPT on Performance Review to get promotions
PDF
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
PDF
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
PPTX
Foundation to blockchain - A guide to Blockchain Tech
PDF
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...
Infosys Presentation by1.Riyan Bagwan 2.Samadhan Naiknavare 3.Gaurav Shinde 4...
UNIT 4 Total Quality Management .pptx
ASol_English-Language-Literature-Set-1-27-02-2023-converted.docx
Internet of Things (IOT) - A guide to understanding
CH1 Production IntroductoryConcepts.pptx
Automation-in-Manufacturing-Chapter-Introduction.pdf
Evaluating the Democratization of the Turkish Armed Forces from a Normative P...
PRIZ Academy - 9 Windows Thinking Where to Invest Today to Win Tomorrow.pdf
Mitigating Risks through Effective Management for Enhancing Organizational Pe...
Mechanical Engineering MATERIALS Selection
UNIT-1 - COAL BASED THERMAL POWER PLANTS
The CXO Playbook 2025 – Future-Ready Strategies for C-Suite Leaders Cerebrai...
SM_6th-Sem__Cse_Internet-of-Things.pdf IOT
MCN 401 KTU-2019-PPE KITS-MODULE 2.pptx
R24 SURVEYING LAB MANUAL for civil enggi
PPT on Performance Review to get promotions
Mohammad Mahdi Farshadian CV - Prospective PhD Student 2026
BMEC211 - INTRODUCTION TO MECHATRONICS-1.pdf
Foundation to blockchain - A guide to Blockchain Tech
July 2025 - Top 10 Read Articles in International Journal of Software Enginee...

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.