fingerprint sensor

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
bogeyer
 
Posts: 14
Joined: Wed Dec 26, 2012 1:28 pm

fingerprint sensor

Post by bogeyer »

On the Adafruit fingerprint sensor after i power it up, it works just fine, but after about 1:00 minute it just shuts off. how do i make it so it runs all the time as long as it has power.

User avatar
adafruit_support_bill
 
Posts: 88096
Joined: Sat Feb 07, 2009 10:11 am

Re: fingerprint sensor

Post by adafruit_support_bill »

What sketch are you running? The "fingerprint" example should run continuously - looking for fingerprints.

User avatar
bogeyer
 
Posts: 14
Joined: Wed Dec 26, 2012 1:28 pm

Re: fingerprint sensor

Post by bogeyer »

that is the one im running, i did make some altercations which allowd the arduino to turn an led on when i got a match but that work, and thats was only a few lines of code. I didn't rely make any major changes. I will upload the orgianal fingerprint code and see if that works.

User avatar
bogeyer
 
Posts: 14
Joined: Wed Dec 26, 2012 1:28 pm

Re: fingerprint sensor

Post by bogeyer »

It didn't work, what is happening is that when i unplug it from the computer and use my battery pack to power it, the sencer will be fine and work for about 30 seconds and then it will start to flash very rapidly and will not stop. It becomes unresponsive and wont stop unless i turn it off and back on or reset the board. How do i make it so the fingerprint sencer will just continue searching for fingerprints until the battery dies.

User avatar
adafruit_support_bill
 
Posts: 88096
Joined: Sat Feb 07, 2009 10:11 am

Re: fingerprint sensor

Post by adafruit_support_bill »

when i unplug it from the computer and use my battery pack to power it,
What happens if you don't unplug it? What battery pack are you using to power it?

User avatar
bogeyer
 
Posts: 14
Joined: Wed Dec 26, 2012 1:28 pm

Re: fingerprint sensor

Post by bogeyer »

If i dont unplug it and use the computer as a power source it works just fine and will work forever. The pack that came with the getting started kit

User avatar
adafruit_support_bill
 
Posts: 88096
Joined: Sat Feb 07, 2009 10:11 am

Re: fingerprint sensor

Post by adafruit_support_bill »

9v batteries have very limited current and a high internal resistance. What is happening is that the output voltage starts to drop, then the sensor stops functioning. You need a battery pack that can handle the combined load of the Arduino and fingerprint sensor. Something like a 6xAA battery holder should power it for a good while: http://www.adafruit.com/products/248

User avatar
bogeyer
 
Posts: 14
Joined: Wed Dec 26, 2012 1:28 pm

Re: fingerprint sensor

Post by bogeyer »

Thank you very much its running just fine now.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”