SUBMITTED BY,
M.ARUN KUMAR      (05E111)
 T.S.HARISHANKAR (05E122)
S.VEDAPRAKASH (05E166)
                III B.E EEE
why this project ?
   The present days many houses are secure less
    and all appliances are operated manually.
   The objective of this project is to enable users to
    remotely control their home appliances and
    systems using a cell phone-based interface via a
    simple SMS .
   Over the last decade, this problem has been
    overcome by using the Internet and through
    power-line modems.
DESCRIPTION
   TRANSMITTING END
     ANY TYPE OF CELL PHONE THAT CAN SEND AND
     RECEIVE SMS.(GSM/CDMA)
   RECEIVING END
     “GSM” CELLPHONE SUPPORTING BASIC AT
     COMMANDS
     MICROCONTROLLER
     MAX 232
     RS232 INTERFACE
     POWER SUPPLY
     VOLTAGE REGULATOR
     RELAYS
     KEYPAD AND LCD DISPLAY
Wireless?
   Rf?
    Short range
    Signal get weaken
   Ir?
    Short range
    Straight path
   Bluetooth?
    Short range
    No authentication
Wireless?
   Wifi?
    Need of hot spots
    Internet connection
    a separate dedicated system
    Expensive
Wireless - GSM
   Global system of mobile communication
   Available in all parts of the world
   No distance limit
   Needs only a dedicated GSM cellphone
    and a interface cable
   Minimum power consumption
   Not expensive
    Because we use the SMS for communicating
controller?
   A PC?
    Expensive
    Power consumption is more
   A Microprocessor?
    Needs External RAM,TIMER,ROM…..
    Serial Interfacing is difficult
   A FPGA?
    Expensive
    Programming is difficult
A Microcontoller
   It has in built RAM,ROM,TIMER….
   Serial interfacing is easy
   Programming is easy
   Power consumption is minimum
   cheap
   Does not occupy much space
SOFTWARE
   LABview?
    Very expensive
    Need of external interfacing device ,DAC
     and a PC.
   PLC
    Expensive
    It has only 8 i/o ports
KEIL
   This software is used to program the
    microcontroller
   This software uses “C”compiler.
   Easy programming
   Not expensive (freeware is available)
   Needs only a programmer (to burn a
    ROM)
PROJECT
DESCRIPTION
 ATMEL MICROCONTROLLER SERIES:
    89C51 Family
   TECHNOLOGY: CMOS
   FEATURES:
       4K Bytes of In-System Reprogrammable Flash Memory
       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
       Six Interrupt Sources
       Programmable Serial Channel
       Low Power Idle and Power Down Modes
MAX232
   It is a dual driver/receiver.
   A capacitive voltage generator to supply RS-232
    voltage levels from a single 5-V supply.
   Each receiver converts RS-232 inputs to 5-V
    TTL/CMOS levels.
   Each driver converts TTL/CMOS input levels into
    EIA-232 levels.
   This chip is used to do the level shifting & it is
    required to send data serially to a cell phone which
    requires voltage levels as per RS232 standard.
RS232 STANDARD
   RS232 is an interface cable used for serial
    communication.
   9-pin (DB9) connector cable.
   Voltage level:
              +12v(logic 0)
              -12v(logic1)
    the signal encoding used here is NRZ-L
   It uses only two levels.
AT COMMANDS
   A GSM cellphone is a wireless modem
   The instructions used for controlling the mobile
    phone or GSM/GPRS modem are called AT
    commands.
   One use of the AT commands is to control the
    sending and receiving of SMS messages.
Home automation and securty using wireless networks
Important AT command
   ATD To dial a voice call from the modem.
   AT+CLIR For calling line Identification Restriction.
   AT+CNMI To set the mode of the mobile.
   AT+CMGR To read the message at particular
    location.
   AT+CMGD To delete the received message
   AT+CMGS To send the message.
   AT+CMGF To change the message format to PDU
    or Text mode.
   AT+CMGL To see all the list of messages.
WORKING:
STEP1: the command AT is sent through the microcontroller from SBUF register.

STEP2: “AT+CMGF=1” is sent to set the mobile phone in text mode.

STEP3: AT+CPMS=”ME” command selects the phone memory.

STEP4: AT+CNMI=1,2,0,0,0 this command will read the message in the first index of the
phone memory and delete it after reading it.

