voice control home automation

22
1 Presented by: Abhishek Neb

Upload: abhishek-neb

Post on 06-May-2015

4.732 views

Category:

Technology


12 download

DESCRIPTION

It's a brief description about Voice Control Home Automation. In this we explained properly what is home automation and how it works.

TRANSCRIPT

Page 1: Voice Control Home Automation

1

Presented by:Abhishek Neb

Page 2: Voice Control Home Automation

2

Home automation deals with providing a network in the house which links

computers & peripheral equipment, smart chip bearing household

appliances (white goods) e.g. dish washers, washing machines, microwaves etc., and

sub-systems like Heating, Ventilation, Air-conditioning (HVAC), and security systems.

Page 3: Voice Control Home Automation

3

Your security system knows all about your occupancy of the house. With a little more development it can build an intelligent

‘expert system’ to predict your usage.Your central heating programmer knows the

standards of comfort you expect – but doesn’t know which rooms are in use.

By linking just these two you could achieve a reduction in fuel costs and a better match to your requirements.

Page 4: Voice Control Home Automation

4

PC-based system: Requires a PC to be running at all times.Dedicated PCShared PC

Standalone system: Runs without a PC, although may use a PC for programming

Hybrid system: Runs without a PC, but uses PC to add more functions.

Page 5: Voice Control Home Automation

5

The goal of this project was to develop a home automation system that gives the user complete control over all voice controllable aspects of his or her home.

The automation system has the ability to be controlled from a central host PC through voice.

Page 6: Voice Control Home Automation

6

InputsVoice CommandsKey Presses (User Responses to Menu)

OutputsUser Interface Menu Via LCD ScreenSpeaker Queuing User To Say Command Word

Page 7: Voice Control Home Automation

7

Page 8: Voice Control Home Automation

88

Page 9: Voice Control Home Automation

99

Page 10: Voice Control Home Automation

10

The way of this concept function is when a user speaks out some command, then the voice is captured through microphone as the input devices.

 Once the voice is captured, the usage of a decoding

system that will convert the analog (voice) to digital (binary signal).

 Later, the input voice is compared with the data

stored in the memory early before the testing.  The output of the comparison is the voice matched

with any of the command trained and certain signal is produce as the input for the controlling system.

 

Page 11: Voice Control Home Automation

1111

Page 12: Voice Control Home Automation

12

In this section will discuss on the hardware used in the implementation of this system that include theULN2003 IC chip, microcontroller, voltage regulator and the relay for interfacing.

RS 232 interface serial communications

12

Page 13: Voice Control Home Automation

13

The standard is simply concerned with serial data communication between the computer which has the voice recognition software and the hardware kit.

Cabling :Single-ended Number of Devices :1 transmit, 1 receive Communication Mode: Full duplex Data Rate (max) :1Mbps

Page 14: Voice Control Home Automation

14

In this project we use 7805 regulator to make a perfect 5 volt dc to microcontroller circuit.

Regulated 5 volt supply is connected to the Pin no 40 of controller . IC 7805 is a three pin regulator . Pin no 1 is input pin , pin no 2 is ground pin and pin no 3 is output pin. Here 78 mean positive voltage and 5 means 5volt. 79 means negative voltage . There are so many regulator available from 7805 to 7818 volt, here 18 means 18 volt. Pin no 20 of the controller is connected to ground pin. Pin no 1 to 8 is for the port 1.

Page 15: Voice Control Home Automation

15

ULN 2003

The ULN2003 is a small integrated circuit that contains 8 transistor driver channels. Each channel has an input to a resistor connected to the base of a transistor and a 1 amp open collector output capable of handling up to about 30volts . Each of the collectors has a reverse biased diode connected to a common Vcc pin that provides inductive spike protection.

The output from the microcontroller is fed into the ULN2003 relay driver and this relay driver decides which port should be kept on or off based on the output from the microcontroller.

15

Page 16: Voice Control Home Automation

16

• Compatible with MCS-51™ Products• Fully Static Operation: 0 Hz to 24 MHz• Three-Level Program Memory Lock• 128 x 8-Bit Internal RAM• 32 Programmable I/O Lines• Two 16-Bit Timer/Counters• Programmable Serial Channel

Page 17: Voice Control Home Automation

17

RelayIn this project, the primary interface between the systems with the electrical appliance is the relay.

The relay is actually a switch alike component just the difference is the way of triggering is through the magnetic field that will change the contact and thus activating a switch.

The relay. 17

Page 18: Voice Control Home Automation

18

In the power supply section we use one step down transformer to step down the voltage from 220 volt ac to 9 volt dc since the operating voltage for the ULN2003 relay driver is 9v .

Output of the transformer is further connected to the two diode circuit. Here two diode work as a full wave rectifier circuit. Output of the full wave rectifier is now filtered by the capacitor.

Page 19: Voice Control Home Automation

19

The applications are limited only by your imagination:

Turning lights down / off at night. Operating outside lights Turning lights or radio on / off when someone

approaches the house, simulating occupancy Operating television, hot water heater, kettle,

toaster etc. ready for your use. Optimizing use of low cost electricity. Working with intelligent electrical white goods

e.g. washing machine, fridge, microwave etc.

Page 20: Voice Control Home Automation

20

Flexibility & ConvenienceSecurityCost SavingSecurityRemote Control

Page 21: Voice Control Home Automation

21

RESULT AND DISCUSSIONThe main aim of the project was to design a

system in such a way that it can yield maximum output with minimum complexity and this home automation system successfully delivered it.

There are some issue that arises when using this system. The problems are the pronunciation of the user when doing the process. For the pronunciation matter, the system takes it at a quite high level of sensitivity. . So when the user wishes to use the system, thus he or she must produce the word with the correct pronunciation as in the training process

Page 22: Voice Control Home Automation

22

Thank you