hi, I'm on working my FYP of Biometric Scanning for Attendance System.
I use Arduino Mega, Lcd keypad shield, RTC DS3231, ADA751 Adafruit Fingerprint Sensor and SD card module.
I need help on my code because I'm Student of Electrical and Electronic Marine, and I got low knowledge about coding a big programme.
i just want to save the time, date and the fingerprint id in sd card through "EXEL" OR CSV.
email me if there are hands that want to help me on this learning session.
Have you figured out how to get -7 characters in the buffer? If not, there is no point in testing for a negative value.
What do time and the number of bytes in the buffer have to do with each other.
id2 = id2++ ;
Wrong!
That behavior is undefined. Pay some attention to the reference pages. In particular, LEARN what the ++ operator does. Use it correctly.
The getFingerprintXxxx() functions should NOT be writing to the LCD. Stop that, unless you rename the function to indicate that it (incorrectly) does multiple things.
What does the code ACTUALLY do? How does that differ from what you want it to do?
What, exactly, do you want to write to the SD card?
hello,
can anyone help m how to store the all data of fingerprint sensor r305 into sd card with data of rtc ds 3231 for real time attendance system?
plz