Skip to content

codehunks/emotiv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EPOC EMOTIV Programming

Intro

A revolutionary personal interface for brain computer interacton.The Emotiv EPOC headset uses a total of 16 sensors, 14 for EEG data, 2 for gyro motions to tune into electrical signals produced by the brain to detect user thoughts, feelings, expressions and their mental state.

Requirements

  1. OS: Windows 7/8
  2. Programming Tool: Visual Basic C++ (tested with express 2010)
  3. EMOTIV SDK: Tested with education version.

Installation

Those who spent bucks for the device, get ready with your Emotiv-SDK. SDK installation is fairly easier, you just have to follow the steps as mentioned in the installation guide.

Getting Started

First, wear the headset on your head, try to connect all the 16 sensors with the sdk control panel so that you get a good connection.

Second, make sure you set up your applications to be 32 bit x86 in VB, otherwise they won't link to edk.dll which is 32 bit (unless you have SDK v2.0.0.20 or later which also has 64 bit versions). Make sure edk.dll and edk_utils.dll are in your project directory or search path. Then you should be able to build any of the examples in the SDK installation folder. The SDK manual has fairly comprehensive instructions on how to program for EPOC.

Programming with glut(a library of utilities for OpenGL programs)

Configuring Visual C++ and GLUT

Building & Running

  1. F7 for building (succeed without errors)
  2. F5 for running your app.

Patches are welcomed

$ git clone https://github.com/codehunks/emotiv.git "emotiv"
$ cd emotiv

References

[1] EPOC EMOTIV

[2] OpenGL

About

Sample Apps for EPOC EMOTIVE device

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published