STEP5: when a new message says “HEATER ON” is sent from our mobile this is
delivered to the microcontroller directly in this text format.
+CMGL:1,"RECREAD","+85291234567",,"06/11/11,00:30:29+32"
               HEATER ON.

STEP6: SBUF register will receive this message. Through our
program the carriage return is sensed and the content of the message
 is received.

STEP7: this string received is compared with the already stored string. If this match occurs
the corresponding subroutine is invoked and the corresponding port pin is made “1”.

STEP8: this port is connected to a relay and through this the HEATER is switched ON.
SECURITY SYSTEMS
    The security system that is used includes an electronic
    keypad that comprises of 8 keys numbering (0-7).
    In the residence absence, When a person enters/types
    the home code . This code will be sent to the owner’s
    cell phone number through the microcontroller.
   If the code is correct command “OPEN DOOR” is sent.
    The microcontroller will interpret this command and
    opens the door. If the code is wrong the door will not
    be opened.
   All the above authentication process is done by
    separate subroutine in our program. This subroutine is
    invoked when the keypad is activated.
APPARATUS                 COST
S.NO
 1.    Microcontroller(AT 89C51)   60
 2.    MAX232                      30

 3.    CELL PHONE(NOKIA 3220)      1500

 4.    SERIAL (F BUS)              160
 5.    PCB DESIGN                  500
 6.    LCD DISPLAY                 100
  7.   KEYPAD                      50
  8.   POWER SUPPLY                80+3+12+2

                TOTAL               2500
FUTURE ENHANCEMENT
   CONTROL ENHANCEMENT:
     Timer control:
      ○ Immersion Heater:
          A timer in microcontroller is used to set the time after it gets
           switched off.
      ○ Motor Pump
          After a period of time, the motor gets switched off & sends a
           message like "motor is switched off, tank is filled. “

     Parameter control:
      ○ Temperature setting in a heater
      ○ Setting temperature in air conditioners:
          Sensing the temperature, convert into digital signals and using
           8255 PPI send info to 89c51.
   SECURITY ENHANCEMENT
     Sensors:
       ○ When a moving object is sensed, all the hidden cameras would get
         switched ON.
     Hidden Cameras:
       ○ Taking photographs & sending via MMS.
     Energy Meter:
       ○ When speed of rotation exceeds, it will intimate certain devices to turn
         OFF.
     Sound Meter:
      ○ When a sound is sensed, it would send message.
Home automation and securty using wireless networks
Home automation and securty using wireless networks

More Related Content

PDF
Smart homes using android
PPTX
Xcellity Home appliance control_using_android_application
PPTX
Home automation
PDF
Shya_Documentation
PPTX
Home automation using android mobiles
PPTX
Home Appliances Controlling Mobile through Bluetooth with gantt chart
PPTX
Low energy based home control system using android app
PPTX
Home Automation using a Cell Phone
Smart homes using android
Xcellity Home appliance control_using_android_application
Home automation
Shya_Documentation
Home automation using android mobiles
Home Appliances Controlling Mobile through Bluetooth with gantt chart
Low energy based home control system using android app
Home Automation using a Cell Phone

What's hot (20)

PPTX
home automation using ARM7 controller
PPTX
Home automation under wi fi through android apps from any smart phone
PPTX
Home automisation finalppt
PPT
Home automation
PPTX
Presentation on bluetooth controlled electronic home appliances
PPT
Android Mobile - Home Automation
PPTX
Bluetooth based home appliances control
PPTX
Bluetooth based home automation using Arduino UNO
PPSX
Srr automation smart home presentation
PPTX
Smart Home Automation by LDCE student
PPT
Stage 0 seminar
PPTX
Home System automation using android application
PPTX
Home automation voice control
PPTX
Application of ai in home automation
PDF
Home Automation Using Mobile Communication
DOCX
Voice Based Home Automation
PPTX
Android Based Home Automation Control
PPTX
Fan speed control using applications
PPTX
Home automation system
PPTX
SMART HOME AUTOMATION USING MOBILE APPLICATION
home automation using ARM7 controller
Home automation under wi fi through android apps from any smart phone
Home automisation finalppt
Home automation
Presentation on bluetooth controlled electronic home appliances
Android Mobile - Home Automation
Bluetooth based home appliances control
Bluetooth based home automation using Arduino UNO
Srr automation smart home presentation
Smart Home Automation by LDCE student
Stage 0 seminar
Home System automation using android application
Home automation voice control
Application of ai in home automation
Home Automation Using Mobile Communication
Voice Based Home Automation
Android Based Home Automation Control
Fan speed control using applications
Home automation system
SMART HOME AUTOMATION USING MOBILE APPLICATION
Ad

