-
-
Notifications
You must be signed in to change notification settings - Fork 737
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
MHP30 can shutdown and not enter soldering mode until it is moved #1670
Comments
Feels like a bug; the intent is that it shuts down on movement (so if you knock it over it should shutdown). |
Right, it does that too though, so there's that :) |
@codingcatgirl |
Oof, no idea. My contribution to the firmware was long enough ago that i don't remember if i tried to fix it. My comment in #1570 seems to imply that i have not fixed this part of the issue however. |
Are you planning to solve this? |
No, i only fixed the other part of the issue as a side effect of the new
feature i contributed.
…On Fri, Jun 30, 2023, 22:58 discip ***@***.***> wrote:
My comment in #1570 <#1570> seems
to imply that i have not fixed this part of the issue however.
Are you planning to solve this?
—
Reply to this email directly, view it on GitHub
<#1670 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA5QOW4FOY6CCUSMJD5ZY7DXN44YLANCNFSM6AAAAAAXIZRWY4>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
@codingcatgirl Can you confirm that your MHP30 has the MSA301 accelerometer in it? |
Can't confirm this right now, but i am pretty sure that looking at the code this didn't look like a hardware-related issue but simply due to the fact that if there hasn't been movement in a while it will automatically exit sodlering mode again right after entering it. |
When the MHP30 has not been moved for a while, it will enter shutdown mode. Once it is in this mode, attempting to enter soldering mode will immediately bring you back to the Main Menu.
The issue can be circumvented by picking up the MHP30 and moving it around to recover from the shutdown mode – or by disabling shutdown entirely.
I would have fixed this issue myself, but i am not sure why shutdown mode is a thing at all on this device, as you would expect that it is not moved for a long time while in use.
The text was updated successfully, but these errors were encountered: