I have interfaced two ESP32's with ESP-NOW protocol in which one esp32#1 sends the data to the other esp32#2. I am able to send the data from esp32#1 and receive that data using esp32#2 also. I have used Arduino IDE to implement this i.e., the code is written in arduino language.
Now the problem statement is, I have to send the data from nRF52832 micro controller to esp32#1 at one end for transmission to other end receiver of esp32#2.
1) How to interface esp32 with the nRF52832?
2) Is there any example code?? if so, it'll be very much useful.
3) How to trigger(wakeup) the ESP-NOW code which is written and dumped in esp32#1 via nRF52832 in segger studio??
Thanks in advance!!!