Search found 2 matches

by stino18
Thu Jan 27, 2022 12:32 pm
Forum: Hardware
Topic: esp32 cam with fingerprint reader
Replies: 5
Views: 6049

Re: esp32 cam with fingerprint reader

Thank you for your answers. If i want to use pin 12 and 13 for communication with the sensor, what do i need to change in the code so i can use these pins? #include <Adafruit_Fingerprint.h> #if (defined(__AVR__) || defined(ESP8266)) && !defined(__AVR_ATmega2560__) // For UNO and others without hardw...
by stino18
Sun Jan 23, 2022 2:58 pm
Forum: Hardware
Topic: esp32 cam with fingerprint reader
Replies: 5
Views: 6049

esp32 cam with fingerprint reader

I am still fairly new to working with an esp32 cam and I have a question. Hopefully someone can help me. I would like to connect my fingerprint reader to my esp32 cam and also use the adafruit fingerprint library. I just don't know which pins to use and how to indicate this in the arduino sketch. ca...