Discussion in "Project Doubts" started by    isha    Jul 13, 2007.
Fri Jul 13 2007, 02:31 pm
#1
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???????
Tags automatic room light controller with visitor countdigital visitor counterworking of sensor
Fri Jul 13 2007, 02:48 pm
#2
i just checked.. the controller used is same 89c2051 here is the screenshot of the circuit. you might have downloaded a wrong file i think.
 isha like this.
Fri Jul 13 2007, 08:38 pm
#3
sir, this is the screen shot of circuit diagram of project "digital visitor counter" not that of the "automatic room light controller with visitor counter" ...........

plz check that ... and also the code available for this project is not complete ,, it is only the following;

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



plz reply soon

thanks
Fri Jul 13 2007, 09:37 pm
#4
ok might be my mistake.. i will check and get back to you.. and.. keep the doubts about a single project in a single thread.. so i am going to delete the other thread you created ok
Fri Jul 13 2007, 09:51 pm
#5
Isha can you please wait.. i need to contact the Author of the project and inform him about the problem. His projects contain so many error.. :mad
Fri Jul 13 2007, 09:59 pm
#6
Isha have a better option for you.. if you simply modify the digital visitor counter project.. add some functionality for switching off the bulb when counter is 0 and switch on as soon as count is greater than 0... that will be a good option... if you want to try it..
 isha like this.
Fri Jul 13 2007, 11:25 pm
#7
Thanks sir
i think i should first try "digital visitor counter" and then i'll try to modify that...

can u plz give some details of circuit diagram of "digital visitor counter" , functionality of each component , specially that of transistors , seven segment displays and LDRs... how do they work???
Fri Jul 13 2007, 11:44 pm
#8
check you previous post.. i actually explained the working of digital visitor counter.. see your last posted thread..
Sat Jul 14 2007, 02:09 pm
#9
the transistors are used to drive the common cathode of each 7 segment display,

the displays here are used with multiplexing technique means there is only one display works at a time but it shifts so fast therefor all display works simultaneously

the two LDR's here use for input as active low. means initially it is in high state (1)and it get input by grounding the pins (or 0)
 isha like this.
Tags digital visitor counterworking of sensor
Sat Jul 14 2007, 03:19 pm
#10
check this post where i explained the working
http://www.8051projects.net/forum-t1190.html


[ Edited Sat Feb 16 2008, 02:44 pm ]

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

Bobbyerilar
Thu Mar 28 2024, 08:08 am
pb58
Thu Mar 28 2024, 05:54 am
Clarazkafup
Thu Mar 28 2024, 02:24 am
Walterkic
Thu Mar 28 2024, 01:19 am
Davidusawn
Wed Mar 27 2024, 08:30 pm
Richardsop
Tue Mar 26 2024, 10:33 pm
Stevencog
Tue Mar 26 2024, 04:26 pm
Bernardwarge
Tue Mar 26 2024, 11:15 am