ESP8266-01 + WiFiWebServer Arduino example sketch
Posted: Wed Feb 01, 2017 12:18 am
Hi,
I am trying to learn to use an ESP8266-01 module. I programmed it using the Arduino IDE with the blink sketch and that worked. Now I am trying the WiFiWebServer example sketch and I am getting stuck. On the Serial Monitor I see:
Then I type in my browser (Chrome): "http://gpio/1" and the browser shows:
I get the same error if I try from my phone.
If I search for WiFi networks I see one named "ESP_1EB828".
i need to be connected to my router and not to this ESP network correct?
It doesn't work if I do that anyway, but I get a different response on the Serial Monitor:
But there is no change on the GPIO voltage. Any help is appreciated! Thanks!
I am trying to learn to use an ESP8266-01 module. I programmed it using the Arduino IDE with the blink sketch and that worked. Now I am trying the WiFiWebServer example sketch and I am getting stuck. On the Serial Monitor I see:
Code: Select all
Connecting to WOW!3630
.........
WiFi connected
Server started
192.168.0.7
Then I type in my browser (Chrome): "http://gpio/1" and the browser shows:
Code: Select all
This site can't be reached
gpio's server DNS address could not be found.
Search Google for gpio
ERR_NAME_NOT_RESOLVED
I get the same error if I try from my phone.
If I search for WiFi networks I see one named "ESP_1EB828".
i need to be connected to my router and not to this ESP network correct?
It doesn't work if I do that anyway, but I get a different response on the Serial Monitor:
Code: Select all
new client
GET / HTTP/1.1
invalid request
But there is no change on the GPIO voltage. Any help is appreciated! Thanks!