how to delete ble object in app designer
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Aditya
am 21 Jan. 2025
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 Kommentare
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!