Chat freely about anything...

User avatar
By SufyanRaza26
#81631 I am using ESP8266 i have configured my ESP in the following way
Code: Select allAT+CWMODE=3   // station + AP mode
AT+CIPMUX=0
AT+CIPMODE=0
AT+CWJAP="SSID","PASS"
AT+CIPSTART="TCP","192.168.1.x"    //where 192.168.1.x is the ip currently assigned to my mobile phone

the last command gives error.
Both ESP and my mobile are on same network with same subnet ip
I have installed Wifi terminal on my mobile but when i input id of ESP it says conenction refused.
I was able to develop communication whhen i had used ESP as AP and a wifi extender to extend the range but now I am unable to develop any communication between the two devices(ESP and my mobile) with router bieng the AP