SlideShare una empresa de Scribd logo
1 de 30
PC Mouse operated
Electrical Load Control
Using VB Application
http://www.edgefxkits.com/
PC Mouse operated Electrical Load
Control Using VB Application
Introduction
 The aim of this project is to control electrical appliances through a
personal computer (PC). For example, theatre lighting can be centrally
controlled form PC for a better stage management. Presently, these are
manually managed which makes it difficult to coordinate the lighting
with respective scene. With this system, one can control electrical
appliances on/off by just being seated at one place using a PC.
http://www.edgefxkits.com/
Block Diagram
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Hardware Requirements
 8051 series Microcontroller
 Level Shifter IC
 DB Connector
 Relays
 Relay Driver
 Transformer
 Diodes
 capacitors
 Resistors
 LED
 Crystal
 Lamps
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Software Requirements
 Keil compiler
 Language: Embedded C or Assembly.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
8051 Series Microcontroller
 8051 is an 8-bit family of microcontroller developed by Intel in the year
1981.
 This is one of the most popular family of microcontroller being used all
across the world.
PC Mouse operated Electrical Load
Control Using VB Application
8051 Series Microcontroller
PC Mouse operated Electrical Load
Control Using VB Application
 This microcontroller was also referred as “system on a chip” because it has
128 bytes of RAM, 4Kbytes of ROM, 2 Timers, 1 Serial port, and four ports
on a single chip.
 The CPU can work for only 8bits of data at a time because 8051 is an 8-bit
processor.
http://www.edgefxkits.com/
http://www.edgefxkits.com/
8051 Series Microcontroller
 In case the data is larger than 8 bits then it has to be broken into parts so
that the CPU can process conveniently.
 Most manufacturers have put 4Kbytes of ROM even though the quantity
of ROM can be exceeded up to 64 K bytes.
 The 8051 has been in use in a wide number of devices, mainly because it
is easy to integrate into a project or build a device around.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
PC Mouse operated Electrical Load
Control Using VB Application
8051 Pin
Description
Power on Reset circuit
 The power-on reset (PoR) is an electronic device incorporated into the
integrated circuit
 That detects the power applied to the chip and generates a reset impulse
that goes to the entire circuit placing it into a known state.
PC Mouse operated Electrical Load
Control Using VB Application
+5V
30 pF
30 pF
8.2 K
10 uF
+
11.0592 MHz
EA/VPP
X1
X2
RST
31
19
18
9
http://www.edgefxkits.com/
http://www.edgefxkits.com/
Max232
 The MAX232 is an integrated circuit that converts signals from an RS-
232serial port to signals suitable for use in TTL compatible digital logic
circuits.
 The MAX232 is a dual driver/receiver and typically converts the RX, TX,
CTS and RTS signals.
 When a MAX232 IC receives a TTL level to convert, it changes a TTL Logic 0
to between +3 and +15V, and changes TTL Logic 1 to between -3 to -15V,
and vice versa for converting from RS232 to TTL.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Max232
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
DB Connector
 A DB connector is a connector that is in the shape of a horizontal D.
 Common DB connectors include DB-9, DB-15, DB-19, DB-25, DB-37, and
DB-50, the number indicates how many active lines the connector has, but
not always how many pins it has.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
DB9 and DB15 Connector
 The DB9 (originally DE-9) connector is an analog 9-pin plug of the D-Sub
miniature connector family.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
DB9 and DB15 Connector
 Computer serial port Additional information and help with the DB-9 and
DB-15 or the standard PC serial port can be found on our serial port help
page.
 The DB-9 and DB-15 are also found on Network cards. The DB-9 cable is
sometimes used for Token-Ring adapters, and the DB-15 is used for the
thick net coaxial cables.
 Computer network help and support
 The DB-9 port is also found on the NeXT computer is used to connect laser
printers.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
DB19 Connector
 The DB-19 is a connector found on the Apple Macintosh, NeXT, and some
Atari computers, and is used to connect external disk drives.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
DB25 Connector
 The DB-25 interface was an older serial connector. Additional information
and help with serial ports can be found on our serial port help page.
 The DB-25 port is also a SCSI interface. Additional information and help
with SCSI can be found on our SCSI help page.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
DB37 Connector
 Connector found on various network devices used to connect network
