News

Displaying "Hello World" on a 16x2 LiquidCrystal Display using an Arduino board is a common project for beginners. To do this, the display needs to be connected to the board by using the following ...
This adapter makes connection of LCD to Dasduino (or any other Arduino-compatible board) a breeze! It uses I2C communication which needs only two pins. It can be used and work with all of ours LCDs ...
In this project we are going to make an Arduino pH Meter and learn how to measure the pH of a liquid solution using a gravity pH sensor and Arduino. A 16x2 LCD is used to show the pH value on the ...
This module will investigate creating an interactive side-scrolling game using an Arduino. It will also provide experience with advanced usage of the 16x2 LCD screen and its scrolling capabilities.
In this tutorial we learn about Queue to transfer data from one task to another and demonstrate the working of queue APIs by interfacing 16x2 LCD and LDR with the Arduino Uno.