Search found 2 matches

by danmcc22
Sun Sep 16, 2018 4:51 am
Forum: General Discussion
Topic: Issue sending data to browser using AT commands and TCP server
Replies: 1
Views: 3464

Re: Issue sending data to browser using AT commands and TCP server

I'm new this myself but a do see a problem in your CIFSR response being "+CIFSR:STAIP,"0.0.0.0". You don't have an IP address.
Try AT+CWJAP=.... instead of AT+CWSAP=.... CWSAP configures YOUR softAP. Hope this helps.
by danmcc22
Sun Sep 16, 2018 4:34 am
Forum: General Discussion
Topic: ESP32 AT command TCP server with multiple ports
Replies: 0
Views: 2073

ESP32 AT command TCP server with multiple ports

I'm trying to figure out how to listen on more than one port at a time with the AT command TCP server. Or if that is not possible, how can I have more than one server running at a time (although I'm pretty sure that can't be done). I can start a server "AT+CIPSERVER=1,444" for example and multiple c...