Ranbeer Singh
Full Member level 5
- Joined
- Jul 30, 2015
- Messages
- 259
- Helped
- 22
- Reputation
- 44
- Reaction score
- 22
- Trophy points
- 1,298
- Location
- Faridabad India
- Activity points
- 3,266
Hello,
I was working with ESP8266 wifi module. I have successfully connected it with PC and my phone via hostpot. It's responding according to AT command with UART communication but it is not founding when i search it's wifi address with web browser.
I sets undermentioned AT commands.
AT+CWMODE=3;
AT+CIPMODE=0;
AT+CIPMUX=1;
AT+CWJAP="SSID","PASSWORD";
When i send AT+CWJAP? inquiry command, it sends SSID name and when i send AT+SIFSR? command it send back me that it got a IP address. I think it's ok.
AT for making a server
AT+CIPSTO=180;
AT+CIPSERVER=1,1234;
No error massage occurred by module. All time comes OK response.
I am wonder, where am i wrong?
Please advice.
- - - Updated - - -
I am using station IP address in web browser.
I was working with ESP8266 wifi module. I have successfully connected it with PC and my phone via hostpot. It's responding according to AT command with UART communication but it is not founding when i search it's wifi address with web browser.
I sets undermentioned AT commands.
AT+CWMODE=3;
AT+CIPMODE=0;
AT+CIPMUX=1;
AT+CWJAP="SSID","PASSWORD";
When i send AT+CWJAP? inquiry command, it sends SSID name and when i send AT+SIFSR? command it send back me that it got a IP address. I think it's ok.
AT for making a server
AT+CIPSTO=180;
AT+CIPSERVER=1,1234;
No error massage occurred by module. All time comes OK response.
I am wonder, where am i wrong?
Please advice.
- - - Updated - - -
I am using station IP address in web browser.