openyou / emokit

Open source driver for accessing raw data from the Emotiv EPOC EEG headset

Home Page:http://www.openyou.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Large values

ShaneHudson opened this issue · comments

I'm new to emokit, and am wanting to use the raw data from an EPOC+. It doesn't need to be 100% accurate, but I want it to be useable for detecting differences to show readings while listening to different types of music.

As you can see from the screenshot, the values are coming back much larger than expected. Am I interpreting them wrong? Or is there an issue?

screenshot 2017-09-03 16 25 42

If I understood datasheet right, epoc+ has resolution 14 bit, with LSB = 0.51μV, so to get voltage value you should subtract 4096 from your data and multiply result to 0.51μV

Epoc + datasheet: https://www.emotiv.com/files/Emotiv-EPOC-Product-Sheet-2014.pdf

Ah brilliant thank you!