Hello!
I have a question concerning the Bluetooth functions in Labview.
I am a member of a project team and we are trying to build a Labview application which shall be able to connect to a bluetooth module (Mitsumi C09) which is connected to a microcontroller (TI MSP430F149) and then shall receive data and visualize it in e.g. a diagram.
For implementing the bluetooth stack on the microcontroller we use a work of an earlier project which used the stack of the BlueMP3 project for its solution.
We modified the C++ source code in that way that we are now able to accept incoming connections with the microcontroller.
The problem we are facing at the moment is that we can connect with our Labview program to the module using the "Open Bluetooth connection"-VI of Labview. We can see that Labview tries to connect to the module (debug output of the microcontroller) and also see the mac address of our bluetooth stick (which Labview uses to connect) but afterwards we get a Timeout error in Labview.
We assume that there is a problem in the implementation of the bluetooth stack due to it is said on the project page of BlueMP3 that this stack is not one hundert percent compliant to the bluetooth core specification.
Has anyone of you an idea which Message Sequence Chart Labview follows to open a bluetooth connection?
Or do we have another problem in our program?
Already many thanks for your answers
Best regards,
Thomas