This is a sensor station that uses a ESP8266 or ESP32 running on the device UART1.
It creates a UDP connection you can use to get info to/from your computer via the microcontroller.
In other words:
Your computer <--> UART0 <--> MCU <--> UART1 <--> ESP8266