Fingerprint library

Hello ,

i need help with this , i buyed this fingerprint sensor

https://www.ebay.com/itm/Round-shaped-All-in-one-UART-Capacitive-Fingerprint-Sensor/264362017168?_trkparms=aid%3D111001%26algo%3DREC.SEED%26ao%3D1%26asc%3D20160908105057%26meid%3D48f1e185de9347c2bad2823fe8dd12bc%26pid%3D100675%26rk%3D1%26rkt%3D15%26sd%3D264362017168%26itm%3D264362017168%26pmt%3D1%26noa%3D1%26pg%3D2380057&_trksid=p2380057.c100675.m4236&_trkparms=pageci%3Ac883985b-2bdf-11ea-84c3-74dbd1803e90|parentrq%3A5c82ca2216f0aa169c4722efffc0d9fc|iid%3A1

And i cant find library for it

I trayed adafruit library but it doesn't work ,it says

"Adafruit finger detect test
Did not find fingerprint sensor :("

I am using arduino uno
I connected red + and black -
and White wire to pin 3
and Green wire to pin 2

What for are blue end yelow ?

Like it says

#include <Adafruit_Fingerprint.h>

// On Leonardo/Micro or others with hardware serial, use those! #0 is green wire, #1 is white
// uncomment this line:
// #define mySerial Serial1

// For UNO and others without hardware serial, we must use software serial...
// pin #2 is IN from sensor (GREEN wire)
// pin #3 is OUT from arduino  (WHITE wire)
// comment these two lines if using hardware serial
SoftwareSerial mySerial(2, 3);

The product page has a link to a Wiki page

I looked at the PDF on the Wiki page. If it is accurate then it is better than a lot of documentation I have seen. The wiring, commands, and responses are decently documented. There is a PC app you can download to test the sensor.

The user manual from the Wiki User Manual has the connection details, but to give you an idea of the complications it says

if the working
level of your board is 3.3V, you can directly connect it to UART and GPIO pins of your board. If it is 5V,
please add level convert module/circuity.

If you have no idea what that means then I suggest that you give up with this sensor until you have more experience.

I connected it to 5v

Is possible it is destroyed now ????

Maybe, but you will not know until you can test it and for that you need to connect it correctly and write some code to read from it

UKHeliBob:
Maybe, but you will not know until you can test it and for that you need to connect it correctly and write some code to read from it

Can you please help me ? I need that for my school project.

i hope it is not burned , i waited 2 weeks for it

See reply #2. You may be able to test the unit from a PC but you will need a USB to TTL adapter I suspect

What level of experience do you have with programming and electronics ?

I dont have this usb ttl adapter

experience 5/10

Programing basic knowledge stil learning.

For now i youst need to know if it works , otherwise i need to buy a new one fast.

Because I connected by mystake at start on 5v !!