Skip to content

Commit

Permalink
ubx: change uart2_baudrate to 230400
Browse files Browse the repository at this point in the history
The uart2 is used to connect two GPS to enable GPS heading measurements.

Lowering this baudrate has shown higher SNR.

Signed-off-by: Silvan Fuhrer <[email protected]>
  • Loading branch information
sfuhrer authored and LorenzMeier committed Dec 21, 2020
1 parent 86b09d3 commit 9282d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ubx.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ int GPSDriverUBX::configureDevice()
return -1;
}

int uart2_baudrate = 460800;
int uart2_baudrate = 230400;

if (_mode == UBXMode::RoverWithMovingBase) {
UBX_DEBUG("Configuring UART2 for rover");
Expand Down

0 comments on commit 9282d3d

Please sign in to comment.