Fingerprint sensor can't be seen by Arduino Uno Rev2 WIFI

I have connected my FPM10A fingerprint sensor to the arduino uno rev2 wifi and it says "Did not find fingerprint sensor :(". I have already tested this sensor with an arduino uno and it worked. I'm using the Adafruit fingerprint library. I get some error messages in the console (screenshot). How can I connect these two?

You failed to provide the code you used as well as the wiring diagram of your setup.

You know that the Arduino UNO WiFi Rev. 2 has nothing in common with the Arduino UNO other than it's name and the board layout, don't you?

My guess is you chose the wrong serial interface.

I'm getting the same error. I bought this sensor:

Fingerprint Sensor from Amazon.co.uk

Unfortunately, I couldn't run it. I don't know what is wrong with it because I had another sensor which I managed to runed.
If you guys have any tips please let me know.

Dear, I imagine that it should have already solved. If you haven't already, I managed to make it work on Arduino Uno using pins 8 and 3 "SoftwareSerial mySerial (8, 3);"

The difficulty I am encountering is: when I transfer it to the arduino nano or pro mini, it doesn't work even though I'm already testing various combinations of pins.

If someone has already gone through this and solved it, I ask for help.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.