How can I communicate with a BLE (Bluetooth low energy) device in MATLAB?

조회 수: 7 (최근 30일)
I like to communicate with a BLE device. Does MATLAB support this?

채택된 답변

MathWorks Support Team
MathWorks Support Team 2025년 1월 24일
편집: MathWorks Support Team 2025년 2월 4일
Starting from R2019b, you can use MATLAB to scan and interact with nearby Bluetooth Low Energy (BLE) peripheral devices. No additional toolbox or support package is required. For more information, see the "Bluetooth Low Energy Communication" chapter in our documentation:
https://www.mathworks.com/help/releases/R2019b/matlab/bluetooth-low-energy-communication.html
In R2019a and earlier, BLE support is not available in MATLAB. However, BLE devices that support the Bluetooth Serial Port Profile (SPP) can be connected using the Bluetooth support from the Instrument Control Toolbox. To access the relevant documentation, execute the following command in MATLAB R2020a:
web(fullfile(docroot, 'instrument/bluetooth-communication.html'))
Please follow the below link to search for the required information regarding the current release:

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Bluetooth Low Energy Communication에 대해 자세히 알아보기

태그

아직 태그를 입력하지 않았습니다.

제품


릴리스

R2019b

Community Treasure Hunt

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

Start Hunting!

Translated by