Arduino is an open-source electronics platform based on easy-to-use hardware and software. It's intended for anyone making interactive projects. With the Arduino UNO board and the Arduino program code, we can make a controller for our project. In the practical session, my group and I programmed the Arduino UNO board to control the servo to make the pegasus's wing flap. Beyond the base requirement, we decide to use the push button to control the start of the flapping. To make our pegasus toy more interesting, we added a melody using the Arduino programming. The melody we chose is the State Anthem of the Soviet Union🐻. Working Principle We use the metal wire to connect the servo and the pegasus's wings. When we program the servo movement, the servo will be turned and apply force to the wing. Thus the wings will be flapping. Programming To achieve this, we combined 3 individual codes together: the push button, the melody, and the servo. So we write the code one by one for e...