LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

GPS module that communicates wirelessly with computer (labview) via arduino

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?

 

 

0 Kudos
Message 1 of 2
(3,042 Views)

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.

0 Kudos
Message 2 of 2
(3,009 Views)