05-10-2023 06:21 AM - edited 05-10-2023 06:23 AM
Hi mikoborn,
you forgot the "BLE_Notify_Listener"…
Where does that BLE DLL come from?
Do you have a (programming) manual for that software?
Are you sure you can access the very same Bluetooth address 3 times in parallel?
Why are all the important loops set to run forever (regardless of any errors)?
05-10-2023 07:30 AM
The BLE library is from here https://github.com/prabubharathi85/LabVIEW-BLE-Driver.
05-10-2023 09:31 AM
I got the DLL from LabVIEW Bluetooth Low Energy Driver development using Universal Windows Platform (UWP) - NI Communit... but it is the same package that cordm mentioned. A short description of every SubVI is provided but I couldn't find any description of how they do what they are doing.
No connecting to the same bluetooth adress 3 times is not what I am trying. I will be reading sensor data of 4 sensors, however to this date I only have 2 sensors at hand. I simply copy-pasted the code. The loops run forever because stopping them when an error occurs didn't cross my mind yet.