00:41:16.381 -> Ready to enroll a fingerprint! 00:41:16.415 -> Please type in the ID # (from 1 to 127) you want to save this finger as... 00:41:20.830 -> Enrolling ID #1 00:41:20.830 -> Waiting for valid finger to enroll as #1 00:41:20.863 -> . 00:41:20.863 -> . 00:41:20.898 -> . 00:41:20.898 -> . I get above endless loop of timestamp, thank you because from your video, I was able to connect my fingerprint, but I cannot register fingerprint
I can't find COM7 in the "Port:" tab. Is this because I've chosen the wrong board? If so, would you mind telling me the correct ones? I've used the exact same materials in the video, and the jumper connections are all (I think) connected correctly - I'm sure because I've checked the connections numerous times. Another issue is that the IDE does not read the fingerprint (which is the problem I'm trying to solve now). Just to make sure, here's the board and port I used: Port: COM3 (The *only* one available to me) Board: Arduino Uno (Arduino AVR Boads) Do let me know if you can tell me anything wrong. I'll be waiting for your answer! UPDATE 1: The IDE now can read the fingerprint, but the fingerprint sensor's green light does not turn on.
The port you are using is correct because that’s what being shown in your IDE . Please check connections again. Check how we have powered the sensor 👍🏻👏🏻
Awesome explanation I wanted to add a buzzer to the above project can you please help me with it's code like what I have to modify in the code so that Buzzer beeps incase of an incorrect fingerprint can you please help me with this
Sure . Adding buzzer is very simple .Please check my other videos where I have used buzzer for reference and make the simple code change accordingly. Check my ultrasonic HCSR04 video where I have used buzzer .
Hi, great video! I have a question about the fingerprint sensor. Its TTL interface or USB? For the USB interface can I use the same method in the video to connect the sensor to the arduino?
Hi great video, but i have one question. Why does my lock go the opposite. What i mean by that is when i supply 12v is opens without the touching the sensor, but when i touch the fingerprint sensor it locks.
Thanks for checking out the video . Looks like your relay is high level triggered relay. Use low level triggered relay and your problem will be solved . Or you can make changes in code and Interchange HIGH LOW.
Sir I uploaded the first code and enrolled my fingerprint there. Its working properly. I'm using R307 fingerprint scanner. But after all connections when I uploaded the final code and when I'm trying the lock is not at all opening and the fingerprint sensor light also turned off after I put my enrolled finger for final checking. You are my only hope. Please help me in this 🙏
@@alphatauer4766 Sorry bro, After I got this problem, I left the project because I don't know how to proceed further. I tried to proceed further but nothing worked out...
Sir it is possible to use Arduino Mega? Instead of Arduino Uno. Because im struggling in Enrolling my Fingerprint in Arduino Mega and idont know how to fix it. Thank you looking forward for your reply
I like this project while I am doing this I am getting the sensor not found and the light is also getting on for one second and getting off while I am giving power will you solve my problem
I need some help. My lock works, but only once, and my fingerprint senor light is flashing slowly, and doesn't work after once, and I have to replug the power adapter to open the lock again. Any solutions?
When I place my finger nothing happens. I checked if there was a problem with the scanning but it was fine. It could recognise my finger. I then tried to test the lock and that works too. I cant understand what is wrong. If you can help it would be really nice. Thx bhai 😁
You can add more than 200 fingerprints to FPM10A .... so if you enroll, let's say 50 people, each with four fingerprints, and you would like to remove one of the enrolled users... how would you do it?
Thank you for checking out video 👌🏻. You can easily do it with the library function deleteModel(uint16_t id). You just need to pass the id’s of that person . If you don’t have the id’s of the person then you can scan the finger print , match it and get the id . Then use this id to delete the fingerprint . Hope this helps 👍🏻
Hi, I'm getting this * did not find fingerprint* I'm using Nano and used the same conding that you provided. when i connect the wiring my sensor doesn't turn on.😢 Please help me.
@@hashincludeelectronics There is 3.3 v option one more thing now I'm getting error of can't connect to COM port and all of lights are turned ON on my nano board.😐
Bhai kuch is type code batana plz. Finger lagane se light on ho phir finger lagane se light off ho (Deley nay honi caheye) finger to on finger to off Plz
Brother, I have a problem, the solenoid won't move even though I have attached the cable correctly, even when I plug the 12v adapter into the mains, it emits a slight charred smell
@@kondakavyalakshmipathy2091 you don’t need to select specifically COM7. You have to select the port where your Arduino is connected 👍🏻 try selecting any one port you see .
I selected COM 4 and also uploaded the code... But in the serial monitor, it showed as Did not find fingerprint sensor...I don't know where the mistake is... Could you please help me out with this ?
@@miranwahid9472 do you have Arduino Uno by any chance ? I would suggest Try on uno first and see if your sensor works as shown in video . Then try on mega .
Bro pzz i have all components redy but The problem is when i connect finger print sensor to Arduino the sensor dosnot onn when we go to add the finger then it get onnn
That’s a good question 👍🏻 You have to add a mechanism based on key which will open this lock in case there is no power. There is some mechanical work needed when door lock is installed in real scenario . Or you can make it battery operated and add indicator for battery power and make sure battery is not drained .
Hola muy buen video, sin embargo tengo un problema que me gustaria saber si puede ayudarme, al momento de ejecutar el codigo enroll me dice que mi sensor no se encontró , mi sensor es un as608 de arduino, pero ya revise y todo esta bien conectado, tambien ya tengo instalada en mi IDE de arduino la libreria adafruit fingerprint sensor no se que pueda ser mi error, saludos
You can check my video on lcd screen to add in this project . As far as adding camera is concerned it becomes different project and needs lot of things to be considered . You can check esp32cam videos for reference .
@@hashincludeelectronics I uploaded the lock system code, and the light turned on, but when I got back to upload the enroll code, it turns the light off. I can't enroll a fingerprint without the light.
I like how you answer people's questions in the comments section
Thanks for your kind words . I always look forward to help and solve queries whenever possible 🙂👍🏻
00:41:16.381 -> Ready to enroll a fingerprint!
00:41:16.415 -> Please type in the ID # (from 1 to 127) you want to save this finger as...
00:41:20.830 -> Enrolling ID #1
00:41:20.830 -> Waiting for valid finger to enroll as #1
00:41:20.863 -> .
00:41:20.863 -> .
00:41:20.898 -> .
00:41:20.898 -> .
I get above endless loop of timestamp, thank you because from your video, I was able to connect my fingerprint, but I cannot register fingerprint
You might be missing some step . Please check the video carefully and slowly 👍🏻👏🏻
@@hashincludeelectronics thank you, am following well, it's detecting and it is registering but the timer is still running
Alhamdulillah. It worked. I have succeeded. Thank you so much.
That’s awesome news 👌🏻 good job 👍🏻
Thank you so much , this video helped me for my mini project .
You are welcome 🙏
Did it work
Shall i use 12v ac dc adopter with 2.5mm pin and the power jack is 2.5 mm. Use or not please reply
You can use that 👍🏻👏🏻
I can't find COM7 in the "Port:" tab. Is this because I've chosen the wrong board? If so, would you mind telling me the correct ones? I've used the exact same materials in the video, and the jumper connections are all (I think) connected correctly - I'm sure because I've checked the connections numerous times.
Another issue is that the IDE does not read the fingerprint (which is the problem I'm trying to solve now). Just to make sure, here's the board and port I used:
Port: COM3 (The *only* one available to me)
Board: Arduino Uno (Arduino AVR Boads)
Do let me know if you can tell me anything wrong. I'll be waiting for your answer!
UPDATE 1: The IDE now can read the fingerprint, but the fingerprint sensor's green light does not turn on.
The port you are using is correct because that’s what being shown in your IDE . Please check connections again. Check how we have powered the sensor 👍🏻👏🏻
Hi can u make me a similar model for my personal uSE but with a different solenoid lock
i'm lucky to didcover your vedio thank god
I am glad that this video helped you 👍🏻👏🏻
what jumper wires did you use to connect into fingerprint scanner
These are normal jumper wires 👍🏻
Great bro I made it it's working very well
Awesome 👏🏻
thankyouu so much we did the same for our project
Awesome work 👍🏻👏🏻
Did it work
Awesome explanation I wanted to add a buzzer to the above project can you please help me with it's code like what I have to modify in the code so that Buzzer beeps incase of an incorrect fingerprint can you please help me with this
Sure . Adding buzzer is very simple .Please check my other videos where I have used buzzer for reference and make the simple code change accordingly. Check my ultrasonic HCSR04 video where I have used buzzer .
@@hashincludeelectronics Just watched the video thankyou it's helpful is there any way I can contact you as I have some more doubts about the project
@@niharikam4744 you can join my Instagram hashincludeelectronics
where to find fingerprint lock system in 2.2.1 version ?? i couldn't find it plsss help meee
did you connect the jst wire to the jumper by solder?
I believe so 👍🏻👏🏻
Is it still alright if I use an AS608 fingerprint sensor?
Please use the same module which we are using in the project 👍🏻👏🏻
@hashincludeelectronics does it not work the same with the fingerprint i use? 😢
Hi, great video! I have a question about the fingerprint sensor. Its TTL interface or USB? For the USB interface can I use the same method in the video to connect the sensor to the arduino?
It’s TTL method . Please follow the video 👍🏻👏🏻
Bro,how to install adafruit fingerprint
Hi great video, but i have one question. Why does my lock go the opposite. What i mean by that is when i supply 12v is opens without the touching the sensor, but when i touch the fingerprint sensor it locks.
Thanks for checking out the video . Looks like your relay is high level triggered relay. Use low level triggered relay and your problem will be solved . Or you can make changes in code and Interchange HIGH LOW.
@@hashincludeelectronics thank you very much that worked out very well. 👍
@@miko2946 I am glad that it worked now 👏🏻👍🏻
hi, may i know how to connect this project with blynk?
which software have u used to design circuit?
It’s fritzing 👍🏻👏🏻
if we use R307 fingerprint module reader we have to change any coding modifications.
Don’t think so . Try it .
hello sir you use adapter dc ac 12V 1A or 12V 2A or 12V 3A
You can go for 12v 3A if available . Else 2A is also good .
@@hashincludeelectronics tq soo much
Sir
I uploaded the first code and enrolled my fingerprint there. Its working properly. I'm using R307 fingerprint scanner. But after all connections when I uploaded the final code and when I'm trying the lock is not at all opening and the fingerprint sensor light also turned off after I put my enrolled finger for final checking. You are my only hope. Please help me in this 🙏
Did you find out where the mistake was? If so, could you please advise me? I have this problem too.
@@alphatauer4766 Sorry bro, After I got this problem, I left the project because I don't know how to proceed further. I tried to proceed further but nothing worked out...
thank you so much...it helps me a lot
Awesome 👏🏻
Why in the void loop firstly the relay low and in the setup high ?
It is needed to control the relay 👍🏻
Bhai Adaptor kitna12Volt adaptet kitna Ampere par kam karai ga
12 v 2-3 A 👍🏻👏🏻
Will the code be same for R307 fingerprint scanner ?
Yes I checked and the code should be same 👍🏻
you use the Fpm10A fingerprint can i use this fingerprint UART Fingerprint Reader STM32F205 TFS-D400 with your code ???
Unfortunately not sure if that will work .
@@hashincludeelectronics ok thnks for reply
Sir it is possible to use Arduino Mega? Instead of Arduino Uno. Because im struggling in Enrolling my Fingerprint in Arduino Mega and idont know how to fix it. Thank you looking forward for your reply
Yes you can try that 👍🏻👏🏻
This is awesome... Very useful 🙂👍
Thank you 👍🏻
Hello sir, how do I add an alarm/buzzer if some unauthorized person is trying to open it?
You can check my other videos where I have used buzzer . You can easily add that in this project 👍🏻👏🏻
Thank you so much
You are welcome 🙏
It must be the same Arduino? If i use another version of Arduino can it still works?
Yes it will still work .
I like this project while I am doing this I am getting the sensor not found and the light is also getting on for one second and getting off while I am giving power will you solve my problem
Please check the video for more details 👍🏻
Can we use motor instead of solenoid lock with same coding
BO motor
@@ayushmourya7033 yes you can 👍🏻👏🏻
my motor did not rotates reverse instantly what can i do
@@hashincludeelectronics
Hello sir ,can i use R307 sensor module for this project
If specification are same then it can work . Give it a try 👍🏻
I need some help. My lock works, but only once, and my fingerprint senor light is flashing slowly, and doesn't work after once, and I have to replug the power adapter to open the lock again. Any solutions?
Check with another sensor .
@@hashincludeelectronics It works! Thanks!
@@NanoTheLuuProto awesome work 👏🏻👍🏻
Hi, I have connected all according to your video. But it still doesn't work. Did you changed anything in the code before you upload it ?
Thanks for checking out video . Nothing changed. Did you provide 3.3 V to finger print scanner ?
When I place my finger nothing happens. I checked if there was a problem with the scanning but it was fine. It could recognise my finger. I then tried to test the lock and that works too. I cant understand what is wrong. If you can help it would be really nice. Thx bhai 😁
Wait i did it. I looked through the video again and realised I didn't calibrate the sensor properly. Your an amazing guy tysm :>>
Good job 👏🏻. Well done and I am happy that it worked 👍🏻
did u ever figure this out? stuck on the same thing
how to turn off the sensor led when not in use
It sure if we can do that . Check the data sheet if possible .also let us all know about your finding .
You can add more than 200 fingerprints to FPM10A .... so if you enroll, let's say 50 people, each with four fingerprints, and you would like to remove one of the enrolled users... how would you do it?
Thank you for checking out video 👌🏻. You can easily do it with the library function deleteModel(uint16_t id).
You just need to pass the id’s of that person .
If you don’t have the id’s of the person then you can scan the finger print , match it and get the id . Then use this id to delete the fingerprint . Hope this helps 👍🏻
Sir may i contact you? I have some problem with this project and i really need your help sir. This is for my fyp project. Thank you sir :)
Sure . What issue are you facing ?You can also send me an email on un0038998@gmail.com and I will surely help you .
Hi, I'm getting this * did not find fingerprint* I'm using Nano and used the same conding that you provided. when i connect the wiring my sensor doesn't turn on.😢
Please help me.
Please use Arduino Uno only . Because sensor needs 3.3v and not sure if Arduino nano is reliable in providing 3.3 v .
@@hashincludeelectronics There is 3.3 v option one more thing now I'm getting error of can't connect to COM port and all of lights are turned ON on my nano board.😐
@@sereneexistence1480 do you have Arduino uno . Please use that and try 👍🏻👏🏻
Exam I am getting the same problem
Great video. Thank you so much!
You're very welcome!
Bhai kuch is type code batana plz.
Finger lagane se light on ho phir finger lagane se light off ho
(Deley nay honi caheye) finger to on finger to off
Plz
Sure. Will code it and send the code link to you soon . It looks simple to handle . 👍🏻
agar finger cut gayi toh kya karenge how its work
Helpful vedio🤗
Thank you very much for checking out the video 👍🏻👏🏻
Thanks, I'll try to make it, I hope it works
Cool 👍🏻all the best for your project
@@hashincludeelectronics If I have a trouble, may I ask you a question?
@@denart99 sure anytime here .
@@hashincludeelectronics ok, brother 🙂
Brother, I have a problem, the solenoid won't move even though I have attached the cable correctly, even when I plug the 12v adapter into the mains, it emits a slight charred smell
How much fingerprints can be added maximum?
I think more than 125 . Please check the specification.
How to let the serial monitor show is the solenoid lock unlock successfully or fail?
You can print the value on the serial monitor 👍🏻
In R307 fingerprint module, there is no pin for 3.3V, in that case can we connect +5V (pin 1) of R307 to +5V of Arduino Uno ?
Yup . That should be fine .
It's showing only COM 3 AND COM 4 in the port...
How to select COM 7 in Arduino Uno??
@@kondakavyalakshmipathy2091 you don’t need to select specifically COM7. You have to select the port where your Arduino is connected 👍🏻 try selecting any one port you see .
Thanks for your reply
I selected COM 4 and also uploaded the code...
But in the serial monitor, it showed as Did not find fingerprint sensor...I don't know where the mistake is...
Could you please help me out with this ?
thank you
Welcome 👍🏻
Bro i have problem i use arduino mega instead the uno there any problem with it ?
It should work with mega as well . I don’t see any issue .
@@hashincludeelectronics the problem is in codes i think can you help me ?
@@miranwahid9472 what specific error are you getting in code ? The code is well tested and works .
@@hashincludeelectronics the pin in uno serial 2,3 is not work in arduino mega when i put the wire in same place the sensor doesn’t show light !
@@miranwahid9472 do you have Arduino Uno by any chance ? I would suggest Try on uno first and see if your sensor works as shown in video . Then try on mega .
How many jumper wires are used?
Please check the video for detail information . Also you can keep extra jumper wires with you in stock 👍🏻👏🏻
can you make bypass button to release the door from inside
You can add it easily . Just use a button inside and read it using digital read . And open the door lock same as video
Just hook up the power supply to the lock via button
what types of jumper wire do you use?
You can use any type of jumper wires available 👍🏻
How much ampere for the 12v adapter?
Go for 2 A
@@danang471 unfortunately no.
For the relay 5V 1 channel?
Bro pzz i have all components redy but
The problem is when i connect finger print sensor to Arduino the sensor dosnot onn when we go to add the finger then it get onnn
And when we connect uno to pc the sensor doesn't gett on
Please follow the exact steps in video 👍🏻👏🏻
Pls share the report link of this project
Yes pleaseeeeee
@@snehapatil2853 there is no such report. You can create a report based on video , code and diagram 👍🏻👏🏻
I have a problem with communication error, what should I do
I would suggest to take a look at video again slowly and carefully to not miss any step . Don’t worry it will work 👏🏻👍🏻
@@hashincludeelectronics it still doesn't work
Sir,I am getting error: Did not find fingerprint sensor.
I dont know how to solve it.
Please use the same sensor as used in video . Also make sure the connections are good . Please check the video slowly and properly 👍🏻👌🏻
Hey how can we enroll more than one person's fingerprint
@@shafiyasiddiqua1439 please check the video for this step 👍🏻👏🏻
@@hashincludeelectronics i saw the video, but I can't seem to understand that specific step, help me out please!
Is there anyway to open the lock when there's no power?
That’s a good question 👍🏻 You have to add a mechanism based on key which will open this lock in case there is no power. There is some mechanical work needed when door lock is installed in real scenario . Or you can make it battery operated and add indicator for battery power and make sure battery is not drained .
If i connect fingerprint to 5v it's right or no
Please check the video and connection diagram 👍🏻
@@hashincludeelectronics yes i watched but I use another type of fingerprint work at voltage 3.6-6 volt
@@HusseinKadhimJawad ok in that case you can use 5v
Sir God bless can I buy this project sir for my thesis 😢 I'm struggling right now for my thesis 😢. Can you help me sir. Please notice me
Don’t worry . You can take the video and create the required document. Code and diagram is also provided 👍🏻
What is the function of relay here??
Relay is used to control the lock 👍🏻
Mst😍😍😍😍
🙂👍🏻
Hola muy buen video, sin embargo tengo un problema que me gustaria saber si puede ayudarme, al momento de ejecutar el codigo enroll me dice que mi sensor no se encontró , mi sensor es un as608 de arduino, pero ya revise y todo esta bien conectado, tambien ya tengo instalada en mi IDE de arduino la libreria adafruit fingerprint sensor no se que pueda ser mi error, saludos
I would suggest to check the video slowly and carefully again to not miss any step 👍🏻👏🏻. Don’t worry issue will be resolved
do you have a video with a lcd screen? also could you add a arduino camera to take picture of person trying to enter home?
You can check my video on lcd screen to add in this project . As far as adding camera is concerned it becomes different project and needs lot of things to be considered . You can check esp32cam videos for reference .
When I upload enrollment code they keep telling me fingerprint not found
There are 2 steps in this video . Follow these steps 👏🏻👍🏻
Please provide the flowchart
The code and connections diagram is provided in the description of the video 👍🏻👏🏻
@hashincludeelectronics But I want the flowchart as well
how to add lcd monitor?
You can check my video LCD with Arduino for reference 👍🏻👏🏻
How to locate the location of the folder?
Please check the video for steps 👍🏻👏🏻
bro plzz help me
i bought all
but still not working
What issue are you facing ? Please check the steps in video carefully .
@@hashincludeelectronics bro plzz help me I think I lost my whole money ,, I am very scared bro
Plzz contact me in any personal platform
@@hashincludeelectronics plzz don't ignore it Plzz
@@hashincludeelectronics how I can contact you in pm ?? Telegram ?? Watsapp ?? Any other ? Bro
bro mine is only show fingerprint sensor is not found in serial monitor
Please check the full video slowly and carefully for any missing step 👍🏻👏🏻
what to do
I did not understand your question. 👍🏻👏🏻
I did all things but my solenoid is not working fingerprint with relay is working
Also I'm using 2 batteries
Try supplying 12v directly to lock and see if it works . Else your lock might be faulty 👍🏻👏🏻
@@hashincludeelectronicsi tried the lock itself and it works but it still not working when i put my fingerprint
And i have a question. If we upload the lock code, is the fingerprint code will be deleted from arduino?
Help, my fingerprint sensor isn't turning on.
Please make sure you are powering it as shown in video . Also check for any loose connection .
@@hashincludeelectronics I uploaded the lock system code, and the light turned on, but when I got back to upload the enroll code, it turns the light off. I can't enroll a fingerprint without the light.
hello, we have to do this at school can you send me all the program pls ?
You can find the code and diagram link in the description of the video 👏🏻👌🏻. All the best for your project 👍🏻
Hamko door ke liye krna he to kaise kare
You can install this on the door easily . You can create PCB and solder the components 👍🏻
Power?
Thanks for checking out video 👍🏻 however I did not understand your question . Could you please explain more ?
@@hashincludeelectronics from which power to move the solonoid
@@hashincludeelectronics i tried but the solonoid didn't move and the relay went out a red light
@@falighiqwan9875 use only 12v AC DC adapter .
@@hashincludeelectronics hello sir you use adapter dc ac 12V 1A or 12V 2A or 12V 3A
Brother ise banane ka total cost kya aaya
It may cost around 1500-2000 . The fingerprint sensor is costly .
Hamko iski block diagram chahiye thi
You can use the circuit diagram and create one .
why can not find fingerprint sensor?
what should i check
Do you mean you can not find fingerprint sensor on website to buy ? Or some other error ?
@@dereku7959 The connection wires must be loose.
hoe geche bhaaiiiiiii
you can type the code here in comment
Code and diagram link is provided in the description of the video 👍🏻👏🏻
Source code send...
Code link is in the description 👍🏻
Fingerprint connect nhi ho rha hai
Please check the video carefully and slowly and follow all the steps .
The code is deleted!
It’s there github.com/un0038998/FingerPrint_Lock_System
@@hashincludeelectronics how to enter n see the coding??
Just send code
The code and diagram link is provided in the description of the video 👍🏻👏🏻
Our fingerprint sensor is not taking fingerprint
Please check the video slowly and carefully and follow all the steps 👍🏻👏🏻
@@hashincludeelectronics ok thankyou we got output
@@Varsha_S_G nice 👍🏻👏🏻
why does the solenoid lock not work
Please check the video for more details 👍🏻👏🏻
Teri bae chikiii
II need a help sir
Sir mobile number available hoeil ka
You can contact me on Instagram hashincludeelectronics 👍🏻
Thank you so much ,this video helped me with my mini project.
Glad it helped
mera nhi chal raha hai arduino is not detecting my finger print sensor help me plz