This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Geolocalisation via LTE when not connected

Hi everyone,

I am trying to develop an application and I need to solve this situation : when the modem is not able to connect to LTE-M network, I still want to be able to retrieve cell-id information if available in order to track localisation of my device. So is it possible to get cell-id information when not connected via LTE-M ? Thanks

Parents Reply
  • I think this case is a little more challenging: from what I understand in this case the device has no internet connection at all, so while it is able to get cell information from the modem, it's not able to send this information to the cloud for processing there.

    Nevertheless OP is interested in knowing the location of the device.

    The information about the cell that the modem provides includes the MCC (mobile country code), and you can use at least this information "offline" / on the device to determine in which country the device currently resides.

    I am not sure however, if this information (or AT+COPS?) is available if not connected to LTE at all.

Children
Related