ESP8266-EVB First Start

Started by rmobile, July 24, 2015, 05:31:00 PM

Previous topic - Next topic

rmobile

How do I turn relay via network ? I don't see Olimex SSID in my WLAN.

rmobile

So.. I scan for WIFI networks the name of ESP8266-EVB WIFI and found ESP_xxxxx.
Connect to ESP_xxxxx. No password need.
Then launch browser and type http://192.168.4.1

I don't see home page or everything.  :(

PeteW

Look at https://github.com/OLIMEX/ESP8266/tree/master/IoT%20Firmware

You will need USB-Serial-Cable-F to be able to flash the firmware for the first time. Then you can use Sample HTML / JavaScript application to control the relay or write your own application to do so. The sample application can also be used for firmware updates over the air.

avangelov

Try to assign manual IP (192.168.4.xxx) after connect.
Looks like sometimes DHCP is not working.