Interfacing ESP32 with R307 Fingerprint Sensor

Поделиться
HTML-код
  • Опубликовано: 14 июл 2024
  • This post will show you how to interface your ESP32 microcontroller with the R307 fingerprint sensor using the Arduino framework.
    WriteUp:
    www.donskytech.com/interfacin...
    Arduino Code:
    github.com/donskytech/platfor...
    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.com
    RUclips: / 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.com/donskytech
    Patreon:
    / donskytech
    #esp32
    #r307
    #arduino
    #fingerprint
    #biometrics
  • НаукаНаука

Комментарии • 27

  • @techbeast3179
    @techbeast3179 4 месяца назад

    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
    @alimoustaphanour7619 10 месяцев назад +1

    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  10 месяцев назад

      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 10 месяцев назад

      @@DonskyTech thanks you

  • @mononoaware4274
    @mononoaware4274 7 месяцев назад

    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  7 месяцев назад

      Hey, Use software serial.

  • @tearcake47
    @tearcake47 4 месяца назад

    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?

  • @alimoustaphanour7619
    @alimoustaphanour7619 10 месяцев назад +1

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

    • @DonskyTech
      @DonskyTech  10 месяцев назад

      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 10 месяцев назад

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

  • @Adhil_.Muhammad
    @Adhil_.Muhammad 4 месяца назад

    bro i got an unknown error in checking

  • @septianawijayantos.kommta3976
    @septianawijayantos.kommta3976 Год назад +1

    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.

  • @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.