Giter Site home page Giter Site logo

Comments (3)

Johaan1314 avatar Johaan1314 commented on July 18, 2024

why don't you just enter the figures yourself to suit your solder paste?

//Heater Control Variables
/* Heater follows industry reflow graph. Slow build-up to 'warmUp' temp. Rapid ascent

  • to 'maxTemp'. Then descent to room temperature.
    /
    //byte maxTemp; //Declared in function call
    byte maxPWM = 0.70 * maxTemp; //Temperatures (in PWM / 255) influenced by paste temperature
    byte warmUpTemp = 0.75 * maxTemp;
    byte warmUpPWM = 0.72 * warmUpTemp;
    float t; //Used to store current temperature
    float v; //Used to store current voltage
    byte pwmVal = 0; //PWM Value applied to MOSFET
    unsigned long eTime = (millis() / 1000) + (8
    60); //Used to store the end time of the heating process, limited to 8 mins

from solder-reflow-plate.

Robert-Such avatar Robert-Such commented on July 18, 2024

I really appreciate the response but I think we are talking about two different things here. Looking back I see that I should have clarified my original question a bit better...

Essentially I am more concerned with staying within the hardware limitations of the device (i.e. thermal limits of the pcb, components etc) rather than just changing values in software. For example the data sheet for ChipQuik SMD291AX solder paste recommends a reflow curve that peaks at 235C. Would this solder paste be ok to use or could it possibly damage the device or cause accelerated wear & tear?

I see the design notes in this repo mention that although 150C is officially the rated range for the LMT85LP temp sensor it should still maintain reasonable accuracy up to 200C. Also, In the handful of times I have used my device today (with default reflow curve) it appears that the capacitor C2 is reaching 130C during operation despite being designed for temperature ranges up to 105C. In this case would a solder paste with a reflow peak of 235C be a good idea or not really?

from solder-reflow-plate.

Johaan1314 avatar Johaan1314 commented on July 18, 2024

I see.. you can try switching to a low melting point solder if you are worried, but if you are just using it once in a blue moon (like I am), I won't be too worried about the peak temp which just lasts a very short time.

If you are using it much more often, this PCB hotplate probably won't last. I suspect the PCB will fail and delaminate first before the components get fried.. but that's just my guess..

from solder-reflow-plate.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.