keypad door lock
qxotic
Posts: 47
I am a novice at this. I have worked through the BS2 workbook from Radio Shack. I have had some BASIC programming classes but it has been 10 years. ( I must be getting old). I did a forum search on keypad and also EDE1144 and read through all those forums. I hope I can get some guidance here on the big picture and then get into more detail.
Project - to have a keypad that accepts a 4 digit code, different for multiple users.
To activate an electronic door strike when an active code has been entered.
To log the code and time and date of entry.
To be able to update code list using a plam or computer.. and be able to update time/date and retrieve history.
Direction needed:
List of hardware... ex.. keypad, encoder, real time clock and schematic of how they are connected. Also how much if any, additional memory storage may be needed, what kind. Having only a vague idea of the parts needed I am far from qualified to say which ones will work well together on my project.
And, anything I've missed as far as hardware, not counting the door strike.
I searched for similar projects. I did come up with some good code for programming. Other than that I did not find any schematics showing how everything would fit together.
Thank you for your time.
Daniel
Project - to have a keypad that accepts a 4 digit code, different for multiple users.
To activate an electronic door strike when an active code has been entered.
To log the code and time and date of entry.
To be able to update code list using a plam or computer.. and be able to update time/date and retrieve history.
Direction needed:
List of hardware... ex.. keypad, encoder, real time clock and schematic of how they are connected. Also how much if any, additional memory storage may be needed, what kind. Having only a vague idea of the parts needed I am far from qualified to say which ones will work well together on my project.
And, anything I've missed as far as hardware, not counting the door strike.
I searched for similar projects. I did come up with some good code for programming. Other than that I did not find any schematics showing how everything would fit together.
Thank you for your time.
Daniel
Comments
There almost never is a canned package that does everything a particular customer wants. Customers typically develop code for their specific needs and when provided it serves as an example. There are examples on these forums and our website for everything you need to do individually. For example there is code for logging data and time/date stamp. There is code for getting a password and comparing it to stored passwords. There is code to communicate serially with external computers (such as a palm) to update variables and/or parameters or affect the running of the code. The trick will be to tweak/merge each to your application. If you need links to various examples we can link you to them. Take care.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Chris Savage
Parallax Tech Support
good luck
· I will follow up with more questions once I am finished reading all I can find on the net and website and as I get stumped going along.
One question today, from reading I get the impression any external extra eeprom is communicated with using the SERIN and OUT commands.· Is that correct?
Thank you and Chris.
External EEPROMs are generally accessed via SHIFTIN and SHIFTOUT, or I2CIN and I2COUT depending on the access method used.
Regards,
Bruce Bates
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