BLE Communication does not work (it is blocked)
이전 댓글 표시
Hi everyone,
I am trying to connect an Arduino Nano BLE 33 to my PC through MATLAB. I am using Win11 on my PC, and I actually do not know how Arduino is programmed (but it is a minor problem for now).
I just need to make sure that I can connect the device to Matlab, and I went through BLE Matlab documentation.
Firstly, I have checked my device is present and running blelist function I got some available devices and mine too:
Index Name Address RSSI Advertisement
_____ __________________ ______________ ____ _____________
1 "LE_WH-CH700N" "38184CD24082" -55 1×1 struct
2 "SC-Device" "0456142755E8" -65 1×1 struct
3 "" "7FB73C7AA99D" -68 1×1 struct
I am interested in second position device: SC-Device.
To the point I need I went to run ble function as follows:
bt = ble("0456142755E8")
I expected to create a Bluetooth Object which can handle some basic functions to write and read data. When I run ble function (as cited above), Matlab keeps stopping for long time as long as I forced closing the window. Using ctrl+c to interrupt the process I did not get any feedbacks, and Matlab keeps Busy status.
Does anyone know why I get this behaviour?
Thanks for your support, it would be really appreciated.
Best,
V
댓글 수: 5
Karson Bader
2021년 11월 19일
V,
Did you ever get a solution to this? I just started to experience this after updating to Matlab 2021b from Matlab 2020b and upgrading to Windows 11 from Windows 10. I submitted a similar request to the forums and was told to issue a support ticket.
Please let me know if you found a solution.
K
valio
2021년 11월 23일
Sofia Perticarà
2022년 5월 20일
I have the same problem. Did you solve it?
Siamak Mehrnami
2022년 12월 7일
Very similar issue here. I am afraid it is due to Windows 11. Exact same thing works on my other machine with Windows 10.
marco ferreira
2023년 12월 16일
hey did you ever find a solution, im coming accross the same issue.
답변 (1개)
Ganapathi Subramanian R
2024년 5월 7일
0 개 추천
Hi Valio,
I understand that your MATLAB becomes unresponsive when executing the 'ble' command in Windows 11.
It is an already known issue. Kindly refer to the below External Bug Report page to know about the workaround steps to resolve the issue.
카테고리
도움말 센터 및 File Exchange에서 ActiveX에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!