how to delete ble object in app designer
4 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
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 commentaires
Réponses (1)
Aditya
le 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 commentaires
Voir également
Catégories
En savoir plus sur Develop Apps Using App Designer dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!