I assume the ublox GSM radio module receives location/positioning information, like any normal GSM cell phone? If so, is there a way to retrieve that information? My objective is to have “gross” positioning information available when GPS isn’t available.
If you can get the Cellular.command() function to work, let me know.
I copy-pasted the example in the doc, flashed and got “SIM ICCID NOT FOUND!”. I also tried a number of small commands and none of them appear to work for me…
Cell Locate is no longer the preferred method of cell tower locating. It is not implemented on LTE cellular modems (SARA-R410M-02B), and it takes a very long time to run, which may affect the performance of other things running on the device.
The Google Maps Device Locator is another alternative that uses a webhook and the Google Geolocation service. This works on all cellular devices. Since the cell tower ID kept in Device OS already, it does not block the modem for long periods of time while locating. It also works on Wi-Fi devices.