Hello everyone, I am having a problem with UART communication between 2 esp32.
On one side I have an esp32 DevKit V2 from AZdelivery and on the other, an ESP32-3248S035. Both are connected to their UART 0 port
Wiring :
TX -> RX
RX <- TX
GND - GND
My code is the same for the 2 boards but only the esp32 devkit receives the data.
So I tried different tests and the problem seems to come from a "voltage scale" problem.
Here is the shematic of the ESP32-3248S035 part :
When I apply TX from DevKit after the resistor the ESP32-3248S035 receives the information.
I wonder if it is possible to adjust the output voltage of the TX of the devKit so that the ESP32-3248S035 detects its input or if I have to change the circuit of the ESP32-3248S035 in order to put a wire rather than a résistor.
If anyone can help me with this situation.I can provide you with other information on the schematics, the code used or any other useful information.
PS: Sorry if I got the section wrong, I put Hardware because I think my problem is hardware but if it needs to be modified, don't hesitate to tell me.