Capturing Modem Trace on ARM System

Hi Team!

I need to capture a modem trace over a long period of time while driving around, and there is no way my laptop's battery can handle that. I thought I'd use a Raspberry Pi and a big power bank, but unfortunately nRF Toolkit doesn't work on ARM based Linux systems. Is it possible to capture the raw modem trace on a system and then feed it to trace collector?

Kind Regards,
Iman Biglari

Parents
  • Hi,

     

    Unfortunately, the nRF Connect for desktop application does not run on ARM Linux.

    However, the modem trace functionality only opens up a communication channel over uart.

    You can open up the uart port with any terminal program baud=1M and store the content to a file, but I would recommend that you test this solution over time to ensure that there's no issues.

     

    Kind regards,

    Håkon

  • Let me start, that in my experience this topic is extremely important!

    For the very most issues here in this forum, Nordic asks for traces.

    (From my view point, that is more a general way to process issues, asking something back.)

    But, if Nordic wants trace from the wild or long-term scenarios, using a PC doesn't work. Using a Raspi is a much better approach. I'm not sure, if something as OTG Card Readers will work at all with the USB port of a Thingy:91, but it would take anyway long to be available.

    Or, what did Nordic use?

    (Sometimes, reading all the issues here in the forum, I have to confess, that I start to belief, Nordic doesn't trace too much in the wild or for long terms ;-) .)

    So, again, as sum-up:

    If Nordic wants traces for issues from the wild or long-term scenarios, a PC is not that useful.

    Using a Raspi with sd-card and USB powerbank is also in my experience the "shortest way to go".  

    So:

    Are there any other preconditions, which must be considered?

    E.g. "Framing"?

  • I could share the small application and script I wrote for RPi, but Nordic advised me something was "wrong" with the traces I had captured (didn't specify what exactly - More information here).

Reply Children
Related