This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

GPSMON and nRF52840 Connectivity Bridge

Hi,

I'm trying to use the GNSS application for the nRF9160 to compare GPS antenna performance. There is a Linux utility, GPSMON, that I'm trying to use to display side by side performance of different GPS receivers, and identical receivers with different antennas. GPSMON will recognize the output of the nRF9160 on a development board but not the output of an nRF52840 programmed with the connectivity bridge software. There doesn't seem to be any difference in the data when viewed in terminal programs.

I'm looking for any ideas on why the connectivity bridge software doesn't work in this scenario?

JT

Parents
  • Hello John, 

    John_Turner said:
    Do both the nRF9160Dk and the connectivity bridge software both use hardware flow control?

    Yes, they do. See:

    John_Turner said:
    However, when I run the application on the nRF9160DK the serial output is recognized by GPSMON but if I run it on the custom hardware, with the connectivity bridge, it is not. Since the nRF9160DK uses a different serial to USB converter then the Thingy91 my assumption is that this is where the issue lies.

    The nRF9160 DK has the Segger OB debugger available through the USB, which the Thingy:91 hasn’t. Hence, Thingy:91 can only be programmed in MCUboot mode via USB. Unfortunately, it is hard to tell what the reason could be here. I assume you are using the latest revision of the Connectivity bridge on your nRF52840? 

    Regards,

    Markus

  • Hi Markus,

    The connectivity bridge was built from SDK version 1.71 using the Segger IDE. I've tried to rebuild it with a later version but I get python and script errors when I try to import the project. Hopefully version 2.0 of the SDK and VS Code will be less problematic. 

    As far as I can tell everything on the Nordic side is working as expected. I'm going to assume that the issue is with the GPSMON code so I think the case can be closed.

    JT

Reply
  • Hi Markus,

    The connectivity bridge was built from SDK version 1.71 using the Segger IDE. I've tried to rebuild it with a later version but I get python and script errors when I try to import the project. Hopefully version 2.0 of the SDK and VS Code will be less problematic. 

    As far as I can tell everything on the Nordic side is working as expected. I'm going to assume that the issue is with the GPSMON code so I think the case can be closed.

    JT

Children
No Data
Related