Close

Enable Serial debugging on PicoPD

A project log for PicoPD - USB-C PD 3.0 PPS Trigger with RP2040

Adding Power Delivery 3.0 (PD3.0) & PPS to our beloved RP2040 chip in Pico footprint.

centylabCentyLab 01/13/2024 at 21:340 Comments

There are two ways to enable Serial debugging on PicoPD:

Method 1: Using the provided solder pads at the back

Step 1: Desolder the front "USB Jumper" resistors. They are just 2x 0Ohm resistors that bridge between the RP2040 IC and the USB-C port.

Step 2: Use a USB Type A Plug Breakout Cable, or make your own from any USB cable and connect to the existing pad at the back of PicoPD

Method 2: Use a USB-C Splitter that separates the USB 2.0 signal into another USB-C port. You only need USB 2.0 FullSpeed for the job, but never hurts to get extra speed if needed later. Some existing products:

You then need a total of 3 USB-C Cables. If you are planning to pull 5A total, ensure your Power and Combined cables are both rated for 5A. The data line can be non-e-mark (3A)

Method 3: Using a UART to USB Converter

Tap on many RP2040 RX and TX lines. These pins can be configured within the setup().

Discussions