I would like to use the esp32-cam module to take over the date and time using NTP. Then I want to transmit them via serial communication to the arduino pro mini board.
I've seen that serial communication can be done from arduino to esp-32 cam, but i don't know how i could do it from esp-32 to arduino.
The ESP32 CAM module has Tx and Rx pins which you can use. Really the only thing to look out for is that the ESP32 is a 3V3 device and it pins must not be connected to anything that could supply 5V so a voltage level shifer between the 2 devices is advisable
Another problem would be that I'm not sure if the serial communication works if after loading the code I don't connect the esp32 module to the pc, only to the arduino.