Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By beikeland
#35623 I'm having an issue where I don't see the my ESP in the Arduino IDE port selection menu. I created an entry in my hosts file and mapped COM35 to the apropriate IP and OTA flashing works, awesome!

Is there a command line dns-sd or similar i can use to find my ESP's and see if its my IDE or ESP thats acting up?
User avatar
By beikeland
#35714 So i finally found the magic use of dns-sd, and i spot my arduinos fine on the command line. They do not show up in my IDE. 1.6.5 with esp8266 2.0.0 from board manager. Any tips?

C:\...............>dns-sd -B _services._dns-sd._udp
Browsing for _services._dns-sd._udp
Timestamp A/R Flags if Domain Service Type Instance Name
13:57:46.726 Add 2 14 . _tcp.local. _arduino
13:57:46.822 Add 3 19 . _tcp.local. _teamviewer
13:57:46.825 Add 2 20 . _tcp.local. _teamviewer
13:57:47.035 Add 3 14 . _tcp.local. _workstation
13:57:47.037 Add 3 14 . _tcp.local. _qdiscover
13:57:47.040 Add 3 14 . _tcp.local. _smb
13:57:47.043 Add 2 14 . _tcp.local. _http
^C

C:\...............>dns-sd -B _arduino._tcp
Browsing for _arduino._tcp
Timestamp A/R Flags if Domain Service Type Instance Name
13:58:41.644 Add 3 14 local. _arduino._tcp. esp-02215c
13:58:41.646 Add 2 14 local. _arduino._tcp. esp-01eefe
User avatar
By elmar
#36153 Hi,

I'm using Linux. OTA works o.k. with the firewall disabled.
I would like to enable my firewall, but what port(s) should I leave open ?

Regards,
Elmar