our school project-- fingerprint based locker system with voice command

our component:
-arduino mega 2560
-voice command module(recorded voice in different doors of locker)
-fingerprint scanner(serial input)
-4*20 lcd and keypad(serves as display, transaction of customized pin for confirmation after we input our thumb mark)
-solenoid(serves as a lock)

we need to have codes that suits for our components in order to have open/close function of our locker. anyone pls?

(deleted)

nicknock:
our component:
-arduino mega 2560
-voice command module(recorded voice in different doors of locker)
-fingerprint scanner(serial input)
-4*20 lcd and keypad(serves as display, transaction of customized pin for confirmation after we input our thumb mark)
-solenoid(serves as a lock)

we need to have codes that suits for our components in order to have open/close function of our locker. anyone pls?

Looks like a big project. What have you done 'til now?

we've done with the voice command module and adafruit fingerprint sensor. the only thing that we need to accomplish is the customized pin that will display in 420 lcd using the universal 44 keypad. anyone can help?

spycatcher2k:
What code do you have so far? Do you need someone to write this for you?

Sir, if you have resource code it will be a big help. thank you.

I am interested in knowing how this project works out. I have fingerprint ID on this HP laptop computer. It is used in place of a password. They warn to set up fingerprints from both right and left hand, just in case!

I have found quite a few times when the fingers on my right hand are dirty, I have to use the left. Also recently after a shower, neither fingerprint works for a while.

Also, since this a school project, they will have to ensure it is ADA compliant.

Paul

Paul_KD7HB:
I am interested in knowing how this project works out. I have fingerprint ID on this HP laptop computer. It is used in place of a password. They warn to set up fingerprints from both right and left hand, just in case!

I have found quite a few times when the fingers on my right hand are dirty, I have to use the left. Also recently after a shower, neither fingerprint works for a while.

Also, since this a school project, they will have to ensure it is ADA compliant.

Paul

Sir Paul, the project is still on process for development. Watch out for its progress :slight_smile: thank you.

ARDUINO DIGITAL COMBO LOCK

The LCD part is trivial. There are other similar tutorials you can find with google.

raschemmel:
ARDUINO DIGITAL COMBO LOCK

The LCD part is trivial. There are other similar tutorials you can find with google.

yeah, but were only going to use rx/tx pins.