how to delete ble object in app designer
4 views (last 30 days)
Show older comments
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 Comments
Answers (1)
Aditya
on 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 Comments
See Also
Categories
Find more on Develop Apps Using App Designer in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!