How to connect arduino with Matlab using HC-05 bluetooth module

8 vues (au cours des 30 derniers jours)
Selva
Selva le 9 Déc 2014
Commenté : Adel Djellal le 20 Avr 2017
I wish to build a wheeled robot based on arduino that is controlled wirelessly using HC-05 Bluetooth module which gets signals from MATLAB.
MATLAB -> ArduinoIDE -> Arduino UNO [ Accomplished via USB and using adio.pde]
ArduinoIDE -> HC05 Bluetooth -> Arduino Board [ Accomplished using a sample code downloaded online... TX, RX working seamless]
*MATLAB -> HC05 Bluetooth -> Arduino [ HELP NEEDED ]*
All help is appreciated ... Feel free to ask further details so that you help me
  2 commentaires
Ismail  Turan
Ismail Turan le 8 Déc 2016
hi, if you find the solution for this problem, could you share with us ?
Adel Djellal
Adel Djellal le 20 Avr 2017
hello, use:
>> B = Bluetooth('HC-05', 1); %to open bluetooth port
>> fopen(B); %to open bluetooth port
>> fwrite(B,'commmand'); %send controls to arduino via bluetooth, commands can be 'UP' 'DOWN' etc.

Connectez-vous pour commenter.

Réponses (0)

Catégories

En savoir plus sur Test and Measurement dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by