How to connection bluetooth to matlab?
Afficher commentaires plus anciens
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?
Réponses (2)
MathReallyWorks
le 27 Mai 2017
Modifié(e) : MathReallyWorks
le 28 Mai 2017
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 commentaires
donghyun kim
le 28 Mai 2017
Güler
le 7 Jan 2018
i want learning this ask response. help!!!!
Abdel-rahman Mryyan
le 8 Mai 2020
0 votes
HI
I have the same problem,i think it is so simple
try to activate your bluetooth in your laptop.
Catégories
En savoir plus sur 제품 설치 dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!