So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By sblantipodi
#86537 As title.

Is it possible to have an esp8266 that acts as a slave in a mesh network and then sends the received msg into
a WiFi network to an Mqtt server?

I know how to send Mqtt msg into a WiFi network, but can I have both WiFi and mesh enabled in one esp?

Thanks
User avatar
By PCBEE
#86563 I've been reading up on this as well. From what I've read it's not possible with an ESP8266, but it is if you use an ESP32 as the slave device. There's one caveat though, both the controller and slave devices should be set up to use the same channel as the WiFi network is configured to.

It's described here:
https://github.com/espressif/arduino-esp32/issues/878