Dear all,
Recently I’m working on a project that uses a MC8090 wireless module on a Linux platform. As I could notice, this module is really new, and suffer of a serious lack of documentation. The 3G modem works really fine, but when I tried to use GPS, it don’t work properly. Despite the correct flow of NMEA messages, the GPS can’t “see” any satellites. Following, a example of the data flow:
$GPGSV,4,1,16,20,18,24,28,*7C
$GPGSV,4,2,16,19,27,06,02,*71
$GPGSV,4,3,16,07,30,22,08,*75
$GPGSV,4,4,16,32,15,16,10,7D
$GPGGA,0,66
$GPVTG,T,M,N,K,N2C
$GPRMC,V,N53
$GPGSA,A,1,*1E
$GPGSV,4,1,16,20,18,24,28,*7C
$GPGSV,4,2,16,19,27,06,02,*71
$GPGSV,4,3,16,07,30,22,08,*75
$GPGSV,4,4,16,32,15,16,10,*7D
As you can see, both GPGGA and GPRMC strings are empty, with any satellites in view. Here the points that I checked:
- AT command used: AT!GPSTRACK=1,100,10,1000,1;
- The Antenna and MMCX-SMA cable were tested and are good;
- With another GPS, we are able to receive GPS signal and the coordinates are fine;
- We ran a test of two hours, in several places(including outdoor), but the MC8090 GPS can’t find the satellites.
So, if there’s someone who already passed by these troubles, please post some idea about I need to do.
Thanks to all.