To record EEG data we will use the OpenBCI project’s 8bit board
The OpenBCI board comes with a Bluetooth dongle based on the RFduino. Processing of EEG data will be done using the Raspberry Pi B+
The Raspberry Pi B+ will be connected to an HDMI monitor for the GUI as well a mini MIDI controller (e.g. the Novation Launch Control) for controlling parameters in real-time
To make the interface between the MIDI controller and the Raspberry Pi B+ smooth and not let the latter be bothered with handling the MIDI controller, we will use an Arduino Uno as an bidirectional in-between. This will also allow us later on to make our own control pad.