doniks
doniks
Ah or what I was thinking was the autoplay action could be only one turn at a time. Like this: 1. I press the autoplay button 2. The computer moves...
I'm reminded of a previous conversation with you @Sesu8642 about how exactly to define "win". I think the history should cover in some form: * If enemies have given up...
when looking at the return value of `set_PPS()` : ``` bool retval = PD_UFP.set_PPS(PPS_V(ppsOutputVoltageV), PPS_A(ppsOutputCurrentLimitA)); UART.printf("set_PPS(): %u\n", retval); ``` https://github.com/tooyipjee/Spark-Analyzer/pull/10/files#diff-ea9fbf00aa37eb2c7e46ab087dfb27321d9d4c9cc0f4d53aedb86568271bfe2cR111 I see a return value of * `true` when I...
added some more debugging here: https://github.com/tooyipjee/Spark-Analyzer/pull/11 `USE_PD_UFP_LOGGING` which allows logging of detected power supply capabilities. I'm looking what I get from the various adapters I have lying around, but it's...
maybe also better to [Examine the negotiated power value](https://github.com/ryan-ma/PD_Micro?tab=readme-ov-file#examine-the-negotiated-power-value) as per (upstream?) documentation and/or [Wait for USB PD PPS trigger completed](https://github.com/ryan-ma/PD_Micro?tab=readme-ov-file#wait-for-usb-pd-pps-trigger-completed)
let me collect some logs and observations with the various chargers I have lying around
# USB A simplest case I guess, connecting to usb-A directly (specifically via a four port usb hub to the left port of my laptop) 1232: FUSB302 ver ID:A_revB 1273:...
# Ugreen adapter this one seems to have some PPS capabilities. The charger has three usb c ports and one usb a port. the label is a bit scratched but...
# Philips DLP262IT * USB-C: * 5V@3A * 9V@2A * [email protected] * max 18W * USB-A: * [email protected] * max 12 W 1241: FUSB302 ver ID:A_revB 1282: USB attached CC2...
Welcome home 😉. Mhm. Yeah. Not totally sure how to proceed. I think this is the only PPS capable charger I have and the Spark Analyzer is the only PPS...