English
Project that plays the first two stanzas of the National Anthem of the Republic of Turkey note by note with Buzzer. Teaches frequency-note relationship and melody programming.
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.
Project that controls the servo motor in real time by converting the potentiometer value to the range 0-180°. teaches map() function and analog-servo integration.
Project that can adjust the LED walking speed in real time with the potentiometer. Teaches to dynamically control the delay time by reading the potentiometer value with analogRead.
Project with potentiometer that can adjust the speed of the black lightning LED animation in real time. It combines analog input and bidirectional loop control.