Skip to content
 
 

Latest commit

 

History

15 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenBCICode

Includes scripts to read EEG signals and plot it visually.

“bcitest.py” was run with the following flags: “python bcitest.py --serial-port COM6 –-board-id 2”

Installing

  1. Fork the repo
  2. Make venv (if you don't have one):
    • Windows: python -m venv .venv
    • Linux/Mac: python3 -m venv .venv
  3. Activate venv:
    • Windows:
      • If running on powershell: .venv\Scripts\activate.ps1
      • Otherwise: .venv\Scripts\activate.bat
    • Linux/Mac: .venv/bin/activate
  4. pip install -r requirements.txt

Running

Make sure your venv is active (see above).

Wherever you run the above activate script, that's where you need to run the script, so that means DON'T USE THE RUN BUTTON ON PYCHARM

Currently assumes --serial-port COM6 –-board-id 2

About

Includes scripts to read EEG signals and plot it visually

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages