This repository was archived by the owner on Jan 28, 2021. It is now read-only.

Description
Subject of the issue
I use example 3 from the library: Example3_StartRTCMBase I want to send the RTCM data to a rover via a radio module at 433Mhz. The radio module is connected to the Arduino Uno R3 via SPI. The maximum amount of data that can be sent over the radio module is 61 bytes per transmission. I use the CC1101 module and this library: simonmonk/CC1101_arduino. The rover never goes into the mode: "High precision float fix!" or into the mode: "High precision fix!".
Your workbench
- I am using an Arduino Uno R3
- GPS RTK2
- Connections base:
The I2C port of the GPS RTK2 is connected to the Arduino Uno R3 via Qwiic cable. For the transmission of the RTCM data I use the UART2 port of the GPS RTK2 Module. The UART2 port (TX) is connected via cable to the UART port RX of the Arduino.
Connections Rover:
The I2C port of the GPS RTK2 is connected to the Arduino Uno R3 via Qwiic cable. For the transmission of the RTCM data I use the UART2 port of the GPS RTK2 Module.. The UART2 port (RX) is connected via cable to the UART port TX of the Arduino.
- How is everything being powered? over USB
Steps to reproduce
To reproduce the problem, I have attached the code in a zip file.
rover_data_receive.zip
startRTCMBase_.zip
Expected behavior
The rover should go into RTK mode using the RTCM data.
Actual behavior
The rover never goes into RTK mode.
I've been sitting on this problem for a while. I don't want to waste anyone's time, but I'm at a loss.