11-26-2016 03:49 PM
Hello all.
I am a labview novice and have a labview project: making a GPS tracker that communicates wirelessly with computer.
I have been searching for days but I could not find which device to use and how to implement with labview.
Could you recommend any GPS module that can send its location information wirelessly to the computer or arduino connected to a computer?
Which arduino is preferrable and how can I implement this using labview?
11-27-2016 02:23 AM
LabVIEW can communicate with nearly anything using any of the standard communicaiton protocols e.g. serial, ethernet/wifi, etc. I'm sure there are many GPS modules out there that support a standard communication protocol.
If you find one that works with an Arduino, you could communicate with the Arduino via serial or ethernet. To make it wireless, you'd need to add wireless hardware like bluetooth or WiFi.
Ultimately, it depends on your project requirements and your budget.