Skip to content
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

v6 Low temperature protection #39

Open
liujixu1984 opened this issue Dec 18, 2023 · 6 comments
Open

v6 Low temperature protection #39

liujixu1984 opened this issue Dec 18, 2023 · 6 comments

Comments

@liujixu1984
Copy link

At around 15 degrees Celsius at room temperature, the battery will flash 14 times to display low temperature protection. May I ask what is the low temperature protection temperature for your battery? Is there any way to make him work? Except for heating up

@tinfever
Copy link
Owner

I was actually just answering a YouTube comment about this the other day. It's possible the original firmware didn't have low temperature protection or maybe their threshold was set lower. The threshold should be roughly 7C. If you wanted to, you could remove that protection by commenting out the two lines of code in the safetyChecks function that reference MIN_TEMP_C, I think.

I'm not sure why that error is occurring for you at 15C though. It could be that I got the thermistor beta value wrong.

@liujixu1984
Copy link
Author

I was actually just answering a YouTube comment about this the other day. It's possible the original firmware didn't have low temperature protection or maybe their threshold was set lower. The threshold should be roughly 7C. If you wanted to, you could remove that protection by commenting out the two lines of code in the safetyChecks function that reference MIN_TEMP_C, I think.

I'm not sure why that error is occurring for you at 15C though. It could be that I got the thermistor beta value wrong.

Because I don't know how to compile, could you please modify and cancel the low-temperature protection before sending a hex file?

@thinker226
Copy link

I was actually just answering a YouTube comment about this the other day. It's possible the original firmware didn't have low temperature protection or maybe their threshold was set lower. The threshold should be roughly 7C. If you wanted to, you could remove that protection by commenting out the two lines of code in the safetyChecks function that reference MIN_TEMP_C, I think.
I'm not sure why that error is occurring for you at 15C though. It could be that I got the thermistor beta value wrong.

Because I don't know how to compile, could you please modify and cancel the low-temperature protection before sending a hex file?

I faced the same problem and couldn't solve it by myself, looking forward to the author's update.

@turenabo
Copy link

same problem, it doesn't work at 11c, it recovered at 15c,Ithink 11 is not too low, 7 is reasonable, or maybe no protection is more better.

@turenabo
Copy link

turenabo commented Feb 3, 2024

I was actually just answering a YouTube comment about this the other day. It's possible the original firmware didn't have low temperature protection or maybe their threshold was set lower. The threshold should be roughly 7C. If you wanted to, you could remove that protection by commenting out the two lines of code in the safetyChecks function that reference MIN_TEMP_C, I think.

I'm not sure why that error is occurring for you at 15C though. It could be that I got the thermistor beta value wrong.

Hi, Tinfever, do you know what does orignal firmware 14 red light flashing mean? one of my 61462 get 14 red flashing and the board was locked. I am interested in why does it lock? thanks

@tinfever
Copy link
Owner

tinfever commented Feb 3, 2024

Hi, Tinfever, do you know what does orignal firmware 14 red light flashing mean? one of my 61462 get 14 red flashing and the board was locked. I am interested in why does it lock? thanks

I don't know the reason for the 14 red flash error code on the original firmware.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants