gps_ublox

U-blox GPS (UART) Driver for u-blox GPS modules parsing the binary UBX protocol. The reset variable allows us to manually restart the u-blox GPS. There are three modes: - Hotstart (GPS_UBX_BOOTRESET = 1) - Warmstart (GPS_UBX_BOOTRESET = 2) - Coldstart (GPS_UBX_BOOTRESET = 3)

Configures

Name

Value

Description

UBX_GPS_PORT

UARTx

UART where the GPS is connected to (UART1, UART2, etc

UBX_GPS_BAUD

B38400

UART baud rate

GPS_UBX_BOOTRESET

0

Force a hot, warm or cold reset when the system boot up

Depends

  • uart
  • gps

Provides

  • gps