Borrar filtros
Borrar filtros

Problem in Interfacing MindWave- NeuroSky

3 visualizaciones (últimos 30 días)
Prajna Upadhyaya
Prajna Upadhyaya el 25 de Mayo de 2017
Comentada: Suha Ali el 19 de Ag. de 2020
After interfacing the mindwave mobile the following error is generated:
Error using loadlibrary
No supported compiler or SDK was found. You can install the freely available MinGW-w64 C/C++ compiler; see Install
MinGW-w64 Compiler. For more options, visit http://www.mathworks.com/support/compilers/win64/R2016a.html.
Error in loadlibrary
Error in readRAW (line 26)
loadlibrary('thinkgear.dll','thinkgear.h');
Inspite of downloading the MinGW-w64 Compiler. The same error appears. Kindly provide your assistance.
  5 comentarios
Ajna Ram
Ajna Ram el 3 de Mzo. de 2019
I have the same issue. Did you find the solution?
Walter Roberson
Walter Roberson el 9 de Mzo. de 2019

Iniciar sesión para comentar.

Respuestas (2)

Aylin
Aylin el 1 de Jun. de 2017
As Walter mentioned, it is not possible to load a 32-bit shared library (DLL) into a 64-bit version of MATLAB using the loadlibrary command.
MATLAB R2015b was the last MATLAB release which had a 32-bit version. Therefore, you should install a 32-bit MATLAB which is R2015b or older.
After doing this, you might not need to install a new 32-bit compatible compiler since 32-bit MATLAB versions usually have the 'lcc-win32' compiler installed by default. See the 'supported compilers' page corresponding to your MATLAB release for more information about this:
Please note that loadlibrary has a few different limitations for importing C DLLs into MATLAB:
The above link can help verify if your header file and DLL is compatible with MATLAB's loadlibrary function.
  2 comentarios
Prajna Upadhyaya
Prajna Upadhyaya el 5 de Jun. de 2017
After running it with respect to 32 bit matlab the following error was found:
thinkgear.dll loaded ThinkGear DLL version: 21 Error using calllib Library was not found
Error in readRAW (line 36) connectionId1 = calllib('thinkgear64', 'TG_GetNewConnectionId');
Walter Roberson
Walter Roberson el 5 de Jun. de 2017
Odd that the same source code would call upon thinkgear.dll and thinkgear64.dll

Iniciar sesión para comentar.


Suha Ali
Suha Ali el 18 de Ag. de 2020
can I ask you a question :( is NeuroSky MindWave codes of reading measured signals (like Alpha waves) are different from that of the NeuroSky MindWave Mobile??? it would be a geat help if someone answers! thank you in advance!
  4 comentarios
Walter Roberson
Walter Roberson el 19 de Ag. de 2020
I do not know? Possibly. I have not seen their code.
Suha Ali
Suha Ali el 19 de Ag. de 2020
@Walter Roberson, Thank You So Much For Replying!

Iniciar sesión para comentar.

Categorías

Más información sobre MATLAB Compiler SDK en Help Center y File Exchange.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by