LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Google Earth Ardupilot Mega 2.5

:mansad: Hi guys i am trying to create a program whereby I can see google earth in my labView program and there is an indication of exact location on the map by using the Ardupilot Mega 2.5 and its GPS. Can anyone help me with it?:catsad: Thanks in advance.

APM2.jpgMT3329022.jpg

0 Kudos
Message 1 of 3
(4,096 Views)

Except for one hangup it should be fairly easy to display your location in Labview.   The biggest hangup is access to the Ardupilot open source software.  I didn't see any links or dowload capability on the Ardupilot web page.  Otherwise the web page says the Ardupiolt is Arduino compatible and it appears to have a serial Interface. This impies it should be easy to interrogate the Ardupilot and ask for location.  Hence you need to make sure you can get a copy of the open source software before proceeding.

Do you really need all the features of an Ardupilot.   You can get a GPS shield for an Arduino Uno for a lot less than you will pay for an Ardupilot.

hrh1818

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

Did you know that the Mission Planner portion of the ArduPilot project "was" written using LabView...

It has since been re-written to eliminate LabView in favor of C/C++ only.

Currently there is now no need to install LabView runtime.

If you just want to display your current position with Google Earth, the older Mission Planner had/has a very nice display of current position as well as of the sensor data available from the attached sensor shield which had all the triple axes gyros and accelerometers. As such it was not necessary to have it. Nowadays their new board is an all in one solution for an autopilot but is more expensive as a single board.

Perhaps you could research who wrote the first mission planner and contact them regarding how to access things with LIFA...

Otherwise... just get a copy and attach it to USB or via XBee to just use it.

The software source IS available for the access to the GPS... but I don't know of availability of that regarding the LabView code.

I only know of it because I used it for my quad copter.

There are a lot of forums for fixed wing and multirotor and land rover people using the arduPilot Mega boards.

Both at Google code and at DIYDrones.

Tim

0 Kudos
Message 3 of 3
(3,075 Views)