Viewers also liked (20)

DOCX
Final Year Project Report Candidate 3
PPT
Gprs
DOCX
Wireless home security system
PDF
Dell networking optics and cables connectivity guide
PPTX
home appliance control using gsm
DOCX
EEE Report
PPT
EEE Project Meeting, June 2014
PDF
Major project list
PPT
Toward Universal e-Learning
PPTX
Final Year Project Presentation
PPTX
Seminar (VK)
PPTX
Emospark
PPTX
4 Digit Security Keypad
PPTX
Internet:in actual
PPTX
Cctv delhi cctv wala
PPTX
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
DOC
137.gsm, fprs ,keypad_based_atm_security_(doc)
PPTX
Keypad Interfaced ZigBee Based Security System
PPTX
O'Reilly Webinar - Cyborg Anthropology: A Short Introduction
PPTX
Airborne Internet
Final Year Project Report Candidate 3
Gprs
Wireless home security system
Dell networking optics and cables connectivity guide
home appliance control using gsm
EEE Report
EEE Project Meeting, June 2014
Major project list
Toward Universal e-Learning
Final Year Project Presentation
Seminar (VK)
Emospark
4 Digit Security Keypad
Internet:in actual
Cctv delhi cctv wala
[PPT] SIMPLIFIED SECURED WIRELESS RAILWAY / AIRWAY FOR RESERVATION
137.gsm, fprs ,keypad_based_atm_security_(doc)
Keypad Interfaced ZigBee Based Security System
O'Reilly Webinar - Cyborg Anthropology: A Short Introduction
Airborne Internet
Ad

Similar to Home automation and securty using wireless networks (20)

DOC
Home automation and security using wireless network
PPTX
prepaid energy meter using smartcard
PPTX
Gps vehicle theft identification and tracking and control
PPT
Rajitha priya(wk 413)
PPT
Monitoring & Controlling of Devices using GSM
PDF
G3602050055
PPT
Smart Prepaid Energy Meter using ARM7 & and GSM
PDF
Smart home
PDF
Smart home copy
PDF
Smart home
PPT
Yuva Home automation project
PDF
P 6168--microcontroller based-lpg_gas_detector_using_gsm_module
PDF
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
PPTX
Home automation control system using dtmf technology
PPTX
gsm based Notice board
PPTX
Gsm message display
DOCX
GSM Report_2013
DOCX
GSM Report_2013
DOC
Home automation
PPTX
FIRE DETECTION AND ELETRICAL POWER ON/OFF CONTROL IN HOME/INDUSTRY USING GSM
Home automation and security using wireless network
prepaid energy meter using smartcard
Gps vehicle theft identification and tracking and control
Rajitha priya(wk 413)
Monitoring & Controlling of Devices using GSM
G3602050055
Smart Prepaid Energy Meter using ARM7 & and GSM
Smart home
Smart home copy
Smart home
Yuva Home automation project
P 6168--microcontroller based-lpg_gas_detector_using_gsm_module
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
Home automation control system using dtmf technology
gsm based Notice board
Gsm message display
GSM Report_2013
GSM Report_2013
Home automation
FIRE DETECTION AND ELETRICAL POWER ON/OFF CONTROL IN HOME/INDUSTRY USING GSM

Recently uploaded (20)

