Ildar Rakhmatulin, a researcher at Heriot-Watt University, reached out to us on LinkedIn to share a device he has created that works with a Raspberry Pi to measure EEG signals produced by the brain as well as other bioelectrical signals. In other words, he has turned a Raspberry Pi into a brain–computer interface.

Ildar has written bespoke software to read these signals on a Raspberry Pi, and he hopes that this end-to-end solution will open up a pathway to more affordable experiments in neuroscience. He named his device PiEEG.
EEG bioelectrical brain what now?
Various specialised tissues in the human body — like brain tissue, and heart muscle, and the muscles you use when you move your body — produce electrical signals as an intrinsic part of their functioning. Electrodes in contact with the skin can measure some of these signals, and the measurements can then be analysed to reveal information about what is happening in the tissues. An EEG (electroencephalogram) is a recording of electrical signals produced by the brain. Ildar’s device can also make electrocardiogram (ECG) recordings of signals from the heart, and EMG (electromyogram) recordings of signals from skeletal muscles, the muscles you use when you move.
How does it work?
PiEEG is an add-on board, based on a Texas Instruments ADS299 ADC (analogue-to-digital converter), that connects to Raspberry Pi’s GPIO pins. Electrodes in contact with the skin are connected to the PiEEG board, which takes the analogue electrical signals from the brain as inputs, digitises them, and transmits them to a Raspberry Pi.

EEG data tends to be very noisy due to a combination of electromagnetic interference, poor contact between the electrodes and the scalp, and ordinary human movement. Ildar and his colleagues tackled this by implementing a bandpass filter in software to remove noise in real time. They use a suite of C, C++ and Python scripts to read, process, and display the data.
What can you use it for?
The design allows you to measure and process EEG signals and other bioelectrical signals in real time. You could use it to control robots and mechanical limbs by thinking, or as a DIY sleep monitor. Scientists could use the device for research involving cognition and emotion.
Open source and crowdfunded
Ildar’s aim is to make neuroscience more accessible, so everything is open source and available on GitHub. There are separate instructions to help you make a cap to wear so the electrodes can read your brain signals.
He is launching a crowdfunding campaign soon to help manufacture more PiEEG devices.