Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

Device geolocalization with latitude longitude | Telit Cinterion IoT Developer Community

September 14, 2016 - 1:43pm, 2077 views

Hello, Im trying to get access to device data geolocalization by different ways,
this is what I get from Sensor Logic Porlal > Device >Network :
MCC-MNC-LAC-CellID
250-99-27906-77157897

This is what I get from console:

[INFO] [LocationReportConnection: LocationReport] call sendCellIdLocation
[INFO] [MessageTask_321] Reporting finished: sendCellIdLocation(77180431,27906,250,99,1072920968)

(the same information as before)

using AT^SMONI :
^SMONI: 3G,10813,345,-11.0,-94,250,99,6D02,4995609,7,17,NOCONN

(here,using AT^SMONI is little diferent using LAC(HEX) and CID (HEX))

and also I would like to get information from module in the same format (latitude, longitude) as in the Sensor Logic Portal > Device > Location

how to print the same information but with latitude and longitude? I founded a web page that can transform and get the location using cellidlocation, but maybe is posible to use another way.

Thanks.