- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 1 week ago
- Understanding the Mechanics of 3D PrintingPosted 2 months ago
- SDS011 the Air Quality SensorPosted 3 months ago
- NIXIE STYLE LED DISPLAYPosted 6 months ago
- TOTEM: learning by experimentingPosted 6 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 7 months ago
- Water Softener Salt Level MonitorPosted 7 months ago
- Sparkly Air SensorPosted 7 months ago
- Ultra sonic distance finder with live statusPosted 7 months ago
- Windows interface to have total control over lampsPosted 7 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.