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

Implementing u-blox driver on nrf9160 vcom0 port

Hi,

I have nrf9160 DK.

I found there is u-blox driver available. Is it possible that the 9160 modem can be added an interface as a modem using u-blox? If so, there is any application note or any other resources?

Thank you,

david

  

Parents
  • When I enabled u-blox, I got the following errors:

    static const struct mdm_control_pinconfig pinconfig[] = {

    /* MDM_POWER */

    PINCONFIG(DT_UBLOX_SARA_R4_0_MDM_POWER_GPIOS_CONTROLLER,

    DT_UBLOX_SARA_R4_0_MDM_POWER_GPIOS_PIN),

    /* MDM_RESET */

    PINCONFIG(DT_UBLOX_SARA_R4_0_MDM_RESET_GPIOS_CONTROLLER,

    DT_UBLOX_SARA_R4_0_MDM_RESET_GPIOS_PIN),

    };

    #define MDM_UART_DEV_NAME DT_UBLOX_SARA_R4_0_BUS_NAME

    All these literals are not defined.

Reply
  • When I enabled u-blox, I got the following errors:

    static const struct mdm_control_pinconfig pinconfig[] = {

    /* MDM_POWER */

    PINCONFIG(DT_UBLOX_SARA_R4_0_MDM_POWER_GPIOS_CONTROLLER,

    DT_UBLOX_SARA_R4_0_MDM_POWER_GPIOS_PIN),

    /* MDM_RESET */

    PINCONFIG(DT_UBLOX_SARA_R4_0_MDM_RESET_GPIOS_CONTROLLER,

    DT_UBLOX_SARA_R4_0_MDM_RESET_GPIOS_PIN),

    };

    #define MDM_UART_DEV_NAME DT_UBLOX_SARA_R4_0_BUS_NAME

    All these literals are not defined.

Children
No Data
Related