I am using an R307 Finger Print Sensor. I have done all the wiring connections as described in tutorial.
- Red wire:vcc
- Black wire:GND
- Green wire: Arduino Uno pin 2
- White wire: Arduino Uno pin 3
But i am getting error: Did not find fingerprint sensor.
Function finger.verifypassword()
always fails.
How to get rid of this error ?
I am using #include adafruit Fingerprint.h
library by adafruit and #include softwareSerial.h
Standard Libraries.