Teensy 3.2 + ESP8266 + Zeroconf (mDNS, Bonjour)

Status
Not open for further replies.

daspuru

Member
Hi all!!

I am able to connect to WiFi using the ESP8266TEENSY library, however, I am not able to find any implementation of the mDNS (Bonjour or Zeroconf) protocol.

There is an existing library which works over the ESP8266WiFi library, and it is called ESP8266mDNS, here the link (https://github.com/esp8266/Arduino/tree/master/libraries/ESP8266mDNS), but I can not manage it to work with Teensy.

Does any one here have managed to work the mDNS (Zeroconf) with the ESP8266 & Teensy?

Thanks you very much.
 
I am using the one in this repository...

Actually I tried the AT latest firmware for the ESP8266 with no results for the AT+MDNS command, neither programming directly the ESP8266 using the Teensy as a bridge. The service is announced but after some minutes it disappears. I have searched and searched the web for this problem and it seems like a bug of the ESP8266, that is why I ask here if someone managed to work with this.

Thanks.
 
Status
Not open for further replies.
Back
Top