updated 16

Upload: abhignaspicy

Post on 09-Apr-2018

213 views

Category:

Documents


0 download

TRANSCRIPT

  • 8/8/2019 updated 16

    1/20

    by

    B.SAI BINDU (07G21A0577)Y.REVATHI (07G21A0575)

    Under the esteemed guidance of.

    Mr. PRAVEEN (M.Tech)

    Assistant Professor, CSE Dept.

    ASCET

    BATCH NO : 16

  • 8/8/2019 updated 16

    2/20

    At the present era, the farmers have been using irrigationtechnique in India through the manual control in which thefarmers irrigate the land at the regular intervals. This processsometimes consumes more water or sometimes the waterreaches late due to which the crops get dried. This problem canbe perfectly rectified if we use microcontroller and GSM basedautomated irrigation system in which the irrigation will takeplace only when there will be intense requirement of water.

  • 8/8/2019 updated 16

    3/20

    IC's -ATMEL 89S52 MICROCONTROLLER

    Relays- 7A 250V 10A 120VAC 12A 120V- 10A 24 VDC

    GSM Modem- SIM 300 V1.07

    DC motor- 12V

    Resistors- 1K, 4.6K

    Zener diode-1N4148

    Capacitors- 0.1f, 22pf, 100f/25v, 1000f/25v

  • 8/8/2019 updated 16

    4/20

    LANGUAGE - EMBEDDED C.

    IDE TOOLS - Kielvision

  • 8/8/2019 updated 16

    5/20

    In the present world of wireless technology everything is

    going to be digital and wireless, and the cell phone is the

    key player in wireless technology today. Today theworking is going on how to develop remote devices

    without the presence of man and to reduce to the time

    factor and labor and by using it we can control any

    electronic devices through a cell phone, with one SMS.

  • 8/8/2019 updated 16

    6/20

    In Earlier days, farmers manually irrigate the

    land at regular intervals.D

    ue to this there ismore consumption of time and labor. This

    process sometimes consumes more water or

    sometimes the water reaches the land late.

    Due to which the crops get dried.

  • 8/8/2019 updated 16

    7/20

    To rectify this problem, we use microcontroller

    and GSM based automated irrigation system.

    Here we use the wireless technology where cellphone is the key player.

    Thus we can reduce the time factor and labor

    i.e,the motor will turn on with one SMS.

  • 8/8/2019 updated 16

    8/20

    Mobile

    GSMModem

    Power

    Supply

    Micro

    Controller

    AT

    89

    S5

    2

    Relay1 BULB

    Relay2 DC motor

  • 8/8/2019 updated 16

    9/20

    start

    Initialize serial reception

    and transmission

    Initialize TIMER1 in auto

    reload mode

    Load TIMER to generate 9600 baud rate

    stop

  • 8/8/2019 updated 16

    10/20

    start

    If(ReceiveResponse())

    If(sendSmsCode())

    If(sendMessageSettingsCode())

    GSM Communication=1

    GSM

    Communication=0

    stop

    F

    T

    F

    T

    F

    T

  • 8/8/2019 updated 16

    11/20

    start

    Declare character

    variable count

    If (count

  • 8/8/2019 updated 16

    12/20

    START

    SBUF = serial data

    IF(TI == 0)

    TI = SBUF

    STOP

    A

    START

    IF(RI == 0)

    RI = SBUF

    Return RI

    stop

    A

    A

    TERMINATE

    T

    F

    T

    F

  • 8/8/2019 updated 16

    13/20

    start

    while(ReceiveByte

    Serially() != '"')

    Count = ReceiveByteSerially()

    If(Count

  • 8/8/2019 updated 16

    14/20

    start

    If(count

  • 8/8/2019 updated 16

    15/20

    start

    Initialize i=dura

    If(i

  • 8/8/2019 updated 16

    16/20

    Source editor

    Cross Compiler

    Linker

    Hexa conversion

    Main.c

    Main.obj

    Main.abs

    Main.hex

  • 8/8/2019 updated 16

    17/20

  • 8/8/2019 updated 16

    18/20

    It has been developed by integrating features of all

    the hardware components used. Presence of every

    module has been reasoned out and placed

    carefully thus contributing to the best working of

    the unit. Secondly, using highly advanced ICs

    and with the help of growing technology the

    project has been successfully implemented.

  • 8/8/2019 updated 16

    19/20

    By using some extra devices we can check

    the status of machines whether they are

    working or not and also the part which is notworking properly (sensors). By adding extra

    software, we can use our project for security

    purposes.

  • 8/8/2019 updated 16

    20/20