Page 1 of 1

Is it possible to use Rainmaker and ESPNOW together?

Posted: Mon Apr 10, 2023 1:06 am
by hasan_
Hi, I tried combining the two, and could never make it work no matter what WiFi mode I used.

I was wondering if anyone has successfully used both Rainmaker and ESPNOW simultaneously on one ESP32? ..if yes, can you please share the code, or an example code?

Thanks!

Re: Is it possible to use Rainmaker and ESPNOW together?

Posted: Sun Mar 31, 2024 1:12 am
by keshavshankar
Currently I'm trying to do this but am having issues. I am using esp-now for broadcasting communication between esp32's, and this requires I put the esp32's into `WiFi.mode(WIFI_STA);`. This however messes up using esp-rainmaker, as it is trying to use provisioning, however the esp-now method I am using requires manual config. Having the two run simultaneously works fine for programming, but when you go to run the esprainmaker app and connect to an esp32 to provision it to wifi, it fails.