- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 2 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 3 months ago
- Building a 3D Digital Clock with ArduinoPosted 8 months ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 9 months ago
- Snowflake with ArduinoPosted 9 months ago
- Holographic Christmas TreePosted 10 months ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 10 months ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 11 months ago
- What is IoT and which devices to usePosted 11 months ago
- Maker Faire Rome Unveils Thrilling “Padel Smash Future” Pavilion for Sports EnthusiastsPosted 12 months ago
Fingerprint door lock system
In this tutorial we will learn how to register fingerprints and then read them with the biometric sensor and activate a lock.
The sensor works with the serial protocol, so it can be used with any microcontroller (Arduino UNO in this case) or development card.
The device also has the ability to store up to 162 fingerprints in its internal FLASH memory. The device’s LED lights up every time it detects the fingerprint.
To be able to use it, it’s therefore necessary to save the fingerprints in its database. These fingerprints are assigned an ID and then the reading and comparison sequence can be started to verify and execute actions based on the result.