LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW BLE Toolkit read characteristic values

Hello everyone, 

 

I have loaded a script to an ESP32 board that sends characteristic values (IMU data) to a central device. In LabVIEW, I used the LabVIEW BLE (Bluetooth Low Energy) toolkit and the ble_read_write_characteristics.vi. 


My device connects successfully and its name appears on the respective indicator field. My problem is that I don't know how I can read the data sent from the ESP32 board. When I use my phone instead of labVIEW I get those data as notifications. So, is there a way to do the same in LabVIEW?

Thank you

0 Kudos
Message 1 of 2
(829 Views)

Hey, 

 

I'm not familiar with ESP32, but I suspect for the data acquisition you'll need to build a program. Simple vi which will read through the channels you want and receive the information on front panel from some indicators. 

Though, I'm not sure if I understood the question right, hope this helps.

0 Kudos
Message 2 of 2
(731 Views)