DOCX
EDUCATIONAL ASSESSMENT ASSIGNMENT SEMESTER MAY 2025.docx
PDF
Diabetes Mellitus , types , clinical picture, investigation and managment
PPTX
Key-Features-of-the-SHS-Program-v4-Slides (3) PPT2.pptx
PPTX
MMW-CHAPTER-1-final.pptx major Elementary Education
PPTX
ACFE CERTIFICATION TRAINING ON LAW.pptx
PDF
Review of Related Literature & Studies.pdf
PPTX
growth and developement.pptxweeeeerrgttyyy
PPT
hemostasis and its significance, physiology
PDF
POM_Unit1_Notes.pdf Introduction to Management #mba #bba #bcom #bballb #class...
PPTX
Cite It Right: A Compact Illustration of APA 7th Edition.pptx
PDF
Laparoscopic Imaging Systems at World Laparoscopy Hospital
PPTX
CHROMIUM & Glucose Tolerance Factor.pptx
PDF
FAMILY PLANNING (preventative and social medicine pdf)
PDF
Physical pharmaceutics two in b pharmacy
PDF
Compact First Student's Book Cambridge Official
PDF
anganwadi services for the b.sc nursing and GNM
PDF
Disorder of Endocrine system (1).pdfyyhyyyy
PDF
FYJC - Chemistry textbook - standard 11.
PPTX
pharmaceutics-1unit-1-221214121936-550b56aa.pptx
PDF
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf
EDUCATIONAL ASSESSMENT ASSIGNMENT SEMESTER MAY 2025.docx
Diabetes Mellitus , types , clinical picture, investigation and managment
Key-Features-of-the-SHS-Program-v4-Slides (3) PPT2.pptx
MMW-CHAPTER-1-final.pptx major Elementary Education
ACFE CERTIFICATION TRAINING ON LAW.pptx
Review of Related Literature & Studies.pdf
growth and developement.pptxweeeeerrgttyyy
hemostasis and its significance, physiology
POM_Unit1_Notes.pdf Introduction to Management #mba #bba #bcom #bballb #class...
Cite It Right: A Compact Illustration of APA 7th Edition.pptx
Laparoscopic Imaging Systems at World Laparoscopy Hospital
CHROMIUM & Glucose Tolerance Factor.pptx
FAMILY PLANNING (preventative and social medicine pdf)
Physical pharmaceutics two in b pharmacy
Compact First Student's Book Cambridge Official
anganwadi services for the b.sc nursing and GNM
Disorder of Endocrine system (1).pdfyyhyyyy
FYJC - Chemistry textbook - standard 11.
pharmaceutics-1unit-1-221214121936-550b56aa.pptx
BSc-Zoology-02Sem-DrVijay-Comparative anatomy of vertebrates.pdf

