This shows you the differences between two versions of the page.
pm:prj2021:avaduva:fingerprint_authentication [2021/05/25 15:38] valeriu.iliescu [Schema bloc] |
pm:prj2021:avaduva:fingerprint_authentication [2021/05/25 15:46] (current) valeriu.iliescu [Download] |
||
---|---|---|---|
Line 30: | Line 30: | ||
===== Software Design ===== | ===== Software Design ===== | ||
[[https://www.arduino.cc/reference//en/libraries/adafruit-fingerprint-sensor-library/ | Adafruit_Fingerprint.h]]\\ | [[https://www.arduino.cc/reference//en/libraries/adafruit-fingerprint-sensor-library/ | Adafruit_Fingerprint.h]]\\ | ||
- | [[https://www.arduino.cc/reference/en/libraries/liquidcrystal-i2c/ | LiquidCrystal_I2C.h]]\\ | + | [[https://www.arduino.cc/reference/en/libraries/liquidcrystal-i2c/|LiquidCrystal_I2C.h]]\\ |
- | [[https://www.arduino.cc/en/reference/wire | Wire.h]]\\ | + | [[https://www.arduino.cc/en/reference/wire|Wire.h]]\\ |
\\ | \\ | ||
Am setat pinii pentru ledul RGB(13,12,11) pe HIGH pentru a fi ledul alb cand ruleaza aplicatia.\\ | Am setat pinii pentru ledul RGB(13,12,11) pe HIGH pentru a fi ledul alb cand ruleaza aplicatia.\\ | ||
Line 39: | Line 39: | ||
Daca sensorul a scanat o amprenta incearca sa o recunoasca din baza de date, daca exista afiseaza pe display "Hello" si "Numele" daca id e intre 1 si 10, aprinde becul verde si scoate un sunet scurt, daca nu exista aprinde becul rosu si scoate un sunet derajant. Dupa acesta afisam pe display "Match" sau "Not Match".\\ | Daca sensorul a scanat o amprenta incearca sa o recunoasca din baza de date, daca exista afiseaza pe display "Hello" si "Numele" daca id e intre 1 si 10, aprinde becul verde si scoate un sunet scurt, daca nu exista aprinde becul rosu si scoate un sunet derajant. Dupa acesta afisam pe display "Match" sau "Not Match".\\ | ||
===== Rezultate Obţinute ===== | ===== Rezultate Obţinute ===== | ||
- | ==== Video: ==== | + | ==== Video: ==== |
- | [[https://drive.google.com/file/d/1m-23f31_4F-ZoPrHZqyItj8M9_cxLAmk/view | Hardware]]\\ | + | [[ https://drive.google.com/file/d/1m-23f31_4F-ZoPrHZqyItj8M9_cxLAmk/view | Hardware]]\\ |
- | [[https://drive.google.com/file/d/17jO2PzWJFfktickJZyLtYjXyxP2PPKQT/view | Serial Monitor]] | + | [[ https://drive.google.com/file/d/17jO2PzWJFfktickJZyLtYjXyxP2PPKQT/view|Serial Monitor]]\\ |
- | ==== Poze: ==== | + | ==== Poze: ==== |
{{f_all.jpeg?750x550 | Hardware}}\\ | {{f_all.jpeg?750x550 | Hardware}}\\ | ||
Line 122: | Line 122: | ||
===== Download ===== | ===== Download ===== | ||
{{project_pm2021_vi.zip | Fisierul sursa }}\\ | {{project_pm2021_vi.zip | Fisierul sursa }}\\ | ||
- | <html><a class="https://ocw.cs.pub.ro/courses/pm/prj2021/avaduva/fingerprint_authentication" href="?do=export_pdf">Autentificare prin amprenta PDF</a></html> | + | <html><a class="pdf" href="?do=export_pdf">Autentificare prin amprenta PDF</a></html> |
===== Bibliografie/Resurse ===== | ===== Bibliografie/Resurse ===== | ||
[[https://ocw.cs.pub.ro/courses/_media/pm/atmel-7810-automotive-microcontrollers-atmega328p_datasheet.pdf | ATmega328P]]\\ | [[https://ocw.cs.pub.ro/courses/_media/pm/atmel-7810-automotive-microcontrollers-atmega328p_datasheet.pdf | ATmega328P]]\\ | ||
- | [[https://cdn-learn.adafruit.com/downloads/pdf/adafruit-optical-fingerprint-sensor.pdf | Adafruit Optical Fingerprint Sensor]]\\ | + | [[https://cdn-learn.adafruit.com/downloads/pdf/adafruit-optical-fingerprint-sensor.pdf|Adafruit Optical Fingerprint Sensor]]\\ |
==== Software ==== | ==== Software ==== | ||
[[https://www.arduino.cc/en/Reference/LiquidCrystal | Ecran LCD]]\\ | [[https://www.arduino.cc/en/Reference/LiquidCrystal | Ecran LCD]]\\ | ||
- | [[https://adafruit.github.io/Adafruit-Fingerprint-Sensor-Library/html/functions_func.html | Senzor Amprentă]]\\ | + | [[https://adafruit.github.io/Adafruit-Fingerprint-Sensor-Library/html/functions_func.html|Senzor Amprentă]]\\ |
- | [[https://www.arduino.cc/reference/en/language/functions/communication/serial/ | Serial]]\\ | + | [[https://www.arduino.cc/reference/en/language/functions/communication/serial/|Serial]]\\ |
- | [[https://www.arduino.cc/reference/en/ | I\O]]\\ | + | [[https://www.arduino.cc/reference/en/|I\O]]\\ |
==== Hardware ==== | ==== Hardware ==== | ||
[[https://create.arduino.cc/projecthub/akshayjoseph666/interface-i2c-16x2-lcd-with-arduino-uno-just-4-wires-273b24 | Ecran LCD]]\\ | [[https://create.arduino.cc/projecthub/akshayjoseph666/interface-i2c-16x2-lcd-with-arduino-uno-just-4-wires-273b24 | Ecran LCD]]\\ | ||
- | [[https://create.arduino.cc/projecthub/MissionCritical/how-to-set-up-fingerprint-sensor-with-arduino-ebd543 | Senzor Amprentă]]\\ | + | [[https://create.arduino.cc/projecthub/MissionCritical/how-to-set-up-fingerprint-sensor-with-arduino-ebd543|Senzor Amprentă]]\\ |