After a weeks of hard going I've gotten the mindwave mobile connected via bluetooth to my Raspberry Pi. I'm using the following python scripts to access the data. https://github.com/robintibor/python-mindwave-mobile
The script successfully prints out the properties the MindWave measures (delta, theta, gamma, meditation, attention, etc..). Unfortunately, the way the code is written all of these properties are mysteriously being concatenated into a single return. Looking inside of the class I can't see (or at least don't understand) what method to call to retrieve a single property, such as 'Gamma' or 'Delta'. All of this conflation is taking place inside of MindwaveDataPointReader.py which I've been spelunking to no avail. However, I'm sure this would be short work for someone with more experience. Thanks.