EnOcean and Raspberry Pi - A simple review

The sensor and communication kit by EnOcean transforms a Raspberry Pi into a wireless sensor hub. Data from the low-power sensors gets centralized in the Raspberry Pi board, enabling to pre-process the data before sending a control signal or before sending it to a web server data base.

MIDI Based Theremin using a Raspberry Pi

This is a simple guide to build an electronic musical instrument. The MIDI notes are generated using a Raspberry Pi and a sonar sensor. Although the original Theremin is played using antennas, this one will use sonar technology as pitch control. The idea is to vary the distance between the user hand and the distance sensor, causing the pitch to change accordingly.

MIDI and the Raspberry Pi

There is a lot you can do with a Raspberry Pi, creating sounds (and therefore music) is one of the few Raspi weakness. Running Raspbian takes a lot of processing power and this is needed in order to run a synthesizer natively. The consequence is an awful latency and sometimes not even a sound comes out.

There is a way to produce sound that is simple and processing power efficient, this is using MIDI. This is a guide to use MIDI and generate sound with your Raspberry Pi. The resulting sound is not nearly as neat as a native synthesizer, but this will give you a glance of what you can do using Midi and your Raspberry Pi.

Distance sensor working on a Raspberry Pi

A fun way to start playing with your Raspberry Pi is using LEDs and buttons, from there you can try other sensors. This is a simple, hands on tutorial to get the HC-SR04 distance sensor working using the Raspberry Pi.


Materials