hubs and other network devices and perform other functions.
 Companies that utilize this cable include Cisco, Nortel, SMC, and others.
 The DB-37 connector also connects devices such as sensors, switches,
satellite antennas, control systems, video studio automation, security
control systems, and other equipment.
 Computer network and network card help and support.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
DB50 Connector
 SCSI connector that is rarely used or found today. Additional information
and help with SCSI can be found on our SCSI help page.
PC Mouse operated Electrical Load
Control Using VB Application
DB-50 Male Connector :
Relay
 A relay is an electrically operated switch.
 Current flowing through the coil of the relay creates a magnetic field
which attracts a lever and changes the switch contacts.
 The coil current can be on or off so relays have two switch positions and
have double throw (changeover) switch contacts as shown in the diagram.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Relay
 Relays allow one circuit to switch a second circuit which can be completely
separate from the first.
 For example a low voltage battery circuit can use a relay to switch a 230V
AC mains circuit.
 There is no electrical connection inside the relay between the two circuits,
the link is magnetic and mechanical.
 To drive relay through MC ULN2003 relay driver IC is used
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Relay Driver uln2003
 ULN is Relay driver application
 The ULN2003 is a monolithic high voltage and high current Darlington
transistor arrays.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Relay Driver uln2003
 It consists of seven NPN Darlington pairs that features high-voltage
outputs with common-cathode clamp diode for switching inductive loads.
 The collector-current rating of a single Darlington pair is 500mA.
 The Darlington pairs may be paralleled for higher current capability.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Relay Driver uln2003
 The ULN functions as an inverter.
 If the logic at input 1B is high then
the output at its corresponding pin 1C
will be low.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
http://www.edgefxkits.com/
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.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Working Principle
 The project uses a PC to control the loads.
 The commands are received by the micro controller through level shifted IC
Max232.
 When the program is executed, it drives relay from the microcontroller
through relay driver IC ULN2003.
 Load’s are switched ON and switched OFF based on the corresponding
command sent from the keyboard through HyperTerminal.
 As per the program, the loads will be turned ON and OFF through the
relays.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Working Principle
 This system is integrated with the electrical loads and also connected to the
PC where centralized control takes place.
 It uses an RS-232 protocol from the microcontroller to communicate with
the PC.
 To turn on/off the appliances, we use Hyper Terminal on PC.
 Once the connection is established with the PC, then the system starts
working.
 The microcontroller used in this project belongs to 8051 family.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Future Enhancement
 This project can be further enhanced by implementing a GUI based control
panel on the PC with appropriate embedded software.
 The intensity control can also be incorporated using power electronics
devices.
PC Mouse operated Electrical Load
Control Using VB Application
http://www.edgefxkits.com/
Conclusion
PC Mouse operated Electrical Load
Control Using VB Application
 PC Mouse operated Electrical Load Control Using VB Application project
was designed and implemented. This project can be further enhanced by
implementing a GUI based control panel on the PC with appropriate
embedded software. The intensity control can also be incorporated using
power electronics devices
http://www.edgefxkits.com/
RF Controlled Robotic Vehicle with
Laser Beam Arrangement

Más contenido relacionado

La actualidad más candente

Shenzhen Hifibercom Technology Co.,Ltd QSFP28 SR4 optical module
Shenzhen Hifibercom Technology Co.,Ltd  QSFP28 SR4 optical moduleShenzhen Hifibercom Technology Co.,Ltd  QSFP28 SR4 optical module
Shenzhen Hifibercom Technology Co.,Ltd QSFP28 SR4 optical moduleWendyXia8
 
IRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET Journal
 
Substation monitoring system for maintaining a data log.ppt
Substation monitoring system for maintaining a data log.pptSubstation monitoring system for maintaining a data log.ppt
Substation monitoring system for maintaining a data log.pptSAI SREE
 
Wago epsitron power_supplies_catalog
Wago epsitron power_supplies_catalogWago epsitron power_supplies_catalog
Wago epsitron power_supplies_catalogElectromate
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Boxncct
 
Moderate quality of voice transmission using 8 bit micro-controller through z...
Moderate quality of voice transmission using 8 bit micro-controller through z...Moderate quality of voice transmission using 8 bit micro-controller through z...
Moderate quality of voice transmission using 8 bit micro-controller through z...eSAT Publishing House
 
