Hello,
I am trying to configure the MC7355 board in order to get a GPS fix using the GobiSerial driver. After many tries, the module seems not to be able to catch a fix in Standalone mode (timeout error returned by AT!GPSSTATUS?). I have issued the following commands to the module :
AT!GPSTRACK=1,255,5000,1000,10
or
AT!GPSFIX=1,255,5000
I have 2 antennas, both active. So I expect I must have to enable the antenna power (AT+WANTGNSSPWR) but it does not work (ERROR replied). Unfortunately, AT+WANTS is not supported with my version of firmware, and the 06.xx.xx.xx firmware does not exist yet.
I have tried to modify the common variables with the AT!CUSTOM= command:
ISVOICEN (=> error)
GPSENABLE
GPSSEL
but the fix failed again.
I have also tried with AT!GPSCLRASSIST=1,1,1,1,1 without success.
The AT!GPSSATINFO? returns NO_SAT_INFO
AT!PCINFO?
State: Online
LPM force flags - W_DISABLE:0, User:0, Temp:0, Volt:0, BIOS:0, GOBIIM:0
W_DISABLE: 0
Poweroff mode: 0
LPM Persistent: 0
OK
AT!HWID?
Revision: 1.1
OK
AT!GVER?
!GVER: SWI9X15C_05.05.58.00 r27038 carmd-fwbuild1 2015/03/04 21:30:23
OK
AT!CUSTOM?
!CUSTOM:
PCSCDISABLE 0x03
GPSENABLE 0x01
GPSLPM 0x01
RRCREL7CAPDIS 0x02
NMEAENABLE 0x01
GOBIIMEN 0x01
SINGLEAPNSWITCH 0x01
USBSERIALENABLE 0x02
OK
AT!ERR
QDSP6 ARM9 (not saved)
00 96 ecall_e 00315
01 85 uim 12788
02 01 nvim 00740
03 02 nvarchi 00211
04 01 atsd 03377
05 96 stm 00512
06 03 rrccspd 01035
07 96 mc 05725
08 96 hdrscp 07855
09 96 hdrscmd 04824
10 96 hdrscmr 00647
11 96 hdrlmac 00760
12 96 hdrlmac 00770
13 96 hdrlmac 00782
14 96 gmmutil 01114
15 96 hdrlmac 00811
16 96 gmmutil 01147
17 FF cmnv 00792
18 96 hdridle 00800
19 02 mc_fee 01963
OK
I am not completely sure my antenna is plugged on the right antenna output (GPS named output, I suppose it is related to GPSSEL setting).
Is the PIN code mandatory when using GPS feature only?
Is the password for AAT commands always the same on the MC/EM series? I have been searching for a long time on the web in order to find it.
Thank you for your help.
Best regards.
Frederic
Update : I came accross an application note about GPS active antenna supply (2174027-1.0) and I noticed that the 3.3V power supply was not provided by the module to my antenna. However, the GPSSEL variable is set to 0 which should enable the GPS antenna supply according to this application note.