How to read data (raw values) via Bluetooth low energy device (ble) (which gets data from a sensor) continuously in MATLAB?
Afficher commentaires plus anciens
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 commentaires
Sohail Ahmed
le 6 Jan 2022
Sohail Ahmed
le 14 Mar 2022
Vineeth Nair
le 26 Oct 2023
You can use the example provided here
Réponses (0)
Catégories
En savoir plus sur Bluetooth Communication dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!