News

After playing around with my Arduino I quickly realised every project I had made required an LCD display. I set about making a LCD Shield to go on top of a standard Arduino. The circuit uses a 16x2 ...
There was an error while loading. Please reload this page. Demonstrates the use a 16x2 LCD display. The LiquidCrystal library works with all LCD displays that are ...
One of the limitations of the small 8 bit microcontrollers like the Atmel ATMega family adopted by the Arduino board, is the reduced number of I/O ports. Among the main advantages of these ...
As promised in the first part of this article, now it is time to see in detail how we can use the Alphanumeric LCD Display in our Arduino sketches. The idea beside this project is to give a simple ...
// C++ code // include the library code: #include // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 5, 4, 3, 2); int ultrasonic = 0; long ...
An RFID-based attendance system transforms the tedious task of manual attendance tracking into an automated, error-free process. What makes this project particularly exciting is how a few inexpensive ...