Contributions:eegoRTADC: Difference between revisions
Created page with "==Introduction== eegoRTADC is a source module that allows for utilization of the eego product family from ANT neuro and its associated SDK within BCI2000. For more information on the eego product family, please visit [https://www.ant-neuro.com/products/eego_product_family this site] ==Video Overview== ==Versioning== ===Authors=== * Dhruva Mehta (mehta@neurotechcenter.org) ===Version History=== * 5/23/2024 Initial testing done with Version 1.3.30.57172 of the eego SDK..." |
|||
| Line 26: | Line 26: | ||
For the initial setup of your device, please follow the SDK manual provided by ANT neuro for more detail. This wiki guide will give a brief overview of the steps needed to work with BCI2000. | For the initial setup of your device, please follow the SDK manual provided by ANT neuro for more detail. This wiki guide will give a brief overview of the steps needed to work with BCI2000. | ||
First, follow the BCI2000 installation guide found [[Programming_Howto:Building_and_Customizing_BCI2000|here]] to install BCI2000 and compile the solution on your PC. | |||
Revision as of 16:39, 23 May 2024
Introduction
eegoRTADC is a source module that allows for utilization of the eego product family from ANT neuro and its associated SDK within BCI2000. For more information on the eego product family, please visit this site
Video Overview
Versioning
Authors
- Dhruva Mehta (mehta@neurotechcenter.org)
Version History
- 5/23/2024 Initial testing done with Version 1.3.30.57172 of the eego SDK and the eego MyLab amplifier (EE-225)
Source Code Revisions
- Initial development:
- Tested under:
- Known to compile under:
- Broken since: --
Known Issues
There is currently an issue where trying to access the amplifier's information results in "need an initialized sdk context". During testing, the amplifier wouldn't power on after some time, thus, this is most likely due to an issue with the amplifier not being powered on properly. The amplifier is able to be recognized via USB after drivers are installed properly. When drivers are not installed properly, there is an error stating "amplifier list empty".
Initial Setup
For the initial setup of your device, please follow the SDK manual provided by ANT neuro for more detail. This wiki guide will give a brief overview of the steps needed to work with BCI2000.
First, follow the BCI2000 installation guide found here to install BCI2000 and compile the solution on your PC.