Search found 1 match
- Thu Apr 26, 2018 11:43 am
- Forum: General Discussion
- Topic: ESP32 WROVER to ESP32 WROVER TCP connection not working
- Replies: 0
- Views: 2007
ESP32 WROVER to ESP32 WROVER TCP connection not working
Hi, Is there a specific sequence of steps to follow to setup a TCP connection between two ESP32 WROVER modules? I have done the following without any success. On the SOftAP side: AT+CWSAP="MyName","password",5,3 AT+CIPAP = "192.168.4.10","192.168.4.20" AT+CWMODE=3 AT+CIPMUX=1 AT+CIPSERVERMAXCONN=4 A...