Skip to content
This repository has been archived by the owner on Mar 17, 2021. It is now read-only.
/ EEGPlotter Public archive

A GUI tool to visualise biosignals sent from microcontroller over serial port.

License

Notifications You must be signed in to change notification settings

oalvaroc/EEGPlotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EEGPlotter

A GUI tool to visualise biosignals sent from microcontroller over serial port.

Requirements

Name Version
Python 3.x.x
Numpy 1.19.1
PyQt5 5.15.0
PyQtGraph 0.11.0
pySerial 3.4
SciPy 1.5.2

Instructions

  1. Clone this repo: git clone https://github.com/a1varo-costa/EEGPlotter.git

  2. Inside the cloned 'EEGPlotter' directory create a new Python virtual environment and activate it:

    • MacOS/Linux
    cd EEGPlotter/
    python3 -m venv venv
    source venv/bin/activate
    • Windows
    cd EEGPlotter\
    python -m venv venv
    venv\Scripts\activate.bat
  3. Install requirements:

    pip install -r requirements.txt
    
  4. Edit main.py:

    • Select the serial port: COM3, COM4, ... (Windows) | /dev/ttyUSB0 (Linux), for example
    • Select the sampling frequency (Hz)
  5. Run main.py:

    python3 main.py
    

Licence

See LICENCE

About

A GUI tool to visualise biosignals sent from microcontroller over serial port.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages