Hi everyone
My main goal is to get the metadata directly from the ESP32-WROOM-32D module via UART protocol instead of Bluetooth or Wi-Fi.
When I checked the OAK-D-IoT-40 schematics and ESP32-WROOM-32D-MODULE datasheet; I can see that pins 38, 35 and 34 are GND, TXD0 and RXD0 respectively.
My questions are:
1 - Is it possible for me to establish a physical connection with the ESP32 using the UART protocol by soldering pins to the relative peripheral input (marked in the image below) ?
2 - Is there a simpler way to achieve this and am I over complicating the process
Cheers!