Arduino Theremin
An Arduino Theremin using Arduino, an ultrasonic sensor, and a speaker that produces varying sound pitches based on the distance of an object from the sensor.
Description
The Arduino Theremin is a musical instrument that produces different sounds based on the distance of an object from the ultrasonic sensor. The ultrasonic sensor measures the distance of the object and sends the data to the Arduino. The Arduino processes this data and generates corresponding sound frequencies through the speaker. The pitch of the sound changes based on the distance, similar to how a traditional theremin works. This project combines music and sensor-based interaction to create a fun and creative experience.
-
A Visitor Counter automatically counts the number of people entering or leaving a room using an IR sensor. The count is displayed on a 16×2 LCD, and a buzzer can alert when a specific limit is reached. This project is widely used in shops, libraries, offices, and events to monitor occupancy. It demonstrates sensor interfacing, counting logic, and real-time display using Arduino.













