code

Hardware and Arduino Code for DIY WMRP Solder Station

Hardware and Arduino Code for DIY WMRP-Solder Station

Features: low offset op amp for soldering tip temperature measurement with type c thermocouple cold junction compensation using the PTC (KTY82-210) included in the WMRP soldering pencil input voltage measurement (for use with 3 cell lipo battery) soldering pencil current measurement recognizing if the soldering pencil rests in the stand (–> standby) 3 buttons for

Hardware and Arduino Code for DIY WMRP-Solder Station Continue Reading

Potentiometer or variable resistor control LED Code

Potentiometer or variable resistor control LED Code

The if() statement is the most basic of all programming control structures. It allows you to make something happen or not depending on whether a given condition is true or not. It looks like this: if (someCondition) { // do stuff if the condition is true } [Get Code] There is a common variation called if-else that looks like

Potentiometer or variable resistor control LED Code Continue Reading

Scroll to Top