MindWave Mobile - call individual data points

After several weeks of hard work, I got a mobile mobile connection connected via Bluetooth to my raspberry pi. I use the following python scripts to access data. https://github.com/robintibor/python-mindwave-mobile

The script successfully prints the properties of the MindWave measures (delta, theta, gamma, meditation, attention, etc.). Unfortunately, the way you write code for all of these properties is mysteriously combined into a single return. Inside the class, I don’t see (or at least I don’t understand) which method to call to retrieve a single property, such as Gamma or Delta. All this merging happens inside MindwaveDataPointReader.py, which I did not execute. However, I am sure it will be a short job for someone who has more experience. Thanks.

+4
source share

Source: https://habr.com/ru/post/1489204/


All Articles