PROYECTOS
EVENTOS
talleres
NOTICIAS
PERSONAS

Theremin

Un theremin es un instrumento musical muy particular, ya que puede ser tocado sin la necesidad de entrar en contacto directo con él, utilizando solo el movimiento de las manos en el aire. El tono depende de la distancia entre las manos y el sensor de proximidad, pudiéndose interpretar melodías simples de manera muy fácil y entretenida.

Existen varios tipos de theremin, ya sea de tubos de vacío, analógicos o digitales. Este proyecto se basa en un theremin digital, el cual utiliza elementos simples en conjunto con un Arduino Nano V3.0. Los elementos utilizados fueron los siguientes:

- 1 Arduino Nano V3.0 
- 1 Shield de arduino nano
- 1 sensor ultrasónico de proximidad
- 1 buzzer pasivo 
- 1 potenciómetro de 10 kΩ
- 1 transistor 
- Cables hembra/hembra

¿Cómo funciona?

El sensor de proximidad es el encargado de medir la distancia de la mano u objeto con el que se toca el theremin. Dicha información es procesada por el arduino, quien crea una señal en respuesta para emitir la frecuencia acorde a la distancia medida. Esta señal es amplificada por el transistor antes de llegar al buzzer, quien recibe la señal y emite el sonido correspondiente. Así mismo, utilizando el potenciómetro se dispone un divisor de voltaje desde el transistor con el fin de controlar el volumen del sonido emitido por el buzzer.

¿Cómo se determina la frecuencia de la nota emitida?

Para determinar la nota que debe emitir el theremin para cada distancia, se determina en el código el rango de distancia de funcionamiento del theremin, así como el rango de frecuencias emitidas. Así la frecuencia más altá será emitida en la menor distancia posible, mientras que la frecuencia más baja será emitida a la amyor distancia posible. La relación distancia/frecuencia es lineal.


Theremin

A theremin is a musical instrument with the particular feature that a person doesn´t actually have to touck the instrument to play it. The movement of the hand in the air over the device determines the tone that the instrument plays

There are several types os theremins, wether digital, analog or made of vacuum tubes. This project is based on a digital theremin, which uses simple electronic elements together with a Arduino Nano V3.0. The elements used are listed below:

- 1 Arduino Aano V3.0 
- 1 Arduino Nano's shield
- 1 ultrasonic proximity sensor
- 1 passive buzzer 
- 1 10 kΩ potentiometer
- 1 transistor 
- Female/female wires

How does it works?

The proximity sensor measures the distance to the hand or object that's playing the theremin. That information is transfered to the Arduino, which prosesses the information and emits a signal in response to reproduce the equivalent note. This signal is then amplified by the transistor before reaching the buzzer, which produces the sound of the theremin. In adition, a voltage divider is placed in the transistor using the potentiometer, device that is used to control the volume of the theremin.

How is the emitted note determined?

To determine the note that corresponds to each distance, it is necessary to determine a range of operating distance, as well as a frecuency range. Therefore, the higher frecuency is emitted at the shortest operating distance and the lower frecuency is emitted at the largest operating distance. The relationship betweeen distance and frecuency is linear within this range.

CONTEXTO
TÍTULO
Theremin
TIPO DE PROYECTO
CATEGORÍAS
INDUSTRIA
FECHA DE CONSTRUCCIÓN
1 de Noviembre de 2018