I’m using an ArduSimple simpleRTK2B Heading Basic Starter Kit with an ESP32-S3. My goal is RTK-corrected absolute position from NTRIP while retaining the two-antenna heading solution.
Current wiring:
- Heading kit powered from 5V_IN
- Common GND
- ESP32 3.3V → IOREF
- simpleRTK2Blite TX2 → ESP32 RX
- simpleRTK2Blite RX2 ← ESP32 TX
On the Lite, u-center VALGET shows:
- CFG-UART1-ENABLED = 1
- CFG-UART1-BAUDRATE = 115200
- CFG-UART1OUTPROT-NMEA = 1
- CFG-MSGOUT-NMEA_ID_GGA_UART1 = 1
The ESP32 UART passes a loopback test, but it receives zero bytes from TX2 at 115200.
Has anyone successfully used this Heading kit with an ESP32 as the NTRIP client?
1. Is TX2/RX2 the correct pair for receiving absolute-position GGA from the Lite and sending external RTCM3 corrections back to it while retaining heading?
2. If so, what exact UART settings are required on the Lite for GGA OUT and RTCM3 IN simultaneously?
If you have actually done this with an ESP32/F9P heading setup, I’d especially appreciate your wiring and configuration.