03-10-2016 10:37 AM
Currently new to LabView; I'm working on a project and I need some assistance. I want to use a bluetooth accelerometer to collect data and stream that data via bluetooth to my computer using LabView. I'm currently working on building an VI Bluetooth Application in LabView, however I'm kind of confused as to how should I create this application. Any suggestions? Thanks
03-11-2016 01:20 PM
Hi Theopolis,
We will need a bit more information before we can help you out with this issue. Which bluetooth accelerometer are you using for this application, and how would you normally interface with this bluetooth accelerometer?
03-14-2016 09:14 AM
The bluetooth accelerometer is called GeneActiv Wireless. The accelerometer comes with a software application, but we're not sure if it will have all the capabilities we want. We were hoping to use the COM Ports to stream the bluetooth data. Hope to hear back from you soon. Thanks
03-14-2016 09:25 AM - edited 03-14-2016 09:26 AM
Does the GeneActiv use SPP or it's own proprietary protocol?
The GeneActiv website says it's open source so you should be able to get all theinformation you need from GeneActiv.
03-14-2016 09:51 AM
@RTSLVU wrote:Does the GeneActiv use SPP or it's own proprietary protocol?
The GeneActiv website says it's open source so you should be able to get all theinformation you need from GeneActiv.
Open Source Data Format, not Open Source software!! And it seems what they mean by this is that they do:
1) somehow document the binary file format created by their software application
2) recommend to export the data to CSV for easy post processing in other applications like Excel, Matlab, (and by implicit extension also LabVIEW).
03-21-2016 11:26 AM
GENEAir uses a serial port profile for wireless communications and it is supported by an open SDK in the .NET framework.