final year 3rd ppt

27
HOME AUTOMATION FOR DISABLED PERSONS

Upload: ghazal-khan

Post on 10-Feb-2018

222 views

Category:

Documents


0 download

TRANSCRIPT

Page 3: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 3/27

The home automation system in which thedisabled person can control the appliances withtheir hand movements.

Circuitry includes the microcontrollers, relays,motor driving circuits , sensors.

Objective is to make a viable option for theelderly and disabled who would prefer to stay inthe comfort of their homes rather than move to ahealthcare facility

Page 5: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 5/27

Study of the flex sensor.

Study of its working.

Testing of flex sensor with different circuits.

Overview of keypad and LCD interfacing.

Overview of 8051 controller.

Page 6: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 6/27

 

A device which detects or measures a physical

 property and records, indicates or responds.

We have to deal with flex sensor

Page 7: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 7/27

 

We have to design a glove that takes the input

hand movements made by the user, to detectthose movements.

 we come across sensors to detect the hand

motion ( bending of finger).

we took a research on different sensors

available. finally !

Page 8: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 8/27

Sensors that change in resistance depending upon theamount of the bend on the sensor

They convert the change in bend into electricalresistance

The more it bend , the more will be the resistance valueor vice versa

Page 9: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 9/27

  Inside the flex sensor, there is carbon resistive elements

within a thin flexible substrate more carbon means lessresistance.

When the substrate is bent , the sensor produces theresistance output relative to the bend radius

Page 10: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 10/27

We have tested our sensor in different ways

DMM

 Adjustable buffer

Page 11: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 11/27

Page 12: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 12/27

Then we have to connect our sensor to the

instrumentation amplifier to increase its output

range

Page 13: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 13/27

 

BY 

Page 14: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 14/27

Is a matrix of push-buttons aligned in rows and columns to provide user

input.

3*4 keypad consists of 3 columns and 4 rows, hence the name. Whenever

the user taps one button, the column and the row corresponding to that

 button are shorted

Page 15: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 15/27

Keypad is used to control the program in anorganized way.

 It is the input to the control unit.  It is used to decide the mode which we want

to choose. Additionally it is used to input the text in the

Text Mode of the input.

Page 16: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 16/27

  The method used to read such input is called Scanning ,

 connect the rows and the columns to the microcontroller, setthe columns as outputs, rows as inputs (or vice versa) and startfeeding a pattern of inputs to the columns while checking thereadings of the rows.

If we tied all rows through pull-up resistors to Vcc, all rowinputs are typically 1s (1111), now if you start feedingcolumns with the following pattern, 011, 101, 110, we cancheck which row conducts the 0 signal to the controller, thus,we'll detect the shorted row and column.

Page 17: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 17/27

 

An alphanumeric LCD is a type of LCDs that only displays English letters,numbers and some ASCII characters

 those LCDs contains a controller unit that processes the input and forms thedisplayed character on the LCD, most alphanumeric LCDs have a parallelinterface, some other LCDs have a serial interface to minimize theconstruction complicity.

Alphanumeric LCDs comes in different sizes, the size describes the number ofcharacters an LCD can display, common sizes are 16x2, 20x2, 16x4ETC a16x2 has 2 rows and can display 16 characters on each row.

Page 18: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 18/27

- Power Supply Pins:

Vss : Ground reference (0V)

Vcc : +5V supply voltage

Vee : Contrast pin, typically connected to GND via a resistor (0Ω - 5kΩ), change the value to change

the contrast.

- Control Bus Pins:

RS : Register Select, used to set the LCD either to command mode or to data mode.

R/W : Read/Write select, used either to read characters from LCD or to write new characters. E : Active low Enable signal.

- Data Bus Pins:

D0-D7 : used to pass 8Bit character data, you have the choice either to use only 4Bit bus (D4-D7) or to

use the whole data bus.

- Backlight Voltage Pins:

A : Anode (+5V)

K : Cathode (0V) used to turn ON/OFF the backlight LED of your LCD.

Page 19: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 19/27

  BY 

Page 20: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 20/27

A bipolar junction transistor (BJT or bipolar

transistor) is a type of transistor

 That relies on the contact of two types ofsemiconductor for its operation.

 BJTs can be used as amplifiers, switches.

Page 23: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 23/27

Flex sensors or any other bending circuits orany other sensors??

To add the option of transferring from oneoption or the other??

Page 24: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 24/27

Page 25: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 25/27

 

Page 26: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 26/27

Page 27: Final Year 3rd Ppt

7/22/2019 Final Year 3rd Ppt

http://slidepdf.com/reader/full/final-year-3rd-ppt 27/27