How to connection bluetooth to matlab?
이전 댓글 표시
I want to connect bluetooth to matlab. So I declared variable
b = Bluetooth('HC-06', 1)
in matlab. But I received error.
Error is (Error using Bluetooth (line 100)
Cannot Create: Please make sure Bluetooth adaptor works properly.)
What's the problem?
답변 (2개)
MathReallyWorks
2017년 5월 27일
편집: MathReallyWorks
2017년 5월 28일
Hello donghyun kim,
Type this in your command window and check whether all the required support packages are installed or not:
instrhwinfo('Bluetooth')
You are getting that error may be because of support packages.
If the problem still persist, share your code and the error that you have got.
Abdel-rahman Mryyan
2020년 5월 8일
0 개 추천
HI
I have the same problem,i think it is so simple
try to activate your bluetooth in your laptop.
카테고리
도움말 센터 및 File Exchange에서 MATLAB Support Package for LEGO MINDSTORMS EV3 Hardware에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!