How to connection bluetooth to matlab?

조회 수: 1 (최근 30일)
donghyun kim
donghyun kim 2017년 5월 27일
답변: Abdel-rahman Mryyan 2020년 5월 8일
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
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.
  댓글 수: 2
donghyun kim
donghyun kim 2017년 5월 28일
I want to use bluetooth. Then May I use support packages? How I can down support package?
Güler
Güler 2018년 1월 7일
i want learning this ask response. help!!!!

댓글을 달려면 로그인하십시오.


Abdel-rahman Mryyan
Abdel-rahman Mryyan 2020년 5월 8일
HI
I have the same problem,i think it is so simple
try to activate your bluetooth in your laptop.

Community Treasure Hunt

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

Start Hunting!