No video

Interfacing ESP32 with R307 Fingerprint Sensor

This post will show you how to interface your ESP32 microcontroller with the R307 fingerprint sensor using the Arduino framework.
WriteUp:
www.donskytech...
Arduino Code:
github.com/don...
Contents of the Video:
0:00 - Intro
0:23 - What is the R307 fingerprint sensor?
1:33 - How to communicate with the R307?
2:18 - Wiring/Schematic
3:21 - Enroll Fingerprint Demo
6:13 - Check Fingerprint Demo
7:43 - Download Fingerprint Template demo
9:02 - Outro
If you like my post or videos then please consider subscribing to my channels and sharing them with your friends:
Website: www.donskytech...
KZread: / donskytech
Facebook: / donskytech
Twitter: / donskytech
If you are generous and think I have helped you, please consider buying me a coffee. 🙂
Buy Me a Coffee:
buymeacoffee.c...
Patreon:
/ donskytech
#esp32
#r307
#arduino
#fingerprint
#biometrics

Пікірлер: 28

  • @cadnaanfarxaan6699
    @cadnaanfarxaan6699Ай бұрын

    i need a source code pf system fingerprint pls help me😊

  • @techbeast3179
    @techbeast31795 ай бұрын

    hey i enroll the fingerprints but when i run the code for checking the confidence level then it shows very low confidence level like 2,10,3 . what should i do?

  • @alimoustaphanour7619
    @alimoustaphanour761911 ай бұрын

    Great job is very helpful I want to know if we can download the finger template from the fingerprint sensor to store him in the computer and aslo send the template from the computer to the sensor

  • @DonskyTech

    @DonskyTech

    11 ай бұрын

    Hey, thanks! Unfortunately no it is not possible from the API. One idea you can use is to use the ID generated by the fingerprint during enrollment and save or map that number to a particular record like a database. Please subscribe to my channel if you have not done so. Thanks!

  • @alimoustaphanour7619

    @alimoustaphanour7619

    11 ай бұрын

    @@DonskyTech thanks you

  • @alimoustaphanour7619
    @alimoustaphanour761911 ай бұрын

    could you make if possible an example of a website secured by fingerprint

  • @DonskyTech

    @DonskyTech

    11 ай бұрын

    Hey, not sure what you mean by that. But I have done several web projects that uses fingerprint. I got hired to develop those projects.

  • @alimoustaphanour7619

    @alimoustaphanour7619

    11 ай бұрын

    @@DonskyTech I ask if you can set up a platform whose access is secured by fingerprint like a banking platform

  • @tearcake47
    @tearcake475 ай бұрын

    it is showing random text in my case. Please solve

  • @kiajanet2811
    @kiajanet2811 Жыл бұрын

    i only see a blank serial monitor for my case when i upload the code, can someone help me please. i have selected the correct baud and connected the sensor very well

  • @DonskyTech

    @DonskyTech

    Жыл бұрын

    Hey, are you using Arduino IDE or PlatformIO?

  • @mononoaware4274
    @mononoaware42748 ай бұрын

    Is it still possible to use the fingerprint sensor if I used the GPIO 18 and 19 for the RX and TX connection? if so, how do I go about in doing that? Thansk for the help!

  • @DonskyTech

    @DonskyTech

    8 ай бұрын

    Hey, Use software serial.

  • @septianawijayantos.kommta3976
    @septianawijayantos.kommta3976 Жыл бұрын

    How to backup fingerprint data from r307 and restore the data fingerprint to new sensor, if problem in old sensor

  • @DonskyTech

    @DonskyTech

    Жыл бұрын

    Unfortunately, there is nothing in the API of the library to do this. I had the same issue and I was looking for a way also but have not found any workaround.

  • @Adhil_.Muhammad
    @Adhil_.Muhammad5 ай бұрын

    bro i got an unknown error in checking

  • @junkoscarlet6586
    @junkoscarlet6586 Жыл бұрын

    My fingerprint only blinked once and shut off. No fingerprint sensor detected on serial monitor. How to fix??

  • @DonskyTech

    @DonskyTech

    Жыл бұрын

    Hey, that is tricky but I would check the wiring first as that could be the problem. Please consider subscribing to my channel to be notified for more content. Thanks!

  • @junkoscarlet6586

    @junkoscarlet6586

    Жыл бұрын

    ​@@DonskyTechIve checked the wiring. Its still blinking once. I used 3.3V to prevent the sensor broken. Is there any chance that my ESP32 malfunctioned?

  • @DonskyTech

    @DonskyTech

    Жыл бұрын

    @@junkoscarlet6586 Well if you have an extra ESP32 then you could swap it out to check. Usually its a wiring issue unless either your ESP32 or your fingerprint sensor is toasted

  • @junkoscarlet6586

    @junkoscarlet6586

    Жыл бұрын

    @@DonskyTech I bought two with 2week time interval before I bought the second one. And still blinking once, sadge.

  • @DonskyTech

    @DonskyTech

    Жыл бұрын

    @@junkoscarlet6586 hey, quite hard to figure out the problem without seeing it. If you have an extra Fingerprint sensor then try it with that one. Your sensor might have some issue as well.