How to read data (raw values) via Bluetooth low energy device (ble) (which gets data from a sensor) continuously in MATLAB?
古いコメントを表示
I am working on a project which is composed of a spectral sensor (connected to a mikroElectronika development board) and a low energy bluetooth device (to get the value via bluetooth in MATLAB instead of serial port-interface). I want to read the data continuosly on MATLAB via bluetooth (ble - functions). What should I add after the following code (line) ?
b = ble("ANNA-B1-04BE03"); % device name is "ANNA-B1-04BE03"
3 件のコメント
Sohail Ahmed
2022 年 1 月 6 日
Sohail Ahmed
2022 年 3 月 14 日
Vineeth Nair
2023 年 10 月 26 日
You can use the example provided here
回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Bluetooth Communication についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!