1. You can now buy finished microcontroller project from us, Check out the Store for the complete list of projects.
  2. Need a custom project, Send us some details about your project. So that we can quote the price for it.

Automatic Room light Controller with Visitor Counter (AT89S52)

Discussion in 'Doubts in My Projects' started by Binu, Jun 2, 2007.

  1. Binu

    Binu Administrator

    Likes Received:
    138
    Trophy Points:
    63
    This Project "Automatic Room Light Controller with Visitor Counter using Microcontroller" is a reliable circuit that takes over the task of controlling the room lights as well us counting number of persons/ visitors in the room very accurately. When somebody enters into the room then the counter is incremented by one and the light in the room will be switched ON and when any one leaves the room then the counter is decremented by one. The light will be only switched OFF until all the persons in the room go out. The total number of persons inside the room is also displayed on the seven segment displays. The microcontroller does the above job. It receives the signals from the sensors, and this signal is operated under the control of software which is stored in ROM. Microcontroller AT89S52 continuously monitor the Infrared Receivers, When any object pass through the IR Receiver's then the IR Rays falling on the receiver?s are obstructed , this obstruction is sensed by the Microcontroller.
    Program: View attachment room.zip
  2. tushar

    tushar New Member

    Likes Received:
    0
    Trophy Points:
    0
    i am not able to see the circuit diagram wil u send me a copy
  3. Binu

    Binu Administrator

    Likes Received:
    138
    Trophy Points:
    63
  4. maynk05

    maynk05 New Member

    Likes Received:
    0
    Trophy Points:
    0
    dear sir,
    please tell me how to open the file in the zip file i.e. room.a51
    the file extension is not recognized by my PC.....
  5. Arun Kumar V

    Arun Kumar V Member

    Likes Received:
    3
    Trophy Points:
    18
    Hello friend !

    welcome to the Forum :D

    you can open any .asm file with text appilcation like MS WORD ,

    Note pad etc when the OS asks you which application it shloud use to

    open this file choose Note pad or WORD

    Bye
    Arun
  6. Arun Kumar V

    Arun Kumar V Member

    Likes Received:
    3
    Trophy Points:
    18
    Hello Binu

    You may not be aware that the Following Code is been Attached as Code for this Project, Kindly Upload the Correct Room.asm file for this project, and more than 22 People have Blindly Downloaded this File :D

    Arun


    INCLUDE reg_51.pdf

    P1 EQU LEDS


    ORG 000H

    START:MOV LEDS,#0FFH
    CALL DELAY
    MOV LEDS,#00H
    CALL DELAY
    JMP START1



    ;**********************************************************
    DELAY:
    MOV R1,#4FH
    REP2: MOV R2,#0FFH
    REP1: NOP
    DJNZ R2,REP1
    DJNZ R1,REP2
    RET
    ;**********************************************************




    END
  7. Arun Kumar V

    Arun Kumar V Member

    Likes Received:
    3
    Trophy Points:
    18
    Hello binu

    have you fixed the bug ?

    arun
  8. saimajaved

    saimajaved New Member

    Likes Received:
    0
    Trophy Points:
    0
    isha
  9. saimajaved

    saimajaved New Member

    Likes Received:
    0
    Trophy Points:
    0
    sir,
    plz tell me that which microcontroller is used in the project "automatic room light controller with visitor counter" , in the description of the project 89c2051 is mentioned but in the circuit diagram 89S52 is used???????
    and plz upload the complete code for this project...
    isha
  10. Binu

    Binu Administrator

    Likes Received:
    138
    Trophy Points:
    63
    Its AT89S52 only as in the circuit diagram, I am updating the program and i will publish it soon.

    J.Binu
Loading...

Share This Page

Loading...