how to delete ble object in app designer
5 ビュー (過去 30 日間)
古いコメントを表示
I built an UI in App designer to read data from a Arduino BLE (bluetooth low energy) device
problem is I couldn't use 'clear' or 'delete' functions to disconnect from the device, 'clear' doesn't do anything and 'delete' pops an error saying that ble object cannot access the delete function, so far the only way that works is to close the app
is there any other way to do this in codes??
0 件のコメント
回答 (1 件)
Aditya
2025 年 1 月 21 日
Hi zzh,
Please refer to this similar Matlab Answer Post on disconnect from ble device: https://www.mathworks.com/matlabcentral/answers/1753285-disconnect-from-ble-device-in-app-designer?s_tid=answers_rc1-1_p1_BOTH
I hope this helps!
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!