Page 1 of 1

[Urgent] Is it possible to use ESP rainmaker and esp now at a same time

Posted: Fri Dec 23, 2022 3:41 pm
by spaulll
Is it possible to use ESP rainmaker and ESP now protocol at a same time on an esp32 board in a single program?

I need help ASAP, I need this for my college project.

My idea is to get temperature data from an esp8266 board using esp now protocol and send that data to mobile using esp rainmaker.

Re: [Urgent] Is it possible to use ESP rainmaker and esp now at a same time

Posted: Tue Dec 27, 2022 10:25 am
by ESP_Piyush
Technically, it may be possible because the esp-now repository has an example which also includes Unified Provisioning, the same that is used in RainMaker. However, thereafter, I am not sure how much memory ESP-Now requires and whether it will be sufficient to co-exist with RainMaker. You can try and see :). You can also ask questions on esp-now GitHub project for technical queries regarding integrating it with RainMaker. If Wi-Fi station interface works fine with ESP Now, RainMaker will work fine.