RTK Reference Station will not upload NTRIP via WiFi. Works when ethernet is connected

Folks,

The NTRIP server daemon tries to talk via WiFi and fails:

Base survey complete! RTCM now broadcasting.
STATE_BASE_TEMP_SURVEY_STARTED → STATE_BASE_TEMP_TRANSMITTING, 2025-06-26 17:01:17.309
NTRIP Server 0 start
ntripServerStop server 0 start requested
E (123497) wifi:Expected to init 4 rx buffer, actual is 3
wifiConnect: Failed to get protocols: ESP_ERR_WIFI_NOT_INIT
wifiConnect: Error setting WiFi protocols: ESP_ERR_WIFI_NOT_INIT
Connecting WiFi… E (123524) wifi:Expected to init 4 rx buffer, actual is 0
E (123541) wifi:Expected to init 4 rx buffer, actual is 0
WiFi failed to connect: error #255.
Next WiFi attempt in 15 seconds.

The interface is up in config mode:
Log file size: 570521 - Generation rate: 1.3kB/s
STATE_DISPLAY_SETUP → STATE_WIFI_CONFIG_NOT_STARTED, 2025-06-26 17:07:14.096
Connecting WiFi…

Network Configuration:

     SSID: CMDEXT

WiFi Status: 3
WiFi Strength: -48 dBm
MAC: B0:B2:1C:9B:E3:F4
IP: 10.20.0.231
Subnet: 255.255.255.0
Gateway: 10.20.0.1
DNS 1: 8.8.8.8
DNS 2: 8.8.4.4
DNS 3: 0.0.0.0

Any help would be very appreciated,

Scott

It looks like the WiFi isn’t available at first but then successfully connects (status 3 is a good sign), so I suspect NTRIP is trying to use it before it’s fully initialized

What sketch are you running?

Hi Scott,

I’m wondering if this is a RAM issue. If you are not using Bluetooth, please disable it. It eats a lot of RAM… If you are using the Serial Interface, in the System Menu option b will cycle between Classic, BLE and Off. Fully exit the menu to save the changes, then restart.

I hope this helps,
Paul