-
-
Notifications
You must be signed in to change notification settings - Fork 746
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
Pinecil mod detection #1215
Pinecil mod detection #1215
Conversation
Updated to firmware 2.16.FB29770 06-02-22 using USB-c to usb-C cable to PC. because that has enough power to view menu, selected minus long hold, then + to scroll through debug menu. I can see other settings like HW, time, move, rtip, ctip, CHan, Vin, ACC, PWR DC, Max, Hall |
Flashed the Sciencil, registers PD No VBus, main pinecil registers PD W. VBus |
@Ralim
On my TS80P I am having an issue when browsing the debug menu and reaching Why is that? |
The mod is for Pinecil only, Miniware TS80P should show No VBus VBus is a pin on the FUSB302 used for USB-PD negotiation that does not need to be connected and infact can cause issues if it is connected and you connect > 21V to the input on the Pinecil. So this is for detecting if VBus is actually wired up or not. The iron should not restart itself though. I cant reproduce the restart here? :/ |
Could this be related to my power supply?
|
Shouldn't be related; does it restart any other times (not in the menu) ? |
Nope! Or is it due to PPS? |
Shouldn't be any of those 😓 |
I just tried it using different plugs:
|
Ahh wait, its probably because the TS80P does the software I2C (slow) and PPS needs the timings :/ |
Since this is not needed for the TS80P anyway, I recommend limiting this exclusively to the Pinecil, instead of working this out. 😊 What do you think? |
Made pr to mask check. |
Expanding the shown type in the debug menu to indicate if VBus is connected or not.
This allows user to check the VBus mod presence on a Pinecil for use over 21V
Would love any pinecil testers (both modded and not).
It should show
PD W. VBus
if you have not done the mod, andPD No VBus
if you have done the mod.