Communication Converter Energy Reporting Products | Electro industries
Communication Converter Energy Reporting Products | Electro industriesCommunication Converter Energy Reporting Products | Electro industries
Communication Converter Energy Reporting Products | Electro industriesElectro Industries
 
Intelligent mcc Siemens
Intelligent mcc Siemens Intelligent mcc Siemens
Intelligent mcc Siemens Praveen Patil
 
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
 
Fuzzy Based Analysis of Inverter Fed Micro Grid in Islanding Operation-Experi...
Fuzzy Based Analysis of Inverter Fed Micro Grid in Islanding Operation-Experi...Fuzzy Based Analysis of Inverter Fed Micro Grid in Islanding Operation-Experi...
Fuzzy Based Analysis of Inverter Fed Micro Grid in Islanding Operation-Experi...IJPEDS-IAES
 
IRJET- Microcontroller based Automatic Power Change Over Mechanism
IRJET- Microcontroller based Automatic Power Change Over MechanismIRJET- Microcontroller based Automatic Power Change Over Mechanism
IRJET- Microcontroller based Automatic Power Change Over MechanismIRJET Journal
 
Tracking and breaking system for vehicles
Tracking and breaking system for vehiclesTracking and breaking system for vehicles
Tracking and breaking system for vehicleskakanikings
 
Low Power Gasp Circuits using Power Gating
Low Power Gasp Circuits using Power GatingLow Power Gasp Circuits using Power Gating
Low Power Gasp Circuits using Power GatingIRJET Journal
 
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)Tũi Wichets
 
Cradlepoint PS6SMC3000M - USB to Modem Cradle (quantum-wireless.com)
Cradlepoint PS6SMC3000M - USB to Modem Cradle (quantum-wireless.com)Cradlepoint PS6SMC3000M - USB to Modem Cradle (quantum-wireless.com)
Cradlepoint PS6SMC3000M - USB to Modem Cradle (quantum-wireless.com)Ari Zoldan
 

La actualidad más candente (18)

Shenzhen Hifibercom Technology Co.,Ltd QSFP28 SR4 optical module
Shenzhen Hifibercom Technology Co.,Ltd  QSFP28 SR4 optical moduleShenzhen Hifibercom Technology Co.,Ltd  QSFP28 SR4 optical module
Shenzhen Hifibercom Technology Co.,Ltd QSFP28 SR4 optical module
 
IRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM ModuleIRJET- Monitoring and Protection of Distribution Transformer using GSM Module
IRJET- Monitoring and Protection of Distribution Transformer using GSM Module
 
Substation monitoring system for maintaining a data log.ppt
Substation monitoring system for maintaining a data log.pptSubstation monitoring system for maintaining a data log.ppt
Substation monitoring system for maintaining a data log.ppt
 
Wago epsitron power_supplies_catalog
Wago epsitron power_supplies_catalogWago epsitron power_supplies_catalog
Wago epsitron power_supplies_catalog
 
Cockpit White Box
Cockpit White BoxCockpit White Box
Cockpit White Box
 
Moderate quality of voice transmission using 8 bit micro-controller through z...
Moderate quality of voice transmission using 8 bit micro-controller through z...Moderate quality of voice transmission using 8 bit micro-controller through z...
Moderate quality of voice transmission using 8 bit micro-controller through z...
 
Communication Converter Energy Reporting Products | Electro industries
Communication Converter Energy Reporting Products | Electro industriesCommunication Converter Energy Reporting Products | Electro industries
Communication Converter Energy Reporting Products | Electro industries
 
Intelligent mcc Siemens
Intelligent mcc Siemens Intelligent mcc Siemens
Intelligent mcc Siemens
 
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
 
