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

GPS not working on Thing 91 in the UK - URGENT

Hi,

I have bought a Thingy 91 and have connected to the nRF cloud etc. and I am getting the sensor data OK.

The GPS is still not working, I have followed the instructions and it says waiting for GPS data.

This is rubbish and if I don't get this working soon will return for a refund as the product does not work as stated.

I did connect with LTE Link Monitor and there was a connection to the Telefonica network and I can see the GPS details there but not in the nRF cloud.

Please can you help to get this resolved.

Thanks

Parents Reply
  • Hi Asif,

    Two things:
    First
    1. Connect the device to your computer whit a USB cable while the device is powered off.
    2. Press and hold SW3 (button in the center of the device), while holding the button down turn on the device by switching the power switch to the ON position.
    3. Reals SW3 (you don't need to hold it down if the device power on successfully)
    4. Select device in nRF Programmer app
    5. Add Hex file
    6. Click the Write button in the nRF Programmer app.

    your device should be in MCUboot mode and successfully be programmed.


    Second
    However in your previous comment the feedback shows the following:

    "11100000","11100000" from your XMONITOR output indicates that that PSM is disabled, this means that the asset tracker application will not be able to get GPS data.

    What you saw in your log is A-GPS data which stands for assisted GPS data and is information downloaded from nrfCloud to help get a GPS fix faster and not in fact GPS position data.

    So since the network has not enabled Power Saving Mode (PSM/eDRX) for the IBasis sim at your location the asset tracker application will not work whit the GPS functionality. In the asset tracker application when the device enters Power Saving Mode (PSM) from the network, which, when granted, will let the GPS operate uninterrupted by LTE for the duration of the PSM interval, or until the device itself initiates a data transfer. The reason for this approach in the asset tracker is power consumption. If PSM is not granted then the GPS cant operate.

    Sadly this is often the case and to fix this a different sim is needed to solve this problem whit the asset tracker


    So here is what you can do:

    Get a new sim(that works whit PSM/eDRX), I know this is not what you wanted

    or try a different example, but this will be at the cost om some more tinkering\developing to get it to work.
    There is a simple GPS example in nRF Connect SDK, this does not however send data to the nRFCloud(or any cloud) as is.


    Regards,
    Jonathan

Children
Related