11-20-2007
08:49 AM
- last edited on
11-06-2024
12:46 PM
by
Content Cleaner
11-26-2007
06:39 PM
- last edited on
11-06-2024
12:47 PM
by
Content Cleaner
Hi Aisyah,
Thank you for contacting National Instruments. The LabVIEW Help includes a description of the Bluetooth VIs. This should explain a little about what each does. You should also be able to find some more information by going to Help in LabVIEW and selecting Search the LabVIEW Help... where you can do a search for Bluetooth.
Another useful thing to help get you started should be in the LabVIEW Example Finder. In LabVIEW, go to Help » Find Examples... and then select the Search tab and search for Bluetooth. This will provide some examples on using the server/client architecture with Bluetooth. Your PC would be the client as the data is "served" from your circuit. How would your circuit transmit this data for LabVIEW to use? If you know how you are going to get the data to the PC, the NI Example Finder should provide a good starting place.
11-27-2007 08:59 PM
Hello,
Thank you for your kind assistance.
To make things clear, it means that I would only have to create a client application in LabVIEW to receive the incoming data from my circuit?
For my circuit, I'm using a Bluetooth Toothpick 2.0 module as seen in the link: http://www.rfsolutions.co.uk/acatalog/Toothpick_Bluetooth_Module.html The module will be programmed to capture data from sensor output to transmit wirelessly to my PC for LabVIEW use.
regards,
aisyah
11-29-2007 09:30 AM
Hi Aisyah,
You are correct. As long as your circuit has the capability to transmit Bluetooth signals, you will only need to build the client application (if you do not need to send messages to the circuit). The client examples in the NI Example Finder should go a long way to get you started. Good luck with your application!
11-29-2007 06:35 PM
Hey Donovan B,
Thanks!
Just one more question, if i also need the labview to send messages to the circuit, (that means creating a server application) can I create both server and client application hand-in-hand, altogether in one VI?
11-30-2007 03:59 PM
Hi Aisyah,
I think I may have caused some confusion. There would be no need for you to create a server application. In the examples, the server application sets up the Bluetooth connection in the absence of an actual Bluetooth transceiver. It is designed to accomodate Bluetooth communication between a host computer and a PDA, for example. You can read and write from the client application itself, but your Toothpick transceiver will function as the server. Your client application will only need to be able to discover the device (LabVIEW provides VIs for this) and then you will be able to communicate back and forth with your circuit.
11-30-2007 05:56 PM
11-30-2007 08:38 PM - edited 11-30-2007 08:39 PM
Hi Donovan B,
ouh, ok, i got it now.
thank you!
regards,
aisyah.
11-30-2007 08:43 PM - edited 11-30-2007 08:44 PM
Hey Nick..
I'm doing this for a school project. meaning, i'm only creating one unit.
My team have created a unit that is wired to a DAQ card (Emant300), and it turns out successful. Right now we're improving on it by making the unit wireless. Hence the need to use Bluetooth.
In your case, are you using Wi-Fi?
regards,
aisyah.
12-03-2007 10:39 AM