Search found 1 match

by Leogala
Sat Jun 08, 2024 9:48 am
Forum: ESP-IDF
Topic: ESP-NOW Two-Ways ESP32-ESP8266
Replies: 3
Views: 2781

Re: ESP-NOW Two-Ways ESP32-ESP8266

I had the same problem, while on old versions of ESP32 the communication ESP32->ESP8266 was working fine, on more recent versions of the same module (ESP-WROOM-32) it was working very bad. However, in my case, I solved by setting on ESP32 the rate of ESP-NOW as follows: WiFi.mode(WIFI_STA); esp_wifi...