-
-
Notifications
You must be signed in to change notification settings - Fork 718
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
TS101 only working in QC mode with PD3.1 Powerbank #1851
Comments
QC cant do 28V (Spec only goes to 20V); so what is likely happening is that the PD profile is "stuck" and so therefore PD negotation fails and we assume its QC. To force QC you set PD timeout to |
Thank you for your quick reply. I tried setting the PD timeout to OFF (0 not selectable, lowest is 1 on my build) with no apparent effect. If it sporadically ends up displaying QC with 28V it functions as intended pulling peaks of 80-100W as indicated on the iron as well as on the powerbank. So it seems to utilize the full 28V even though it assumes it´s on QC mode. Any advice on how to investigate this problem further? |
Absolute best step is to get a capture of the USB-PD packets being exchanged to debug what is going on. otherwise next best is to boot up the iron holding the rear button to start the PD debug menu that should show what options your power supply is advertising, and make sure all advertised options match the label. |
Unfortunately tracking the PD packets is out of reach for my expertise and equipment. The PD-Debug Menu seems to show nohing unexpected either. Maybe you can spot something strange: Only thing odd is that that the "State 12 No VBus" display flickers every 5-10sec, and displays "State 2 No VBus" for a fraction of a second (litterally 1/10th of a second) before rerutning to State 12. Something else i discovered is that starting to heat immediately after plugging in the Iron, greatly increases my chances of it functioning "normally" while displaying the odd QC 28V. It seems that starting to preheat before PD is finished negotiating greatly improves the chance of working. Also note that it only shuts off and reboots while heating. Also the power pulse can trigger the reboot if set too high (i lowered it to mitigate that problem) Any further advice? |
I have a newly purchased TS101 (90W). I am experiencing similar symptom of iron rebooting while heating up on 140W Apple PD3.1 brick with EPR lead in 28v mode. This happens with V2.22, I haven't tried older firmware. |
attaching a PD capture created using charger lab km003c and their windows software from here https://drive.google.com/drive/folders/1u63v7TAPZl0DohsziWwOkfRA4Vuk6J1Q KM003s was inserted between TS101 and Apple 140w power brick. it appears to be a sqlite file, which is kinda weird -- but it is viewable in their software. if that helps, I can also capture one for stock firmware where issue is not observed. let me know what I can do to help |
I've experienced quite the same issues with my ts101 and ts80p as well. Both on Anker wall charger and a 100w power bank. |
I'll have a look at the capture when I get some down time -- Thank you. I suspect you have a different / newer Apple charger to me as I dont see the vendor defined messages from my unit here. I think I know the cause of this though; so I should be able to get a draft patch figured out. |
I've ordered a PinecilV2 a week ago. I'll see if issue reproduces with PinecilV2 once it arrives here (shipping from China). |
Also, will be happy to try out a patch.. either pre-built or I can build one myself. thanks |
That's kind of unsurprising:
I haven't see any USB-PD power supplies that go above 28V yet.. |
Hello, I`ll give my input on this topic as well since I think I managed to encounter this problem too. Both these cables reproduce this problem: Please let me know if there are any logs / tests I can do in order to help you to further debug this problem. |
this is consistent with my observations. issue is only reproducible with cables that support EPR, or power supplies that support EPR.. both of the cables you linked support EPR (i.e. are capable of going above 20v). and so is your power supply. I am venturing a guess that your original cable where issue doesn't reproduce is not an EPR cable.. |
But with the original cable (Basesu cable) which works without a problem, I can see that the iron is running at 28V. Shouldn't this cause the same error? |
Is this issue related? https://github.com/Ralim/IronOS/actions/runs/7151005424 |
Not entirely sure. More data here. I received my Pinecilv2 and flashes latest 2.22 version on it, and am unable to reproduce the same issue I've observed on TS101 running same version. @Ralim is there anything else I can do to help root cause this? |
Hia, |
Thanks Ralim. I have tried this version on TS101 and it's still crashing when attempting to reach temperature. If you need any other logs please let me know |
@Ralim I've flashed provided firmware to both Ts101 and pinecilV2 and they both act about the same.. high rates of crashes while heating. |
I'm also experiencing some issues when using EPR using PinecilV2. I'm using the Apple 140W charger and two different EPR cables. On both cables the iron sometimes reboots several times before stabilizing and showing 28V is in use. It then sometimes crashes when first heating the iron. Sometimes it will work okay for a few minutes but then crash and reboot. |
Hello alltogether,
thank you for this wonderful software so far.
I´m trying to utilize PD3.1 power on my TS101 and stumbled upon some issues and discoveries.
Hardware: TS101, various tips (original as well as clone) with resistances within spec
IronOS: v2.22E.C308FE8C 05-11-23
Powerbank: INIU BI-B64 (140W PD3.1)
The combination works, but getting the full 100W out of the TS101 proves to be tricky and only works randomly so far.
Trying to heat up the Iron if the power supply is in PD mode (28.6V) will make it reboot. However if i randomly end up in QC mode (28.6V) it will proceed to heat up and function as intended.
Behavior can be reproduced, however it seems totally random if it end ups using QC or PD, with slightly better chances with a very low (1) PD timeout setting.
PD-Debug Menu shows: 28V 5A available
Working condition:
Debug Menu: PWR QC, Vin 28.6
Not Working, causing reboot while heating:
Debug Menu: PWR PD:No Vbus, Vin 28.6
For as far as i know there is no option to force the TS101 into requesting QC instead of PD power delivery?
Correct my if i´m wrong please. Would be a feature that probably solves this issue.
Any help will be appreciated, thank you!
The text was updated successfully, but these errors were encountered: