Greetings all,
Forgive me if this is a common noob question. I have some ancillary equipment on my plane which needs GPS input. I would like to pass the data through the FTDI cable as it would provide a much more convienient method for being able to route the GPS data through my systems than trying to directly attach the GPS to the AP and either recoding to output to my onboard systems or mounting a second GPS source.
The onboard systems are routing the GPS data correctly to the FTDI interface but I am not able to achieve GPS lock on the AP. Tried using UBX and NMEA format data (with appropriate config changes on the AP code). Can anyone provide some input on the right way to pass GPS data to the AP via FTDI cable in order to achieve GPS lock? The goal is to essentially fly the plane with the GPS data streaming in through the FTDI cable vice connecting the GPS to the GPS port on the AP.
I saw a bunch of threads mentioning helper apps to simulate missions via flight sim software and some mention of using the GPS emulator in a similar manner so I am hoping that someone has already beaten this horse to death and can point me in the right direction.
Thanks in advance,
Mike
Replies
--First, if you're having trouble getting GPS lock: Which module are you using? If it's a uBlox, did you buy it preprogrammed for ArduPilot?
--Second, about passing through GPS data to other onboard components: That's easy to do. You wouldn't use the FTDI cable (that's just for USB connectivity), but rather the TTL serial lines. Most gear that uses GPS can accept a TTL serial input, which is the native mode of most GPS modules.