Hello.
I have a Sparkfun GPS-RTK-SMA Breakout with u-blox ZED-F9P connected to an Arduino Mega in a rover.
A Raspberry Pi send RTCM Corrections to the USB port of the GPS-RTK-SMA Breakout.
I am using the SparkFun_u-blox_GNSS_Arduino_Library in order to configure the device and to receive data in Arduino board thought the UART1 port of the GPS-RTK-SMA Breakout.
But the behavior of the device is very strange:
Could be that behavior caused by a deficient power supply of the GPS-RTK-SMA Breakout?
I am feeding it trough the 3.3V of the Arduino Mega. In the Hookup Guide I have read:
“Note that if you’re provide the board with 3.3V directly it should be a clean supply with minimal noise (less than 50mV VPP ripple is ideal for precision locating)”
If that is the case, if I feed the GPS-RTK-SMA Breakout through the 5V pin, the 3.3V regulator will reduce the 5V down to 3.3V the module requires?
Thank you.