Electronic Spinet – Musical instrument using Arduino

Spinet it is a vintage musical instrument which has similar looks of a keyboard. It always get better when Technology touches the vintage stuffs. So we decided to build a simple Electronic Spinet using Arduino without using any keys. This project use of ultrasonic sensor which replace the keys. Let’s look into making of this project.

 

HARDWARE COMPONENTS:

  • Arduino UNO
  • HC-SR04 Ultrasonic sensors.
  • 8 ohm Speaker.

SCHEMATIC DESIGN OF ELECTRONIC SPINET:

ULTRASONIC SENSORS:

It contains two major parts named as trig and echo. The trig act as transmitter which sends the ultra sound waves. After a small time interval the echo is activated which act as a receiver and accepts the ultra sound which gets reflected from the obstacles. Using the time interval of transmitted and echoed Ultrasonic waves distance between the object is calculated. Later it was fed into Arduino digital pins.

SETTING UP THE PROJECT:

  • Fix the sensor to the table so that it will not move from its position, i advise to use any adhesive.
  • Then place each sensors at a optimum distance say 50cms to 75cms
  • Keep the wires aside so that it will not get stuck to your fingers while usage.

WORKING OF E-SPINET:

In the code, we have used different frequencies of the piano that is frequencies of the existing physical piano. The complete working of the spinet is based on the distance parameter. If there is an obstacle in front of the ultrasonic sensor, sound will be produced in the speaker. Here obstacle is nothing but our finger which we are using for producing the sound.

We have designed the code in such a way that for every 3cms the sound should be changed so that music can be played when we are waving our fingers between the sensors. For example, if we place the finger at the distance of 3cms from the ultrasonic sensor, tone of particular frequency will be produced. Similarly, if we place finger at a distance of 6cms from the ultrasonic sensor, different frequency will be produced. Using this Electronic spinet, we can produce up to 24 sounds which can be expandable up to the users wish.

Read More: Electronic Spinet – Musical instrument using Arduino


About The Author

Ibrar Ayyub

I am an experienced technical writer with a Master's degree in computer science from BZU Multan University. I have written for various industries, mainly home automation and engineering. My writing style is clear and simple, and I am skilled in using infographics and diagrams. I am a great researcher and am able to present information in a well-organized and logical manner.

Follow Us:
LinkedinTwitter
Scroll to Top