I just finished the Ardupilot. Everthing looks great. Code loaded, GPS (uBlox5) binded, GPS locked, Sensors working ect.
Now I would like to read the GPS data into Ardustation (PC). I have the FTDI Cable correctly attached and configured on COM 8.
What do I do wrong that I can not transfer the GPS position to Ardustation? I always get the 0,0 position
In Ardustation I entered all available speeds to test and in the I/O field I tried 8, com8, COM 8 ect -> no success.
I appreciate any help.
Hi Christof ,
How is it all connected? Are you using xbee? a small skech will help to understand. I will be interested in knowing how your whole setup is connected? What OS in PC , how every thing is powered, checking the cable , what do you mean by trasfer GPS data etc? might help, Cheers
Hi Morli
Thanks for your help. Xbee ist not connected yet. I want simply test the data of the GPS thru the FTDI. OS is XP, std powering, cable is fine as the code ca be loaded.
Hi Chris
Thanks for your reply. What means GCS? I did not load any LV serial driver. I will check now for LV serial drivers and return here in a while.
Hi Chris
This was the clue. I have COM 8 available now - connection established to GCS - perfect.
Now I am trying to get the data into Google earth. GE loads but the GPS information received from GCS seems not to be correct.
When I check the flight.kml from GCS Beta 2 in the "data" directory it reads
0,000000,0,000000,0 ("," instead of "." for coord decimals)
istead of
0.000000,0.000000,0
Hi Christof,
Good to hear it is working now. What was wrong and how did you solve it? Appreciate a feed back on it would help others who might face the same issue :)) . thanks. Looking forward to hear about the OSD side. good luck
Hi Morli
Of course you are right. I was running a XP (english) on a HP Mini book. All settings where set to german. Obviously the GPS Data was formatted the wrong way with this OS setting. ( "," <-> ".")
Now I work on a std Notebook using W7. All settings on german. (or better: same language). All application SW used so far for programming the components and view Data run perfect w W7 although the suppliers sometimes do not mention this OS version ( Example Digi - X-CTU)
Hopefully this might help.