Problem in Interfacing MindWave- NeuroSky
이전 댓글 표시
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
Walter Roberson
2017년 5월 25일
What steps did you use to install MinGW ?
If you use
mex -setup C++
then are you able to see MinGW there?
Prajna Upadhyaya
2017년 5월 31일
Walter Roberson
2017년 5월 31일
thinkgear.dll appears to be 32 bit only.
Ajna Ram
2019년 3월 3일
I have the same issue. Did you find the solution?
Walter Roberson
2019년 3월 9일
There is a potential 64 bit version of the DLL at https://github.com/webdesigniran/MindWaveReader/tree/master/MindWaveReaderWPF
답변 (2개)
Aylin
2017년 6월 1일
0 개 추천
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
Prajna Upadhyaya
2017년 6월 5일
Walter Roberson
2017년 6월 5일
Odd that the same source code would call upon thinkgear.dll and thinkgear64.dll
Suha Ali
2020년 8월 18일
0 개 추천
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
Walter Roberson
2020년 8월 18일
I think so, except for the difference between USB (original MindWave) or BlueTooth (Mobile).
Both our MindWave and MindWave Mobile headsets utilize the same hardware and read the same EEG signals. The MindWave headset will require a computer with a USB port to plug in the included RF receiver. On the other hand, our MindWave Mobile headset utilizes Bluetooth for connectivity. This feature will allow the headset to connect directly to your Bluetooth enabled computer, phone or tablet running Windows, Android or iOS.
Suha Ali
2020년 8월 19일
Thank you so much for replying!! ;( So since there is the Bluetooth and cable difference, this mean the code required to read the signals is different?
Walter Roberson
2020년 8월 19일
I do not know? Possibly. I have not seen their code.
Suha Ali
2020년 8월 19일
@Walter Roberson, Thank You So Much For Replying!
카테고리
도움말 센터 및 File Exchange에서 MATLAB Mobile에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!