Home automation and securty using wireless networks

  • 1. SUBMITTED BY, M.ARUN KUMAR (05E111) T.S.HARISHANKAR (05E122) S.VEDAPRAKASH (05E166) III B.E EEE
  • 2. why this project ?  The present days many houses are secure less and all appliances are operated manually.  The objective of this project is to enable users to remotely control their home appliances and systems using a cell phone-based interface via a simple SMS .  Over the last decade, this problem has been overcome by using the Internet and through power-line modems.
  • 3. DESCRIPTION  TRANSMITTING END  ANY TYPE OF CELL PHONE THAT CAN SEND AND RECEIVE SMS.(GSM/CDMA)  RECEIVING END  “GSM” CELLPHONE SUPPORTING BASIC AT COMMANDS  MICROCONTROLLER  MAX 232  RS232 INTERFACE  POWER SUPPLY  VOLTAGE REGULATOR  RELAYS  KEYPAD AND LCD DISPLAY
  • 4. Wireless?  Rf? Short range Signal get weaken  Ir? Short range Straight path  Bluetooth? Short range No authentication
  • 5. Wireless?  Wifi? Need of hot spots Internet connection a separate dedicated system Expensive
  • 6. Wireless - GSM  Global system of mobile communication  Available in all parts of the world  No distance limit  Needs only a dedicated GSM cellphone and a interface cable  Minimum power consumption  Not expensive Because we use the SMS for communicating
  • 7. controller?  A PC? Expensive Power consumption is more  A Microprocessor? Needs External RAM,TIMER,ROM….. Serial Interfacing is difficult  A FPGA? Expensive Programming is difficult
  • 8. A Microcontoller  It has in built RAM,ROM,TIMER….  Serial interfacing is easy  Programming is easy  Power consumption is minimum  cheap  Does not occupy much space
  • 9. SOFTWARE  LABview? Very expensive Need of external interfacing device ,DAC and a PC.  PLC Expensive It has only 8 i/o ports
  • 10. KEIL  This software is used to program the microcontroller  This software uses “C”compiler.  Easy programming  Not expensive (freeware is available)  Needs only a programmer (to burn a ROM)
  • 11. PROJECT DESCRIPTION  ATMEL MICROCONTROLLER SERIES: 89C51 Family  TECHNOLOGY: CMOS  FEATURES:  4K Bytes of In-System Reprogrammable Flash Memory  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  Six Interrupt Sources  Programmable Serial Channel  Low Power Idle and Power Down Modes
  • 12. MAX232  It is a dual driver/receiver.  A capacitive voltage generator to supply RS-232 voltage levels from a single 5-V supply.  Each receiver converts RS-232 inputs to 5-V TTL/CMOS levels.  Each driver converts TTL/CMOS input levels into EIA-232 levels.  This chip is used to do the level shifting & it is required to send data serially to a cell phone which requires voltage levels as per RS232 standard.
  • 13. RS232 STANDARD  RS232 is an interface cable used for serial communication.  9-pin (DB9) connector cable.  Voltage level: +12v(logic 0) -12v(logic1)  the signal encoding used here is NRZ-L  It uses only two levels.
  • 14. AT COMMANDS  A GSM cellphone is a wireless modem  The instructions used for controlling the mobile phone or GSM/GPRS modem are called AT commands.  One use of the AT commands is to control the sending and receiving of SMS messages.
  • 16. Important AT command  ATD To dial a voice call from the modem.  AT+CLIR For calling line Identification Restriction.  AT+CNMI To set the mode of the mobile.  AT+CMGR To read the message at particular location.  AT+CMGD To delete the received message  AT+CMGS To send the message.  AT+CMGF To change the message format to PDU or Text mode.  AT+CMGL To see all the list of messages.
  • 17. WORKING: STEP1: the command AT is sent through the microcontroller from SBUF register. STEP2: “AT+CMGF=1” is sent to set the mobile phone in text mode. STEP3: AT+CPMS=”ME” command selects the phone memory. STEP4: AT+CNMI=1,2,0,0,0 this command will read the message in the first index of the phone memory and delete it after reading it. STEP5: when a new message says “HEATER ON” is sent from our mobile this is delivered to the microcontroller directly in this text format. +CMGL:1,"RECREAD","+85291234567",,"06/11/11,00:30:29+32" HEATER ON. STEP6: SBUF register will receive this message. Through our program the carriage return is sensed and the content of the message is received. STEP7: this string received is compared with the already stored string. If this match occurs the corresponding subroutine is invoked and the corresponding port pin is made “1”. STEP8: this port is connected to a relay and through this the HEATER is switched ON.
  • 18. SECURITY SYSTEMS  The security system that is used includes an electronic keypad that comprises of 8 keys numbering (0-7).  In the residence absence, When a person enters/types the home code . This code will be sent to the owner’s cell phone number through the microcontroller.  If the code is correct command “OPEN DOOR” is sent.  The microcontroller will interpret this command and opens the door. If the code is wrong the door will not be opened.  All the above authentication process is done by separate subroutine in our program. This subroutine is invoked when the keypad is activated.
  • 19. APPARATUS COST S.NO 1. Microcontroller(AT 89C51) 60 2. MAX232 30 3. CELL PHONE(NOKIA 3220) 1500 4. SERIAL (F BUS) 160 5. PCB DESIGN 500 6. LCD DISPLAY 100 7. KEYPAD 50 8. POWER SUPPLY 80+3+12+2 TOTAL 2500
  • 20. FUTURE ENHANCEMENT  CONTROL ENHANCEMENT:  Timer control: ○ Immersion Heater:  A timer in microcontroller is used to set the time after it gets switched off. ○ Motor Pump  After a period of time, the motor gets switched off & sends a message like "motor is switched off, tank is filled. “  Parameter control: ○ Temperature setting in a heater ○ Setting temperature in air conditioners:  Sensing the temperature, convert into digital signals and using 8255 PPI send info to 89c51.
  • 21. SECURITY ENHANCEMENT  Sensors: ○ When a moving object is sensed, all the hidden cameras would get switched ON.  Hidden Cameras: ○ Taking photographs & sending via MMS.  Energy Meter: ○ When speed of rotation exceeds, it will intimate certain devices to turn OFF.  Sound Meter: ○ When a sound is sensed, it would send message.