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

6 次查看(过去 30 天)
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 个评论
Ismail  Turan
Ismail Turan 2016-12-8
hi, if you find the solution for this problem, could you share with us ?
Adel Djellal
Adel Djellal 2017-4-20
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.

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Test and Measurement 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by