- Configuring an ESP8266 for Battery PowerPosted 16 hours ago
- Creating a Telegram Bot for ESP32Posted 2 days ago
- Mini Course on BlynkPosted 3 days ago
- Creating a Unique Electronic Musical Instrument: The Sound WallPosted 5 days ago
- Building a Laser MicroscopePosted 5 days ago
- Grand Piano Keys with ArduinoPosted 1 week ago
- Wireless Power TransferPosted 1 week ago
- Robot Punchers with ArduinoPosted 1 week ago
- A minimal 3D-printed scalePosted 2 weeks ago
- Expanding the pins of a microcontrollerPosted 2 weeks 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.