penatenjoe wrote:BTW: when opening the serial monitor in the IDE it asks for a password? I guess that's another mystery for us to explore.
Look at github
I asked igrr:
... When I change the port to the esp8266-ota, and starting the serial console, there is a (never bevor seen) window, which asks me for a password of the board to call the console??? I searched the sketch, but didn't find any password. Trying the WiFi-Password of my router was not the solution. ...
and his answer:
@brutzler When you select network port, Arduino IDE thinks that you are working with Arduino Yun. So when you open serial console, it actually tries to connect to "Yun" over ssh, hence the password request. It will not be able to connect no matter what password you type, because we don't have ssh on the esp8266.
Bonjour is not necessary for OTA, because Arduino comes with its own mDNS discovery library. However if you want to use mDNS in other apps (i.e. if you want to type http://esp8266-ota.local in your browser), you need to install bonjour.
ESP8266 Arduino add-on
Arduino IDE 1.6.5