Posts

Image
                       Quick introduction 16*2 LCD  LCD means Liquid Crystal Display. We use LCD technology everyday in Watches, digicode display, and so on . Look around you, and check these small or great LCDs. There exist two big families of  LCD display:    *    Character LCD is based on a matrix of characters (columns x rows)    *    Graphical LCD , is based on a pixel matrix We can find a lot of printed circuit boards that include an LCD and the connectors to interface them with Arduino and other systems for cheap ,  nowadays. There is now a library included in the Arduino Core that is really easy to use. Its name is Liquid Crystal,   and it works with all LCD displays that are compatible with the Hitachi HD44780 Driver. This driver is really common . Hitachi developed it as a very dedicated driver,    that includes a micro-control...
Image
Fingerprint Based Biometric Attendance System using Arduino Attendance systems are commonly used systems to mark the presence in offices and schools. Required Components 1.     Arduino -1 2.     Finger print module -1 3.     Push Button    - 4 4.     LEDs -1 5.     VR10k   Resistor -2 6.     2.2K resistor -1 7.     Power 8.     Connecting wires 9.     Box 10.   Buzzer -1 11.   16x2 LCD -1 12.   Bread Board -1 13.   RTC Module -1 FingerPrint module: R305 finger print module Biometric identification from a print made by an impression of the ridges in the skin of a finger is often used as evidence in criminal investigations. Yes, now we can use the same biometric identification technique to build our own hobby projects like a biometric authenticator/access cont...