usb-pd-arduino
usb-pd-arduino copied to clipboard
USB Power Delivery for Arduino
Hi Manuel, I discovered that I have some "picky" PD source which do not play well with the library (work well with other devices, like laptop). I tried to check...
First of all, thank you so much for making and sharing this project that enables people to perform PD analysis without super expensive equipment! One of the issue I met...
Hello, You pointed me here from [my question](https://github.com/hathach/tinyusb/discussions/2007#discussioncomment-5767706) on the tinyusb repo. I had a quick skim through the code, but I'm not well versed in C++. Is there code...
Can this library be used to transfer power bidirectionally? For example, a power bank with one USB port as an input (for charging) and an output (to charge).
Noticed you have a v2 in the works and have chosen the FUSB302 USB PD controller. It's my understanding that the FUSB302 doesn't support PPS. There are others, like the...
1. In case this project _doesn't_ bitbang USB PD + PPS, please point out my misunderstanding 2. What would be the disadvantage of this project vs. an out of box...
Hi, Is it possible to list capabilities when PD sink is already connected? When I reset my STM32G0 with it connected, no capabilities are returned from the event handler since...
When monitoring the CC-Lines with the STM32G4RE Nucleo board, the STM32 pulls the CC-Lines pretty low. When having the STM32 disconnected, the voltages of both CC-Lines are about 3.1V. When...
Grüezi in die Schweiz, thank you, Manuel, for this wonderful library! I am using it in my project https://github.com/klaus-liebler/labathome. The usage scenario requires Dead Battery Support. I did not get...
I have made the external PCB and connected it to stm32f103 bluepill as documented but nothing works :( how can I debug the software and the hardware I made using...