EHS8 unit does not output GPS | Telit Cinterion IoT Developer Community
March 15, 2017 - 4:57pm, 2322 views
I have an EHS8 modem and the GPS line is not outputting any data. All of the SGPSC commands return Error.
I have cellular connection through the modem - just no GPS.
I have tried factory reset AT&F, AT+CFUN=1,1
Am I missing something obvious? This is the only EHS8 module I cannot get to output the GPS.
Further Info:
AT^SGPSC=? returns 'Error'
AT^SGPSC? returns 'Error'
AT^SCFG returns:
^SCFG: "Audio/Loop","0"
^SCFG: "Call/ECC","0"
^SCFG: "Call/Speech/Codec","0"
^SCFG: "Gpio/mode/ASC1","gpio"
^SCFG: "Gpio/mode/DAI","gpio"
^SCFG: "Gpio/mode/DCD0","gpio"
^SCFG: "Gpio/mode/DSR0","gpio"
^SCFG: "Gpio/mode/DTR0","gpio"
^SCFG: "Gpio/mode/FSR","gpio"
^SCFG: "Gpio/mode/HSIC","gpio"
^SCFG: "Gpio/mode/GPSANT","gpio"
^SCFG: "Gpio/mode/PULSE","gpio"
^SCFG: "Gpio/mode/PWM","gpio"
^SCFG: "Gpio/mode/RING0","gpio"
^SCFG: "Gpio/mode/SPI","gpio"
^SCFG: "Gpio/mode/SYNC","std"
^SCFG: "GPRS/AutoAttach","enabled"
^SCFG: "Ident/Manufacturer","Cinterion"
^SCFG: "Ident/Product","EHS8"
^SCFG: "MEopMode/SoR","off"
^SCFG: "MEShutdown/Fso","0"
^SCFG: "MEShutdown/sVsup/threshold","0","0"
^SCFG: "Radio/Band","511"
^SCFG: "Radio/OutputPowerReduction","4"
^SCFG: "Serial/Interface/Allocation","0","0"
^SCFG: "Serial/USB/DDD","0","0","0409","1E2D","0058","Cinterion Wireless Modules","EHx",""
^SCFG: "Tcp/IRT","3"
^SCFG: "Tcp/MR","10"
^SCFG: "Tcp/OT","6000"
^SCFG: "Tcp/WithURCs","on"
^SCFG: "Trace/Syslog/OTAP","0"
^SCFG: "Userware/Autostart","0"
^SCFG: "Userware/Autostart/Delay","0"
^SCFG: "Userware/DebugInterface","0.0.0.0","0.0.0.0","0"
^SCFG: "Userware/DebugMode","off"
^SCFG: "Userware/Passwd",
^SCFG: "Userware/Stdout","null",,,,"off"
^SCFG: "Userware/Watchdog","0"
Hi,
In the SCFG log I can see "Userware/Autostart","0". THis should be "1"m, as part of the commands are written to Gemalto's Java midlet that should be stared during boot.
Please write AT^SCFG="Userware/Autostart","1" and reboot.
After that the AT^SGPSC works.
Please see also:
https://iot-developer.thalesgroup.com/threads/ehs8-gps-configuration
https://iot-developer.thalesgroup.com/tutorial/ehs8-and-gps-receiver
https://iot-developer.thalesgroup.com/tutorial/ehs8-use-gps-and-command-...
Best regards,
Antero
Antero Markkula
Communication and Mechatronics
Enkom Active Oy – www.enkom-active.fi
Upseerinkatu 3 A, 02600 Espoo, Finland
Mobile: +358 400 411368
Office: +358 10 204 0000
Fax: +358 10 204 0010
E-mail: antero.markkula@enkom-active.fi
No joy. I cannot get the AT^SCFG command to work on this unit at all. I still get cellular connection but I have no ability to change the settings.
It may be that I have fried this unit somehow? Odd that it still gives me cell.
Hello,
Could you write some more about the not working SCFG command. You have previously pasted the SCFG output.
In order to activate the autostart you need to send also the password which is the empty string by default like below:
at^scfg="Userware/Autostart","","1"
Regards,
Bartłomiej