Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
Hello, I'm working on a school project and I've ran into some problems. Long story short I'm using GT 511c3 Fingerprint Scanner wired to FRDM-KL25Z. I'm using UART2 pins, PTE22 and PTE23. https://www.sparkfun.com/products/11792 I've found a library for a mentioned scanner, but unfortunately It's not very readable to me. https://os.mbed.com/components/GT-511C3-GT-511C31/ I'm currently at stage where we've just started learning writing our own libraries. So we could say that this is my first interaction with a library. I've imported test program on FRDM and the problem is I can't get any response from scanner!? Small green led and blue led on fingerprint are turned on! No matter what I do I can't go past 1st enroll:
Quote:
Fingerprint reader module "GT-511C3 / GT-511C31" test program. Build: Jan 16 2018 17:05:20 Open sts = 0 FirmwareVersion = 20150407 IsoAreaMaxSize = 0 DeviceSerialNumber = EF13EF4014C8652C28873A8125000000 EnrollStart Remove finger Press finger to Enroll (1st)
Could someone please take a look at this, and If nothing give me some opinions and ideas on what to try next to get this working.