Skip to content

An unofficial version of the Android library for the Muse EEG headset

Notifications You must be signed in to change notification settings

SiddhantAttavar/libmuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libmuse

NOTE: This is an unofficial version of the Android library for interfacing with the Muse EEG headset.

The Muse headset is a research-grade, low-cost EEG headset that is designed to be used by researchers and clinicians in the field of EEG research. The Muse headset is a low-cost, wireless headset that can be worn on the head, or worn on the chest. The Muse headset is designed to be used by researchers and clinicians in the field of EEG research.

Muse has officially discontinued support for the Android and iOS SDKs and is no longer being actively developed.

About the Muse SDK:

The Muse SDK is a set of libraries and tools that allow you to connect to the Muse headset and use its EEG data. It was developed by Muse Labs for the Muse 1 headset. It has not been tested on the newer Muse 2 headset and Muse S headset and is not garaunteed to work on these devices.

Getting Started:

To get started:

To run the sample Android App, use the instructions from this guide.

Option 1: Using Android Studio (Recommended)

  • Clone this repository: git clone https://github.com/SiddhantAttavar/libmuse.git
  • Install Android Studio
  • Open the SDK Manager in Android Studio by going to Tools -> Android -> SDK Manager.
  • Select packages and install them:
    • Android SDK Platform-Tools (Rev 21)
    • Android SDK Build-Tools (21.1.2)
    • Android Build Tools (Rev 19)
    • Android 5.0.1 (API 21) -> SDK Platform
    • Android 4.4.2 (API 19)
  • Go to File -> Import Project ...
  • Navigate to yourInstallDir/libmuse/examples/TestLibMuseAndroid/AndroidManifest.xml. Select the file and open it. Click through all the defaults for importing
  • Select AndroidManifest.xml. Now go to Build -> Make Project. You should see BUILD SUCCESSFUL
  • Enable USB debugging in the Settings -> Developer Options -> USB Debugging menu
  • Plug the Android device into your computer
  • Go to Run -> Run app. You should see the example app appear on your Android device. You will need to place the Muse on your head in order to see the Muse Elements numbers start to appear.

Option 2: Using Eclipse

  • Clone this repository: git clone https://github.com/SiddhantAttavar/libmuse.git
  • Install Eclipse
  • Install the Eclipse Android ADT plugin
  • Go to File -> Import ... and select Android -> Add Existing Android Code into Workspace. Browse to yourInstallDir/libmuse/examples/TestLibMuseAndroid. Click Finish.
  • Go to Project -> Clean and click OK in the popup
  • Enable USB debugging in the Settings -> Developer Options -> USB Debugging menu
  • Plug the Android device into your computer
  • Click Run->Run As->Android Application
  • Select your device on the screen that appears. You should see the example app appear on your Android device. You will need to place the Muse on your head in order to see the Muse Elements numbers start to appear.

About

An unofficial version of the Android library for the Muse EEG headset

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages