Olimex Support Forum

Microcontrollers => ESP8266 => Topic started by: rmobile on July 24, 2015, 05:31:00 PM

Title: ESP8266-EVB First Start
Post by: rmobile on July 24, 2015, 05:31:00 PM
How do I turn relay via network ? I don't see Olimex SSID in my WLAN.
Title: Re: ESP8266-EVB First Start
Post by: rmobile on July 27, 2015, 12:31:43 PM
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.  :(
Title: Re: ESP8266-EVB First Start
Post by: PeteW on July 28, 2015, 01:25:12 PM
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.
Title: Re: ESP8266-EVB First Start
Post by: avangelov on August 01, 2015, 03:04:42 AM
Try to assign manual IP (192.168.4.xxx) after connect.
Looks like sometimes DHCP is not working.