SlideShare uma empresa 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/

Mais conteúdo relacionado

Mais procurados

IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation projectShohin Aheleroff
 
wireless E notice board
wireless E notice boardwireless E notice board
wireless E notice boardGanesh Gani
 
Initial Conditions of Resistor, Inductor & Capacitor
Initial Conditions of Resistor, Inductor & CapacitorInitial Conditions of Resistor, Inductor & Capacitor
Initial Conditions of Resistor, Inductor & CapacitorJayanshu Gundaniya
 
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry PiIoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry PiSinthana Sambandam
 
Density Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using BluetoothDensity Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using BluetoothChull Productions
 
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET Journal
 
Electronics Notice Board Notice board using Wi-Fi Report
Electronics Notice Board Notice board using Wi-Fi ReportElectronics Notice Board Notice board using Wi-Fi Report
Electronics Notice Board Notice board using Wi-Fi ReportVaibhav Pandey
 
Automatic room temperature controlled fan using arduino uno microcontroller
Automatic room temperature controlled fan using   arduino uno  microcontrollerAutomatic room temperature controlled fan using   arduino uno  microcontroller
Automatic room temperature controlled fan using arduino uno microcontrollerMohammod Al Emran
 
Mini project-report
Mini project-reportMini project-report
Mini project-reportAshu0711
 
Controlling Home Appliances Using Voice
 Controlling Home Appliances Using Voice Controlling Home Appliances Using Voice
Controlling Home Appliances Using VoiceEdgefxkits & Solutions
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security systempraful borad
 
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home AutomationAbhishek Neb
 
Electronic code lock device
Electronic code lock deviceElectronic code lock device
Electronic code lock deviceAmitoj Kaur
 
Power power electronics (solution manual) by M.H.Rashid.pdf
Power power electronics (solution manual) by M.H.Rashid.pdfPower power electronics (solution manual) by M.H.Rashid.pdf
Power power electronics (solution manual) by M.H.Rashid.pdfGabrielRodriguez171709
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering projectvasav2204
 
Smart Gloves for Blind
Smart Gloves for BlindSmart Gloves for Blind
Smart Gloves for BlindIRJET Journal
 
Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051Rkrishna Mishra
 

Mais procurados (20)

IoT home automation project
IoT home automation projectIoT home automation project
IoT home automation project
 
Smart irrigation system
Smart irrigation systemSmart irrigation system
Smart irrigation system
 
wireless E notice board
wireless E notice boardwireless E notice board
wireless E notice board
 
Initial Conditions of Resistor, Inductor & Capacitor
Initial Conditions of Resistor, Inductor & CapacitorInitial Conditions of Resistor, Inductor & Capacitor
Initial Conditions of Resistor, Inductor & Capacitor
 
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry PiIoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
IoT based Smart board for Displaying and Forwarding notices using Raspberry Pi
 
Density Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using BluetoothDensity Based Traffic System with Emergency override using Bluetooth
Density Based Traffic System with Emergency override using Bluetooth
 
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
IRJET - Third Eye for Blind People using Ultrasonic Vibrating Gloves with Ima...
 
Electronics Notice Board Notice board using Wi-Fi Report
Electronics Notice Board Notice board using Wi-Fi ReportElectronics Notice Board Notice board using Wi-Fi Report
Electronics Notice Board Notice board using Wi-Fi Report
 
Automatic room temperature controlled fan using arduino uno microcontroller
Automatic room temperature controlled fan using   arduino uno  microcontrollerAutomatic room temperature controlled fan using   arduino uno  microcontroller
Automatic room temperature controlled fan using arduino uno microcontroller
 
Mini project-report
Mini project-reportMini project-report
Mini project-report
 
Home automation
Home automationHome automation
Home automation
 
Controlling Home Appliances Using Voice
 Controlling Home Appliances Using Voice Controlling Home Appliances Using Voice
Controlling Home Appliances Using Voice
 
Fingerprint base security system
Fingerprint base security systemFingerprint base security system
Fingerprint base security system
 
Voice Control Home Automation
Voice Control Home AutomationVoice Control Home Automation
Voice Control Home Automation
 
Electronic code lock device
Electronic code lock deviceElectronic code lock device
Electronic code lock device
 
Power power electronics (solution manual) by M.H.Rashid.pdf
Power power electronics (solution manual) by M.H.Rashid.pdfPower power electronics (solution manual) by M.H.Rashid.pdf
Power power electronics (solution manual) by M.H.Rashid.pdf
 
Smart street light system
Smart street light systemSmart street light system
Smart street light system
 
electrical engineering project
electrical engineering projectelectrical engineering project
electrical engineering project
 
Smart Gloves for Blind
Smart Gloves for BlindSmart Gloves for Blind
Smart Gloves for Blind
 
Speed checker on highway using 8051
Speed checker on highway using 8051Speed checker on highway using 8051
Speed checker on highway using 8051
 

Semelhante 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
 
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
 
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
 
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
 

Semelhante 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
 
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
 
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
 
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
 

Mais 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
 

Mais 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

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdfSuman Jyoti
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLManishPatel169454
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Christo Ananth
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
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
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxfenichawla
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Christo Ananth
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Bookingroncy bisnoi
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfRagavanV2
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSrknatarajan
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfJiananWang21
 

Último (20)

Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank  Design by Working Stress - IS Method.pdfIntze Overhead Water Tank  Design by Working Stress - IS Method.pdf
Intze Overhead Water Tank Design by Working Stress - IS Method.pdf
 
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELLPVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
PVC VS. FIBERGLASS (FRP) GRAVITY SEWER - UNI BELL
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...Call for Papers - International Journal of Intelligent Systems and Applicatio...
Call for Papers - International Journal of Intelligent Systems and Applicatio...
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
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
 
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptxBSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
BSides Seattle 2024 - Stopping Ethan Hunt From Taking Your Data.pptx
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
Call for Papers - Educational Administration: Theory and Practice, E-ISSN: 21...
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort ServiceCall Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
Call Girls in Ramesh Nagar Delhi 💯 Call Us 🔝9953056974 🔝 Escort Service
 
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, ...
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance BookingCall Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
Call Girls Walvekar Nagar Call Me 7737669865 Budget Friendly No Advance Booking
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Unit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdfUnit 1 - Soil Classification and Compaction.pdf
Unit 1 - Soil Classification and Compaction.pdf
 
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICSUNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
UNIT-IFLUID PROPERTIES & FLOW CHARACTERISTICS
 
data_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdfdata_management_and _data_science_cheat_sheet.pdf
data_management_and _data_science_cheat_sheet.pdf
 

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.