uploaded 1 day ago
ESP-IDF driver for the R503 fingerprint sensor
5 examples
-
aura_led_demo
ESP-IDF example for testing the R503 Aura LED control API. It initializes the sensor, performs handshake and password verification, and cycles through several Aura LED patterns.
1.76 KB
-
-
basic_info
Basic ESP-IDF example for reading R503 sensor information, which initializes the sensor, performs a handshake, verifies password, and reads various system parameters, including template count, firmware version, algorithm version, and product information.
1.93 KB
-
delete_templates
ESP-IDF example for clearing fingerprint templates from the R503 sensor, which initializes the sensor, reads the current template count, deletes all templates, and verifies that the library is empty.
1.54 KB
-
manual_enroll_identify
Manual ESP-IDF example for fingerprint enrollment and identification using the R503 sensor. It includes initializing the sensor, performing handshake and password verification, capturing fingerprints, and searching the fingerprint database.
2.12 KB