I am running an ESP8266 on a PCB which has a VCC of 6V. I am using a Voltage Regulator (AMS 1117-3.3) to run the ESP8266.
I also have an ESP32-CAM (AI-Thinker). The AI-Thinker runs with a 5V DC (I have tried 3.3V, but it did not work).
And here is my aim: I wanna send some data to the ESP32-Cam via Serial. The Problem is, that the diffrent VCCs do not allow communication. I know, that I could use a LOGIC-CONVERTER. But isn't there another way to transmit data from ESP8266 to ESP-Cam, and backwards ?
May sending data via OTA (Over the Air) ? Or are there other ways than Serial to communicate ?
Falks, please ignore my last post (#8). You absolutely do not need to connect them with 5V and 3.3V at the same time. Here was my problem why a single 3.3V did not work:
My Pinheader connections were shaky. This was the reason why a single 3.3V Connection did not work. The final solution now, is this:
ESP32 3.3V connect to ESP8266 3.3V
RX to TX
TX to RX
GND to GND
and that's it. Both ICs are communicating via serial very well. And the ESP32 works also with a single 3.3V VCC. So, no need of a 5V VCC.