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

nRF Connect for Cloud not displaying asset tracker graphical data

I have my Thingy:91 working now but I can only see "terminal" data in nRF Connect for Cloud. I was expecting to see graphs of the data and a map when I have a GPS fix. The "Cellular Link Monitor" says I should update my firmware but I am on the latest version. What's going on?

Parents Reply Children
  • I have tried to follow the tutorial to get a modem trace but it seems to be written for the nRF9160 development kit and Step 2 in particular doesn't seem to make sense for the Thingy:91. The result was that I got no trace. Also, the tutorial doesn't explain how you would collect a modem trace when running the Thingy:91 demo application. It only covers running the demo AT client as far as I understand it.

  • Hi!

    You're right, step 2 is different for the Thingy:91, you should flash the Connectivity Bridge to the nRF52840. 

    The tutorial uses the AT Client sample as an example but you can get a trace from the Asset Tracker sample as well.

    Flash the AT Client sample first and send AT%XMODEMTRACE=1,2 and AT+CFUN=0 to save.

    Then add the CONFIG_BSD_LIBRARY_TRACE_ENABLED=y configuration to the application you want to take a trace with and flash it to the device.

    Best regards,

    Heidi

  • Hi

    Is it possible to send me a pre-compiled version of the Connectivity Bridge for the Thingy:91?

    Looking at the instructions, it seems I would have to install a huge toolchain just to compile it.It sounds simple - "send us a modem trace", but achieving this has already taken hours of my time. I am only trying to run the demo asset tracker application.

    Steve

  • I completely understand, here you go. Make sure to set SW2 to the nRF52 position when flashing. 

    I also attached a newly built copy of the asset_tracker sample from the master branch of NCS with support for NB-IoT (not legacy) and the trace config enabled in case you wanted to try getting a modem trace again.

    I understand the process might be hard, but it's difficult for me to understand what the issue might be without it. 

    thingy91_connectivity_bridge.hex

    thingy91_asset_tracker_nbiot_2704.hex

    Best regards,

    Heidi

  • Thanks.

    I have flashed the connectivity bridge to the nRF52 and your asset_tracker sample to the nRF91. I also made sure that the November 2019 versions of the modem firmware and the UART bridge were installed.

    This does not seem to connect to anything and the asset_tracker application doesn't find the Vodafone network that I had connected to previously. I got some sort of modem trace but I suspect it won't be much help because the size stopped growing fairly quickly. This is attached in case it's useful.

    The tutorial on getting the modem trace that you linked to previously has mysteriously disappeared ("Unfortunately, the page you've requested no longer exists.") so I couldn't check if I followed all the steps properly.

    Steve

    trace-2020-04-24T14-19-08.582Z.bin

Related