Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenBCI Headset Config #3

Open
priyanshumahey opened this issue Jul 17, 2023 · 0 comments
Open

OpenBCI Headset Config #3

priyanshumahey opened this issue Jul 17, 2023 · 0 comments
Labels
eeg headset Anything that has to do with the physical EEG ui component A UI component that needs work

Comments

@priyanshumahey
Copy link
Contributor

OpenBCI Headset Config

Overview

For this task, we want to create a simple page that displays a graph taken from the OpenBCI headset if the EEG headset is running. If the headset is not running, we'd show the user an error message that the headset isn't properly configured as well as link them to where the current code is on their computer to ask them to adjust their code.

Details

The UI for this should be similar to the .drawio file. If the headset is connected, we display a graph. We first need to check if the headset is connected. We do this using brainflow (https://brainflow.readthedocs.io/en/stable/). Using this, we can check if the OpenBCI headset is connected or not. If it is connected, we'd display the graph and an example of what this could possibly look like is here:

If the headset is not connected, we'd show and error message and we'd use os to link to the local code to the repo in order to let the user know there may be an issue with the code.

Deliverable

The deliverable for this will be a eegconfig class that displays the graph/error message

@priyanshumahey priyanshumahey added eeg headset Anything that has to do with the physical EEG ui component A UI component that needs work labels Jul 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
eeg headset Anything that has to do with the physical EEG ui component A UI component that needs work
Projects
None yet
Development

No branches or pull requests

1 participant