The Arduino Piano Player allows users to press push-buttons and generate musical notes using a buzzer. It demonstrates how input pins, tone generation, and loop logic work in microcontrollers.
The idea behind our project was to create mini piano using Arduino. Since we wanted each button to play one note and have many keys, we decided to use multiplexer for the inputs instead of connecting ...