We have a sensor with UART interface (baudrate 115200). Sensor sends data at 1 Hz. We connect it to Ebyte E32-868T30S RF module to send sensor data.
We configure the RF module before assembly and can't make any modification after assembly because a PCB trace is connected to the sensor. We are planning to add a microcontroller to configure the RF module.
The RF module has one UART port and there is no SPI or I2C port on it. The microcontrolller is an ESP32-WROOM-32. The sensor also has only one UART port.

simulate this circuit – Schematic created using CircuitLab
My problem is that the sensor always sends data and it can get mixed with ESP32 UART data.
How can I make a design for this application?
