{{ partial "head.html" . }} {{ partial "nav.html" . }}

{{ .Title }}

{{ .Content }}


1 Install firmware


2 Connect to ESP

  • a Your ESP opens an WiFi access point (AP) with SSID AHOY-DTU
  • b Connect to this WiFi with some client (Laptop, Smartphone)
  • c The default password is esp_8266
  • d Navigate to the Settings page
  • e Open the section WiFi and press Scan
  • f Select your home network and type your password
  • g Scroll down, check Reboot device after successful save and press save

3 Find device in home LAN / Wifi

option a
Check a serial console during boot of ESP. It will print the IP which it got from DHCP server.
option b
Check devices listed in your WiFi router (eg. Fritz!Box). You should be able to find an IP-address like 192.168.x.x

4 Settings

Point to Settings again and configure the device on your needs.
{{ partial "footer.html" . }}