In this project, we will learn how to make a height measuring device. The height measuring device is a simple device used to measure the height of a person who stands under it. The device will be installed at a certain height and when anyone stands under the device, the height measuring device will measure … Continue reading Tutorial 17: Height Measuring Device
Tutorial 15: I2C LCD- Custom Character
In this tutorial, we will learn how to make custom characters on an I2C LCD display. Click here to refer to my previous blog and learn about the I2C LCD display basics. Custom characters are non-original figures created from original parts. You can create different figures such as hearts, squares, rectangles, and more. The I2C … Continue reading Tutorial 15: I2C LCD- Custom Character
Tutorial 14: I2C LCD
LCDs are fun and we can use them in Arduino projects to show status messages or to display information like temperature or distance or any value instead of showing them in the serial monitor. In this tutorial we will learn how to connect 16x2 character LCD to Arduino board and how to display information on … Continue reading Tutorial 14: I2C LCD