EDIT: I'm assuming this isn't working because i don't have a usb to serial adapter on the receiving end of the usb cable, grabbing a few of those to see if that helps.
Hi folks! I have an ESP32-s3 project that I want to interface with. I am building a testing platform for this project using an Arduino Mega 2560.
The ESP32-s3 is wired to a usb-c port and is what i use to program the device and observe the serial output.
I've been trying to connect a USB-c (also tried with a USB-A) breakout to my arduino mega and ingest the serial data from the ESP32-s3.
I'm also using PulseView and a Logic Analyzer to verify.
Here is the schematic for the USB-C port that is connected to the ESP32-S3
For the USB-A connector:
VBUS - 5v power supply
GND - Connected to both the logic analyzer and the power supply ground.
D+/D- connected to channels 0 and 1 on the logic analyzer.
When I hook up the USB-A breakout to the USB-C of the device, I use a USB-C to A cable that I know carries data because I've programmed the ESP32-S3 off the same cable. However, I get no signal on the logic analyzer of any kind.
Even if i get garbage, i would expect there to be some signal coming through on the logic analyzer but no luck.
Any guidance would be super helpful!