8051 Microcontroller Projects AVR PIC Microcontroller Projects Tutorials Ebooks Libraries, interfacing tutorials, lcd tutorial, stepper motor, dc motor 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems

 
8051 microcontroller 8051 microcontroller
Forums

8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes :: Forums :: Project Development :: Project Doubts
 
<< Previous thread | Next thread >>
digital code lock with lcd and keypad
Go to page  1 2 [3]
Moderators: Ajay, Junied , abbas1707, Arun Kumar V, pdi33, Shailesh NAYAK, ۞ TPS ۞, shyam, sashijoseph
Author Post
electronicfreak
Thu May 22 2008, 02:22PM
 User Offline
Registered Member #7958
Joined: Tue May 20 2008, 04:48PM

Posts: 19
Thanked 0 times in 0 posts
sorry sir ,
actually i m working on digital key lock project.
i thought that i will get data displayed on LCD to compare password stored in EEPROM..
can u send me the C code of this project & circuit diagram....



SACHIN
http://belgaum.myminicity.com/
Back to top


Ajay
Thu May 22 2008, 03:53PM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3303
Thanked 611 times in 578 posts
password stored in eeprom?
i did not make that project yet. but when i make it.. i will surely upload it.

right now i have only the simple code lock project

www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


migs
Tue Jun 10 2008, 07:38AM
 User Offline
Registered Member #8364
Joined: Tue Jun 10 2008, 07:35AM

Posts: 1
Thanked 0 times in 0 post
thanks for having this prototype posted here.. i just want to ask something.. are the two capacitors near the crystal oscillator 33uF or 33pF??.. if those are 33pF, then there is no available electrolytic capacitor with such rating.. the schematic symbol of those two represents an electrolytic one, as can be seen in the schematic diagram.. are those capacitors electrolytic or ceramic?? thanks again!
Back to top


Ajay
Tue Jun 10 2008, 05:58PM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3303
Thanked 611 times in 578 posts
migs, sorry if my schematic makes you think that way.
Those are 33pF ceramic capacitors. If they are not available then you can try looking for 22pF. I will recheck the schematic and make the changes if needed.
Thanks!

www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


singh
Sat Aug 23 2008, 11:24AM
 User Offline
Registered Member #10054
Joined: Sat Aug 23 2008, 11:03AM

Posts: 1
Thanked 0 times in 0 post
sir,
the code limit of ic is 2k.but the size of hex file is more than it then what to do....?

singh
Back to top


pdi33
Sat Aug 23 2008, 11:43AM

 User Offline
Registered Member #1329
Joined: Mon Jun 04 2007, 09:28AM

Posts: 344
Thanked 67 times in 66 posts
hi singh,
if u are talking of the hex file size shown on the PC, then u need not worry as that has no relation to the actual size of the code being downloaded to the uC.The code size is actually the no. of machine language op-code bytes ( u can see them on the PC if u open the hex file using notepad) and the hex file size shown in the windows explorer is the size occupied by the hex file on the hard disk of ur PC.

[ Edited Sat Aug 23 2008, 11:44AM ]

* inspired to develop,developing to inspire *
Back to top


bkwu
Mon Aug 25 2008, 03:05AM
 User Offline
Registered Member #9802
Joined: Wed Aug 13 2008, 11:37AM

Posts: 2
Thanked 0 times in 0 posts
Sir Ajay, im having a project which is similiar with the one you have uploaded,it is given that the design involves a microcontroller interfaced to a LCD and Keypad which activates an output line based on the key-code combination given to the input. The system works as a electronic lock with a user key and a master key. The master key is used to change the user keys, while the user keys are used to open or close a door or a set of doors.

it has 3 doors, i need to have 8 set of key, 1st set of key will open door A, 2nd open the B, 3rd open C, 4th open A&B, 5th open B&C, 6th open A&C, 7th open ABC, 8th is the master key.

for the securities features, when the user enters a wrong key, the system should warn the user using a short beep. If the user enters wrong keys consecutively for the third time, the system should enable a red LED. Any key pressed should be discarded and the system should beep on press of any key.

may i know that what is the difference between my assigment, with the one you made ? it seems that it is the combination of your project, Digital Code lock with LCD and Keypad using AT89C2051 and the 1 Mr Binu J did, Microcontroller Based Digital code Lock (AT89C2051). is there any hardware that i need to add in my project ? For the programming part, which part is it should i modify ?

anyone pls answer my question ? im facing big problem to start this project because i've never study anything about up & uc before this.. it seems very difficult for a beginner , but i would try my best to finish it ! Thanks alot to those who are willing help me !
Back to top


Ajay
Mon Aug 25 2008, 01:40PM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3303
Thanked 611 times in 578 posts
bkwu, i really suggest you to go through your study material first as that is something which is needed for you. Later on you can try your hands on programming microcontroller.Also side by side try working on C too.

also, regarding guidance and help, We are always here to help you. I am sure you will do best.
Best of luck!

www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


bkwu
Wed Aug 27 2008, 11:18PM
 User Offline
Registered Member #9802
Joined: Wed Aug 13 2008, 11:37AM

Posts: 2
Thanked 0 times in 0 posts
ok thanks alot for the advise. i have roughly read through the book since i had an exam few weeks ago. im going to have group discussion to do the PCB diagram & the flow chart tonight. Then will start to do the hardware and software starting from tmr. will ask you here if i face any problem ! thanks ~
Back to top


Ajay
Thu Aug 28 2008, 12:00AM
Rickey's World Admin

 User Offline

Registered Member #1
Joined: Fri Feb 24 2006, 04:56AM

Posts: 3303
Thanked 611 times in 578 posts
sure, you can ask queries anytime always here..

www.rickeyworld.info
If you feel satisfied with the user's forum reply please click on the thank button.

Obey forum rules!
Respect others!
Back to top


Go to page  1 2 [3]  

Jump:     Back to top

Syndicate this thread: rss 0.92 Syndicate this thread: rss 2.0 Syndicate this thread: RDF
Powered by e107 Forum System

8051 Microcontroller Projects 8051 AVR tutorials PIC microcontroller, 8051 assembly language programming electronics and communication ECE CSE pdf ebooks library BE final year project ideas Embedded systems