Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keypad #1

Open
jcblw opened this issue Jan 31, 2014 · 3 comments
Open

Keypad #1

jcblw opened this issue Jan 31, 2014 · 3 comments
Assignees
Labels

Comments

@jcblw
Copy link
Member

jcblw commented Jan 31, 2014

Does not seem to write anything to serial, not on submission or key press. It does not look like this has to deal with software ( i know it probably bad for filing it here ) but it seems that the hardware is hooked for the door to be using the first rfid reader setup, which does not have support for keypads it seems.

@ghost ghost assigned jcblw Jan 31, 2014
@benjaminmueller
Copy link
Contributor

This is correct but is due to software. If you go through the Arduino code you will find a portion that sets the keypad functionality under Keypad #2. This is because the Hackerspace that built the board only has a keypad on door 2 and not door 1.—
Sent from Mailbox for iPhone

On Thu, Jan 30, 2014 at 10:44 PM, Jacob Lowe [email protected]
wrote:

Does not seem to write anything to serial, not on submission or key press. It does not look like this has to deal with software ( i know it probably bad for filing it here ) but it seems that the hardware is hooked for the door to be using the first rfid reader setup, which does not have support for keypads it seems.

Reply to this email directly or view it on GitHub:
#1

@jcblw
Copy link
Member Author

jcblw commented Jan 31, 2014

Thanks for validating @benjaminmueller, I think i might get into the box and see what happens when I try to hook it up to the pins for the second door. It looks to me the the permissions are slightly different, for some reason, and maybe that would just need to get mapped.

@benjaminmueller do you have any knowledge if this system is setup to take keypad pin codes as a entry method? I have seen pin code stuff but it looks like its mostly for ringing doorbells, turning on alarms, disarming alarms, and maybe making coffee. I don't know c but from what i see it does not look like it validates against the user list.

@benjaminmueller
Copy link
Contributor

I know that the Fullerton Hackerspace has allowed this but it was a custom
integration from what I understand. So anything to implement keypad access
would have to be written from scratch. I know that while going through the
code I found nothing that would allow such a thing without some tweaking.

On Fri, Jan 31, 2014 at 7:45 AM, Jacob Lowe [email protected]:

Thanks for validating @benjaminmuellerhttps://github.com/benjaminmueller,
I think i might get into the box and see what happens when I try to hook it
up to the pins for the second door. It looks to me the the permissions are
slightly different, for some reason, and maybe that would just need to get
mapped.

@benjaminmueller https://github.com/benjaminmueller do you have any
knowledge if this system is setup to take keypad pin codes as a entry
method? I have seen pin code stuff but it looks like its mostly for ringing
doorbells, turning on alarms, disarming alarms, and maybe making coffee. I
don't know c but from what i see it does not look like it validates against
the user list.

Reply to this email directly or view it on GitHubhttps://github.com//issues/1#issuecomment-33804742
.

Thanks,
Benjamin Robert Mueller

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants
@jcblw @benjaminmueller and others