English
Project that prints character by character on a 2x16 LCD screen and displays a looping message by clearing the screen. The LCD library teaches how to use the setCursor and print functions.
A project that creates an animation effect of the text moving left and right on the LCD screen and hitting the walls. Teaches dynamic setCursor positioning and text animation logic.
A project that displays the readings from the HC-SR04 distance sensor in cm in real time on a 2x16 LCD screen. It combines sensor data and LCD display.
The project that prints messages by controlling the LCD screen with only 2 cables (SDA, SCL) thanks to the I2C module. Teaches how to save pins with I2C protocol.
Project that performs height measurement by calibrating with HC-SR04 sensor and I2C LCD screen. It offers a practical application by managing calibration and measurement steps with two buttons.