-->
Page 1 of 1

ESP NOW AND WIFI IN THE SAME ESP?

PostPosted: Tue Apr 14, 2020 5:21 am
by sblantipodi
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

Re: ESP NOW AND WIFI IN THE SAME ESP?

PostPosted: Wed Apr 15, 2020 2:36 pm
by PCBEE
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