Giter Site home page Giter Site logo

eeg's Introduction

EEG

Measurement of EEG signal and sending them to server and having a csv copy on the device

###HelloEEGActivity

This class is the proprietory class of NeyroSky API and example class given with the bundle.

                tv.append("Got XXX: " + msg.arg1 + "\n");

Is the line that actually prints the required signal on the mobile device screen. The XXX denotes the multiple cases that correspond to the message received from the device: Raw Data, Heart Rate, Attention, Meditation,Eye Blinks.

                int att = msg.arg1;
            		ATT = String.valueOf(att);
            		
            		WriteToCSVFile csvWrite = new WriteToCSVFile();
					      csvWrite.generateCsvFile(Attention, ATT);

This section of the code is from the Attention case and shows us the way to write the data in a csv file.

                public static String SERVER_URL = "http://192.168.0.105:8081";

In case of your use, change this line to suit as per necessity.

###WriteToCSVFile

This class is mainly to write the data from the Attention and Meditation case to a csv file with a time stamp.

###ServerPost

This class has been integrated into the project to send incoming data from the BCI device to the local server for further analysis of the work.

eeg's People

Contributors

koroksengupta avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.