Skip to content

Python package to communiate with NeuroPawn Knight EEG board without BrainFlow

License

Notifications You must be signed in to change notification settings

pikaspace/pikalabs-knightreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Knight Reader

A Python package for direct serial communication with the NeuroPawn Knight EEG board.

Requirements

Installation

  1. Install pyserial:

    pip install pyserial
  2. Copy the package into your project:

    your_project/
    ├── knight_reader/
    │   ├── __init__.py
    │   └── knight_reader.py
    └── your_script.py
    
  3. Ensure serial port permissions (Linux):

    sudo usermod -a -G dialout $USER
    # Log out and back in, or:
    sudo chmod 666 /dev/ttyUSB0

Basic Usage

See example.py

License

MIT License

About

Python package to communiate with NeuroPawn Knight EEG board without BrainFlow

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages