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

nRF91 Geolocation and Cell Triangulation

Hi, 

I would like to implement cell triangulation with the nRF91 in order determine the location of the device via cellular. I already had a look at the available posts such as https://devzone.nordicsemi.com/f/nordic-q-a/44093/nrf9160-dk-geolocation-through-lte

However, the problems were not solved and it seems there was not much development around this topic.

According to the documentation the %NBRGRSRP command should return the neighbor cells which could be a good start for my purpose. Unfortunately, this command returns only "OK" and no information about cells.

I tested this command with the at_client and the latest modem firmware, while being connected to NB-IoT.

  • How can this command be used, respectively is there another possibility for retrieving the neighbouring cells? 
  • Is there already any approach avaible for cell triangulation? 

Thanks in advance, 

Manuel

Parents Reply
  • Could you try to repeat the same and now make sure that device (modem) is in idle state. You can see when modem enter idle by enabling unsolicited CSCON AT notifications.

    1. Set first "AT+CSCON=1"

    2. Trigger connection and other AT commands that you use as normally

    3. Wait that device (modem) enter idle state. You should see "+CSCON: 0" notification

    4. Now trigger AT%NCELLMEAS

Children
Related