Synchronising multiple GNSS-RTK L1/L5 Breakout - NEO-F9P

Hi @praneeth ,

Another possibility would be to use SPI to communicate with the three NEO-F9Ps. SPI is ~10 times faster than UART or I2C. It would leave the ESP32 UARTs free for your serial console and debug messages. Each GNSS needs its own Chip Select pin, but the ESP32 has plenty of GPIO available.

The posts linked below may help.

Best wishes,
Paul

3 Likes