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
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
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.
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.