
To configure your EBYTE E103-W11 WiFi 6+BLE 5.1 Serial to WiFi Module in TCP client mode and connect to a network server, follow these steps using AT commands. First, set the module to Station (STA) mode and save the configuration: AT+CWMODE=1,"s.y". Next, connect the module to your WiFi network using the SSID and password: AT+CWJAP="Test11","12345678","s.y". After connecting to the WiFi network, establish a TCP connection with your network server, specifying the server's IP address and port number: AT+CIPSTART="TCP","192.168.1.100",1001. If you require transparent transmission, enable it with: AT+CIPMODE=1. Finally, to send data, initiate the send command: AT+CIPSEND. Once the module displays the '>' symbol, you can begin sending data to your network server. These steps will enable you to successfully connect your EBYTE E103-W11 module to a network server in TCP client mode for efficient data transmission.


