-
Notifications
You must be signed in to change notification settings - Fork 4
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
Input clarifications #1
Comments
Hello,
It should be safe to use with 15V. If you are using a higher power display, monitor the regulator temperature. Also FAN output uses VCC so 12V might not be ok if you are using that feature.
You are right. Series resistor should be 10k and for 100k NTC set About the Aluminium plate, I don't have much experience either apart from this project. It is probably a good idea to increase pad size. More you have isolation between the connector and the heat source the better but there isn't much we can do as the plate conducts heat pretty effectively. BTW, I made some minor adjustments under the version 1.1 |
Thank you very much for your answers @Berkays,
Great, I saw than the firmware code has some variables set to 12V (like here for instance). Do I also need to change them to 15V or it is just initialization and actual values are read from ADC?
Perfect! I also wanted to add a status LED and you just added it. ;) Do you plan to release a new firmware with it? Something like blinking when reflow is ON and maybe stay on when finished and plate still hot (>40º)? |
Yes I'll update the source when i have the time. 12V set variables is actually important for current limiting. I can also change them to a precompiled value. You can replace them with 15 in the meantime. |
Hi |
Hi,
First, this project looks incredible cool, thanks a ton for sharing it! I am planning to build it myself, however, I have some questions I need some help before trying to build it.
THERMISTOR_SERIES_RESISTOR
is set to 4,700. Shouldn't it be set to 10,000? In any case, I am planning to use a 100k NTC 3950 thermistor so I guess I need to also changeTHERMISTOR_NOMINAL_RESISTOR
to 100,000 andTEMPERATURE_METHOD
toNTC_STEINHART
and recompile right?I am sure I'll find more questions later, thanks anyway! ;)
The text was updated successfully, but these errors were encountered: