-
-
Notifications
You must be signed in to change notification settings - Fork 752
HP GaN 65W charger incompatible with Pinecil v2 #2109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The discussions tab is about as monitored as issues. Though this can be opened in either location. When booting holding (-) the screen is meant to stay black so you will need to use a usb power monitor or a cable with an inbuilt led indication to see if the power supply is providing 5V. This test is done as it causes no code to run on the processor, so no PD negotiation/init is done. And the FUSB that controls the PD protocol stays in its default mode of providing the pull-down to turn on a PD compliant supply. If the supply does not provide 5V with the PD spec current sink's in the pinecil (the ones built into the FUSB), then its going to be an issue with the adaptor not playing well with the PD spec. I should probably write up a bit of a debugging guide 😓 Can you confirm if you boot holding (+) on the working charger you correctly can see the PD information about the charger? (To confirm PD hardware is working in the Pinecil) |
Oh, I see. I thought it was related to the documented debug menu, which had me confused. Yeah unfortunately I lack one of those intermediate USB power readers.
So on the Anker charger the Pinecil states In the meantime I bought a fixed negotiation 20V/3A USB-C (female) to DC5525 (male) adapter. Should arrive sometime in the next week. Wondering if that will provide a workaround and still keep the tip earth grounded. |
@Ralim so good news about the 20V adapter: it works with the HP charger in making the display appear and shows it's 20V (I realize now that's what the vertical numbers are on the Pinecil's home screen, since with the Anker adapter it only shows '15'). I also measured the Pinecil's short tip resistance to the mains ground socket, with the HP charger + 20V adapter, and its 0 (ie: grounded), while when using the Anker that lacks the grounding prong it measures 30 MΩ. Haven't yet tested soldering with it yet, since just wanted to check the adapter idea worked first. Does this suggest that it's something IronOS could resolve with USB-C PD negotiation, given the 20V USB-C adapter is seemingly negotiating with the charger in a way that works? |
Yes, but I would need PD packet captures to know what is breaking. This is the main issue with PD at the moment is that its not trivial to debug. |
Is there a list of USB sniffers that are recommended for this? While I'm not currently planning on getting one as yet I did look up some and there's a DIY one that uses Wireshark and some others that use proprietary software. Does the style of output matter? |
Nothing really reccomended. Whatever is the easiest to get / use, so long as we can get either a capture file or even a list of messages sent (with their contents) will work. |
Originally submitted this as a discussion but unsure how frequently that section gets seen and was hoping for any insight into whether this is an IronOS issue or charger issue (for refund purposes).
I bought a HP GaN 65W USB-C PD charger (datasheet) that supports the following:
When the Pinecil v2 (bought from pine64.com) is plugged into it, with or without the short iron tip attached, via either the official Pine64 1.5m USB-C cable or a separate USB 3.x cable the iron doesn't display anything on the screen.
However it works for say charging phones. While if attached to a separate Anker 65W charger (45W max single port output) the Pinecil displays and works.
Things I've tried without any change:
I believe the official Pine64 cable is USB 2.0 but can't confirm. Read Ralim saying the Pinecil exposes extra data over USB 3.0 pins that may conflict with some chargers and that USB 2.0 USB-C-to-C cables may resolve the issue but don't have any other known USB 2.0 USB-C-to-C cables (my others are all known USB 3.x or USB-A to USB-C).
Any idea if the issue is on the IronOS side or the charger side? As on paper it should be compatible.
The text was updated successfully, but these errors were encountered: