Problem with board antenna in nRF9151-DK.

Hi,

I am trying to use the nRF915-DK with a GNSS Tracker application. Everything works fine, but, I am not able to set the nRF9151-DK properly for utilizing the board GNSS antenna.

What CONFIGs defines I have to use in prj.conf file If I want to use BOARD antenna? and, What are the right ones to use external antenna?

Best regards,

Óscar.

Parents
  • When I tried this set up:

    # Use onboard antena with COEX0 by default:
    CONFIG_MODEM_ANTENNA_GNSS_ONBOARD=n
    CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=y
    The GNSS works perfectly, but when I use this set up:
    # Use onboard antena with COEX0 by default
    CONFIG_MODEM_ANTENNA_GNSS_ONBOARD=y
    CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=n
    With the nRF9151-DK in clear sky with direct line of sight to satellites, I am not able to get a fix.
    Does anyone any suggestion?
Reply
  • When I tried this set up:

    # Use onboard antena with COEX0 by default:
    CONFIG_MODEM_ANTENNA_GNSS_ONBOARD=n
    CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=y
    The GNSS works perfectly, but when I use this set up:
    # Use onboard antena with COEX0 by default
    CONFIG_MODEM_ANTENNA_GNSS_ONBOARD=y
    CONFIG_MODEM_ANTENNA_GNSS_EXTERNAL=n
    With the nRF9151-DK in clear sky with direct line of sight to satellites, I am not able to get a fix.
    Does anyone any suggestion?
Children
Related