A Commercial Low Cost, Highly Efficient UC3842 based High Brightness LED (HBL...
A Commercial Low Cost, Highly Efficient UC3842 based High Brightness LED (HBL...A Commercial Low Cost, Highly Efficient UC3842 based High Brightness LED (HBL...
A Commercial Low Cost, Highly Efficient UC3842 based High Brightness LED (HBL...
 
03 TOTAL REPORT
03 TOTAL REPORT03 TOTAL REPORT
03 TOTAL REPORT
 
Fuzzy Based Analysis of Inverter Fed Micro Grid in Islanding Operation-Experi...
Fuzzy Based Analysis of Inverter Fed Micro Grid in Islanding Operation-Experi...Fuzzy Based Analysis of Inverter Fed Micro Grid in Islanding Operation-Experi...
Fuzzy Based Analysis of Inverter Fed Micro Grid in Islanding Operation-Experi...
 
IRJET- Microcontroller based Automatic Power Change Over Mechanism
IRJET- Microcontroller based Automatic Power Change Over MechanismIRJET- Microcontroller based Automatic Power Change Over Mechanism
IRJET- Microcontroller based Automatic Power Change Over Mechanism
 
Tracking and breaking system for vehicles
Tracking and breaking system for vehiclesTracking and breaking system for vehicles
Tracking and breaking system for vehicles
 
Low Power Gasp Circuits using Power Gating
Low Power Gasp Circuits using Power GatingLow Power Gasp Circuits using Power Gating
Low Power Gasp Circuits using Power Gating
 
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
ค่า Tx Power Mode ใน Ubiquiti และ Mikrotik (RF Tx Power Mode Settings)
 
Eee hardware list
Eee hardware listEee hardware list
Eee hardware list
 
Cradlepoint PS6SMC3000M - USB to Modem Cradle (quantum-wireless.com)
Cradlepoint PS6SMC3000M - USB to Modem Cradle (quantum-wireless.com)Cradlepoint PS6SMC3000M - USB to Modem Cradle (quantum-wireless.com)
Cradlepoint PS6SMC3000M - USB to Modem Cradle (quantum-wireless.com)
 

Similar a Pc mouse operated electrical load control using vb application

Digital Implementation of Paralleling DC_DC conv
Digital Implementation of Paralleling DC_DC convDigital Implementation of Paralleling DC_DC conv
Digital Implementation of Paralleling DC_DC convdhananjay.p yadav
 
Design of wireless sensor network for building management systems
Design of wireless sensor network for building management systemsDesign of wireless sensor network for building management systems
Design of wireless sensor network for building management systemsTSriyaSharma
 
Wireless agro automation system
Wireless agro automation systemWireless agro automation system
Wireless agro automation systemkarthikpunuru
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptxPoojaG86
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothIRJET Journal
 
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...IRJET Journal
 
Design of charging unit for electrical vehicles using solar power
Design of charging unit for electrical vehicles using solar powerDesign of charging unit for electrical vehicles using solar power
Design of charging unit for electrical vehicles using solar powerRohit gorantla
 
Automatic Power Factor Improvement by Using PLC & SCADA
Automatic Power Factor Improvement by Using PLC & SCADAAutomatic Power Factor Improvement by Using PLC & SCADA
Automatic Power Factor Improvement by Using PLC & SCADAferozpatowary
 
Joseph Staniowski - Design Project
Joseph Staniowski - Design ProjectJoseph Staniowski - Design Project
Joseph Staniowski - Design ProjectJoseph Staniowski
 
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...IRJET Journal
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll newMainak Nandi
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentIJERD Editor
 

Similar a Pc mouse operated electrical load control using vb application (20)

Digital Implementation of Paralleling DC_DC conv
Digital Implementation of Paralleling DC_DC convDigital Implementation of Paralleling DC_DC conv
Digital Implementation of Paralleling DC_DC conv
 
Design of wireless sensor network for building management systems
Design of wireless sensor network for building management systemsDesign of wireless sensor network for building management systems
Design of wireless sensor network for building management systems
 
Wireless agro automation system
Wireless agro automation systemWireless agro automation system
Wireless agro automation system
 
PLCC application
PLCC applicationPLCC application
PLCC application
 
Home automation
Home automationHome automation
Home automation
 
under grund fault ppt (1).pptx
under grund fault ppt (1).pptxunder grund fault ppt (1).pptx
under grund fault ppt (1).pptx
 
Smart home
Smart homeSmart home
Smart home
 
Smart home copy
Smart home   copySmart home   copy
Smart home copy
 
Smart home
Smart homeSmart home
Smart home
 
FYP PPT
FYP PPTFYP PPT
FYP PPT
 
Implementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using BluetoothImplementation and Controlling of Electrical Appliances by using Bluetooth
Implementation and Controlling of Electrical Appliances by using Bluetooth
 
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
Application of NarrowBand Power Line Communication in Medium Voltage Smart Di...
 
Design of charging unit for electrical vehicles using solar power
Design of charging unit for electrical vehicles using solar powerDesign of charging unit for electrical vehicles using solar power
Design of charging unit for electrical vehicles using solar power
 
Automatic Power Factor Improvement by Using PLC & SCADA
Automatic Power Factor Improvement by Using PLC & SCADAAutomatic Power Factor Improvement by Using PLC & SCADA
Automatic Power Factor Improvement by Using PLC & SCADA
 
Joseph Staniowski - Design Project
Joseph Staniowski - Design ProjectJoseph Staniowski - Design Project
Joseph Staniowski - Design Project
 
Project ppt
Project pptProject ppt
Project ppt
 
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
Advancements in Programmable DC Power Supply for Efficient Power Delivery in ...
 
4 Way traffic controll new
4 Way traffic controll new4 Way traffic controll new
4 Way traffic controll new
 
International Journal of Engineering Research and Development
International Journal of Engineering Research and DevelopmentInternational Journal of Engineering Research and Development
International Journal of Engineering Research and Development
 
E044081720
E044081720E044081720
E044081720
 

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
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interfaceEdgefxkits & 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
 
Prepaid energy meter with gsm interface
Prepaid energy meter with gsm interfacePrepaid energy meter with gsm interface
Prepaid energy meter with gsm interface
 

Último

VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...SUHANI PANDEY
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueBhangaleSonal
 
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
 
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
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VDineshKumar4165
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptDineshKumar4165
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01KreezheaRecto
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
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
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoordharasingh5698
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performancesivaprakash250
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdfKamal Acharya
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...roncy bisnoi
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptMsecMca
 

Último (20)

(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
(INDIRA) Call Girl Meerut Call Now 8617697112 Meerut Escorts 24x7
 
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
VIP Model Call Girls Kothrud ( Pune ) Call ON 8005736733 Starting From 5K to ...
 
Double Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torqueDouble Revolving field theory-how the rotor develops torque
Double Revolving field theory-how the rotor develops torque
 
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...
 
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
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
Thermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - VThermal Engineering-R & A / C - unit - V
Thermal Engineering-R & A / C - unit - V
 
Thermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.pptThermal Engineering -unit - III & IV.ppt
Thermal Engineering -unit - III & IV.ppt
 
Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01Double rodded leveling 1 pdf activity 01
Double rodded leveling 1 pdf activity 01
 
NFPA 5000 2024 standard .
NFPA 5000 2024 standard                                  .NFPA 5000 2024 standard                                  .
NFPA 5000 2024 standard .
 
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night StandCall Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In Bangalore ☎ 7737669865 🥵 Book Your One night Stand
 
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
(INDIRA) Call Girl Bhosari Call Now 8617697112 Bhosari Escorts 24x7
 
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
 
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoorTop Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
Top Rated Call Girls In chittoor 📱 {7001035870} VIP Escorts chittoor
 
UNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its PerformanceUNIT - IV - Air Compressors and its Performance
UNIT - IV - Air Compressors and its Performance
 
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak HamilCara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
Cara Menggugurkan Sperma Yang Masuk Rahim Biyar Tidak Hamil
 
Online banking management system project.pdf
Online banking management system project.pdfOnline banking management system project.pdf
Online banking management system project.pdf
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
Call Girls Pimpri Chinchwad Call Me 7737669865 Budget Friendly No Advance Boo...
 
notes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.pptnotes on Evolution Of Analytic Scalability.ppt
notes on Evolution Of Analytic Scalability.ppt
 

Pc mouse operated electrical load control using vb application

  • 1. PC Mouse operated Electrical Load Control Using VB Application
  • 2. http://www.edgefxkits.com/ PC Mouse operated Electrical Load Control Using VB Application Introduction  The aim of this project is to control electrical appliances through a personal computer (PC). For example, theatre lighting can be centrally controlled form PC for a better stage management. Presently, these are manually managed which makes it difficult to coordinate the lighting with respective scene. With this system, one can control electrical appliances on/off by just being seated at one place using a PC.
  • 3. http://www.edgefxkits.com/ Block Diagram PC Mouse operated Electrical Load Control Using VB Application
  • 4. http://www.edgefxkits.com/ Hardware Requirements  8051 series Microcontroller  Level Shifter IC  DB Connector  Relays  Relay Driver  Transformer  Diodes  capacitors  Resistors  LED  Crystal  Lamps PC Mouse operated Electrical Load Control Using VB Application
  • 5. http://www.edgefxkits.com/ Software Requirements  Keil compiler  Language: Embedded C or Assembly. PC Mouse operated Electrical Load Control Using VB Application
  • 6. http://www.edgefxkits.com/ 8051 Series Microcontroller  8051 is an 8-bit family of microcontroller developed by Intel in the year 1981.  This is one of the most popular family of microcontroller being used all across the world. PC Mouse operated Electrical Load Control Using VB Application
  • 7. 8051 Series Microcontroller PC Mouse operated Electrical Load Control Using VB Application  This microcontroller was also referred as “system on a chip” because it has 128 bytes of RAM, 4Kbytes of ROM, 2 Timers, 1 Serial port, and four ports on a single chip.  The CPU can work for only 8bits of data at a time because 8051 is an 8-bit processor. http://www.edgefxkits.com/
  • 8. http://www.edgefxkits.com/ 8051 Series Microcontroller  In case the data is larger than 8 bits then it has to be broken into parts so that the CPU can process conveniently.  Most manufacturers have put 4Kbytes of ROM even though the quantity of ROM can be exceeded up to 64 K bytes.  The 8051 has been in use in a wide number of devices, mainly because it is easy to integrate into a project or build a device around. PC Mouse operated Electrical Load Control Using VB Application
  • 9. http://www.edgefxkits.com/ PC Mouse operated Electrical Load Control Using VB Application 8051 Pin Description
  • 10. Power on Reset circuit  The power-on reset (PoR) is an electronic device incorporated into the integrated circuit  That detects the power applied to the chip and generates a reset impulse that goes to the entire circuit placing it into a known state. PC Mouse operated Electrical Load Control Using VB Application +5V 30 pF 30 pF 8.2 K 10 uF + 11.0592 MHz EA/VPP X1 X2 RST 31 19 18 9 http://www.edgefxkits.com/
  • 11. http://www.edgefxkits.com/ Max232  The MAX232 is an integrated circuit that converts signals from an RS- 232serial port to signals suitable for use in TTL compatible digital logic circuits.  The MAX232 is a dual driver/receiver and typically converts the RX, TX, CTS and RTS signals.  When a MAX232 IC receives a TTL level to convert, it changes a TTL Logic 0 to between +3 and +15V, and changes TTL Logic 1 to between -3 to -15V, and vice versa for converting from RS232 to TTL. PC Mouse operated Electrical Load Control Using VB Application
  • 12. http://www.edgefxkits.com/ Max232 PC Mouse operated Electrical Load Control Using VB Application
  • 13. http://www.edgefxkits.com/ DB Connector  A DB connector is a connector that is in the shape of a horizontal D.  Common DB connectors include DB-9, DB-15, DB-19, DB-25, DB-37, and DB-50, the number indicates how many active lines the connector has, but not always how many pins it has. PC Mouse operated Electrical Load Control Using VB Application
  • 14. http://www.edgefxkits.com/ DB9 and DB15 Connector  The DB9 (originally DE-9) connector is an analog 9-pin plug of the D-Sub miniature connector family. PC Mouse operated Electrical Load Control Using VB Application
  • 15. http://www.edgefxkits.com/ DB9 and DB15 Connector  Computer serial port Additional information and help with the DB-9 and DB-15 or the standard PC serial port can be found on our serial port help page.  The DB-9 and DB-15 are also found on Network cards. The DB-9 cable is sometimes used for Token-Ring adapters, and the DB-15 is used for the thick net coaxial cables.  Computer network help and support  The DB-9 port is also found on the NeXT computer is used to connect laser printers. PC Mouse operated Electrical Load Control Using VB Application
  • 16. http://www.edgefxkits.com/ DB19 Connector  The DB-19 is a connector found on the Apple Macintosh, NeXT, and some Atari computers, and is used to connect external disk drives. PC Mouse operated Electrical Load Control Using VB Application
  • 17. http://www.edgefxkits.com/ DB25 Connector  The DB-25 interface was an older serial connector. Additional information and help with serial ports can be found on our serial port help page.  The DB-25 port is also a SCSI interface. Additional information and help with SCSI can be found on our SCSI help page. PC Mouse operated Electrical Load Control Using VB Application
  • 18. http://www.edgefxkits.com/ DB37 Connector  Connector found on various network devices used to connect network hubs and other network devices and perform other functions.  Companies that utilize this cable include Cisco, Nortel, SMC, and others.  The DB-37 connector also connects devices such as sensors, switches, satellite antennas, control systems, video studio automation, security control systems, and other equipment.  Computer network and network card help and support. PC Mouse operated Electrical Load Control Using VB Application
  • 19. http://www.edgefxkits.com/ DB50 Connector  SCSI connector that is rarely used or found today. Additional information and help with SCSI can be found on our SCSI help page. PC Mouse operated Electrical Load Control Using VB Application DB-50 Male Connector :
  • 20. Relay  A relay is an electrically operated switch.  Current flowing through the coil of the relay creates a magnetic field which attracts a lever and changes the switch contacts.  The coil current can be on or off so relays have two switch positions and have double throw (changeover) switch contacts as shown in the diagram. PC Mouse operated Electrical Load Control Using VB Application http://www.edgefxkits.com/
  • 21. Relay  Relays allow one circuit to switch a second circuit which can be completely separate from the first.  For example a low voltage battery circuit can use a relay to switch a 230V AC mains circuit.  There is no electrical connection inside the relay between the two circuits, the link is magnetic and mechanical.  To drive relay through MC ULN2003 relay driver IC is used PC Mouse operated Electrical Load Control Using VB Application http://www.edgefxkits.com/
  • 22. Relay Driver uln2003  ULN is Relay driver application  The ULN2003 is a monolithic high voltage and high current Darlington transistor arrays. PC Mouse operated Electrical Load Control Using VB Application http://www.edgefxkits.com/
  • 23. Relay Driver uln2003  It consists of seven NPN Darlington pairs that features high-voltage outputs with common-cathode clamp diode for switching inductive loads.  The collector-current rating of a single Darlington pair is 500mA.  The Darlington pairs may be paralleled for higher current capability. PC Mouse operated Electrical Load Control Using VB Application http://www.edgefxkits.com/
  • 24. Relay Driver uln2003  The ULN functions as an inverter.  If the logic at input 1B is high then the output at its corresponding pin 1C will be low. PC Mouse operated Electrical Load Control Using VB Application http://www.edgefxkits.com/
  • 25. http://www.edgefxkits.com/ 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. PC Mouse operated Electrical Load Control Using VB Application
  • 26. http://www.edgefxkits.com/ Working Principle  The project uses a PC to control the loads.  The commands are received by the micro controller through level shifted IC Max232.  When the program is executed, it drives relay from the microcontroller through relay driver IC ULN2003.  Load’s are switched ON and switched OFF based on the corresponding command sent from the keyboard through HyperTerminal.  As per the program, the loads will be turned ON and OFF through the relays. PC Mouse operated Electrical Load Control Using VB Application
  • 27. http://www.edgefxkits.com/ Working Principle  This system is integrated with the electrical loads and also connected to the PC where centralized control takes place.  It uses an RS-232 protocol from the microcontroller to communicate with the PC.  To turn on/off the appliances, we use Hyper Terminal on PC.  Once the connection is established with the PC, then the system starts working.  The microcontroller used in this project belongs to 8051 family. PC Mouse operated Electrical Load Control Using VB Application
  • 28. http://www.edgefxkits.com/ Future Enhancement  This project can be further enhanced by implementing a GUI based control panel on the PC with appropriate embedded software.  The intensity control can also be incorporated using power electronics devices. PC Mouse operated Electrical Load Control Using VB Application
  • 29. http://www.edgefxkits.com/ Conclusion PC Mouse operated Electrical Load Control Using VB Application  PC Mouse operated Electrical Load Control Using VB Application project was designed and implemented. This project can be further enhanced by implementing a GUI based control panel on the PC with appropriate embedded software. The intensity control can also be incorporated using power electronics devices
  • 30. http://www.edgefxkits.com/ RF Controlled Robotic Vehicle with Laser Beam Arrangement