Giter Club home page Giter Club logo

eeg-101's Introduction

banner

An Interactive EEG tutorial that teaches EEG and BCI basics.

Overview

  • Teaches the very basics of EEG, including where signals come from, how EEG devices work, and how to process EEG data
  • Streams data from the Muse with LibMuse Java API
  • Built with React Native for Android
  • Completely free, open-source, and available for use/adaption in any project

Find EEG 101 on the Android Play Store!

Video Walkthrough

https://www.youtube.com/watch?v=GunGP1yrqM8&feature=youtu.be

Currently In Development

How it works

screens

Our goal with EEG 101 was to create a flexible base for EEG and BCI mobile development that novice programmers could build on top of, and could be adapted to work on multiple platforms with different EEG devices. To satisfy those concerns, we've built the app in React Native, which allows for fast, straight-forward front-end development and the promise of an easy port to iOS in the future (hopefully).

EEG 101 is split right down the middle between Java and React. If you're interested in how we communicate with the Muse, process EEG data, and plot the results in real time, check out the graph and signal classes in the android source folders. Our implementations are all (for the most part) typical Android components written in Java.

If you'd like to use EEG 101 as a base for your own React Native app, take a look at how we've written the tutorial in the src folder. Connecting to a Muse and plotting real-time EEG data is as simple as using one of the React components we have already defined.

Setup

  1. Install and setup React Native. This may involve also installing the JDK, Node, Watchman, and the Gradle Daemon as well
  2. Install yarn
  3. Clone this repo git clone https://github.com/NeuroTechX/eeg-101.git
  4. run yarn install in the EEG101 folder
  5. Connect an Android device with USB debug mode enabled. There can be issues running this app on a virtual device and we recommend real hardware.
  6. Run react-native start to start React packager
  7. In new terminal, run adb reverse tcp:8081 tcp:8081 to ensure debug server is connected to your device and then react-native run-android to install EEG 101

Common setup problems

  1. Gradle build error: Attribute "title" has already been defined
  1. INSTALL_FAILED_UPDATE_INCOMPATIBLE: Package com.eeg_project signatures do not match the previously installed version; ignoring!
  • Solution: Uninstall any pre-existing versions of the app on your device
  1. Could not connect to development server
  • Solution: Make sure that the device is connected, run adb reverse tcp:8081 tcp:8081, and restart the React packager (react-native-start)
  1. Could not get BatchedBridge
  • Solution: Run adb reverse tcp:8081 tcp:8081 again and reload
  1. Error retrieving parent for item: No resource found that matches the given name 'android:TextAppearance.Material.Widget.Button.Borderless.Colored'

eeg-101's People

Contributors

jdpigeon avatar hubertjb avatar rcassani avatar braintrain3000 avatar kowalej avatar nicproulx avatar

Watchers

James Cloos avatar Erdem Başeğmez 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.