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

design the uniform standard for device configuration #552

Open
Andrey1994 opened this issue Sep 18, 2022 · 0 comments
Open

design the uniform standard for device configuration #552

Andrey1994 opened this issue Sep 18, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@Andrey1994
Copy link
Member

Currently arguments for config_board method are device specific and determined by device manufactorer. For some devices we've added custom commands like: board.config_board("sampling_rate:500") but it's also not unified.

Need to take a look at all these commands and design uniform format for it in user API. Behind the scene these format will be converted to device-specific commands.

Types of commands we currently have:

  • Muse boards preset commands (p50, p61,etc)
  • OpenBCI Cyton (x12345678X)
  • Ant Neuro (sampling_rate:500)
@Andrey1994 Andrey1994 added the enhancement New feature or request label Sep 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant