ESP32 to ESP32 comunication
Posted: Thu Feb 13, 2025 3:26 pm
So the thing is I need to communicate esp1 and esp2, but I only have access to the microUSB port (to have some more context esp2 is communicating with and android via usb and I would like to replace the android to test the esp2 because it takes ages to boot).
Then I tried using the usb OTG, and USB hosting because I have another esp32s3 but did not seem to get it to work right and I was wondering if maybe I could use a USB/TTL converter
The connections would be like this:
esp1 with a code to send a serial caracter:
tx ------ rx (TTL converter)
rx ------ tx (TTL converter)
esp2 with a already functioning code that sends info back depending on the caracter received:
microUSB port ----- male USB (TTL converter)
would this work? I'm currently waiting for the converter to arrive but I'm open to other alternatives.
Then I tried using the usb OTG, and USB hosting because I have another esp32s3 but did not seem to get it to work right and I was wondering if maybe I could use a USB/TTL converter
The connections would be like this:
esp1 with a code to send a serial caracter:
tx ------ rx (TTL converter)
rx ------ tx (TTL converter)
esp2 with a already functioning code that sends info back depending on the caracter received:
microUSB port ----- male USB (TTL converter)
would this work? I'm currently waiting for the converter to arrive but I'm open to other alternatives.
