Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Atmega Soldering Station | 752 | 7 months ago | 7 | other | C++ | |||||
T12 Quick Heating Soldering Station | ||||||||||
Sonoff Homekit | 613 | 3 years ago | 6 | mit | C | |||||
Make your Sonoff Switch compatible with Apple Homekit! 🎉 | ||||||||||
Bounce2 | 496 | a year ago | 8 | mit | C++ | |||||
Debouncing library for Arduino and Wiring | ||||||||||
Easybutton | 381 | 3 months ago | 20 | mit | C++ | |||||
Arduino library for debouncing momentary contact switches, detect press, release, long press and sequences with event definitions and callbacks. | ||||||||||
Jc_button | 359 | 2 years ago | 1 | gpl-3.0 | C++ | |||||
Arduino library to debounce button switches, detect presses, releases, and long presses | ||||||||||
Sonoff Homeassistant | 347 | 5 years ago | 13 | mit | Arduino | |||||
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant | ||||||||||
Arduino Esp8266 Alexa Multiple Wemo Switch | 282 | 2 years ago | 58 | mit | C++ | |||||
multiple belkin wemos switch emulator using ESP8266 | ||||||||||
Kmansonoff | 273 | 6 years ago | 21 | mit | C++ | |||||
Firmware for ESP8266 based itead Sonoff switches for use with HomeAssistant / mqtt | ||||||||||
Mouse | 221 | 2 years ago | 1 | mit | C++ | |||||
Repository for Open Source Mouse Firmware and Hardware | ||||||||||
Switchinputemulator | 168 | 5 years ago | 5 | C++ | ||||||
Nintendo Switch controller emulator that allows for serial input to control the Switch. Emulates a HORIPAD Wired Controller. |
T12 焊台控制器功能介绍 T12 Quick Heating Soldering Station featuring
EEPROM可用性检查机制
EEPROM availability check
允许保存最大30个烙铁头的配置
Tip change detection30 preservable soldering tip configurations
9段温度曲线拟合
9 segments of temperature curve fitting
Video from LHW-createskyblue (UI-v1.6L): https://b23.tv/LiOe54
Choose a power supply with an output voltage between 12V and 24V which can provide an output current according to the table below. The power supply must be well stabilized. The current and power is determined by the resistance (R = 8 Ohm) of the heater.
Voltage (U) | Current (I) = U / R | Power (P) = U² / R |
---|---|---|
12 V | 1.50 A | 18 W |
13 V | 1.63 A | 21 W |
14 V | 1.75 A | 25 W |
15 V | 1.88 A | 28 W |
16 V | 2.00 A | 32 W |
17 V | 2.13 A | 36 W |
18 V | 2.25 A | 41 W |
19 V | 2.38 A | 45 W |
20 V | 2.50 A | 50 W |
21 V | 2.63 A | 55 W |
22 V | 2.75 A | 61 W |
23 V | 2.88 A | 66 W |
24 V | 3.00 A | 72 W |
A thermocouple (temperature sensor) is located in the T12 soldering tip. It creates a very small voltage depending on the temperature difference between the hot end and the cold junction (about 22 microvolts per degree Celsius). To measure this, the heater must be switched off since both share the same connections. The low voltage is amplified by the OpAmp and measured by the ADC of the microcontroller. The LMV358 is a very cheap and versatile OpAmp, but not the ideal choice for this task because it has a fairly high input offset voltage and is quite noisy. Although the SolderingStation also works with this OpAmp thanks to the software's smoothing and calibration algorithms, I highly recommend spending a little more money in a better one. The OPA2330AIDR or OPA2333AIDR for instance have the same pinout and can also be used with this board. They provide significantly more accurate and stable temperature measurements.
The microcontroller switches the heater on and off via the MOSFET. Since the temperature measurement must be done over the same line and against ground, the MOSFET has to be placed between the supply voltage and the heater (high-side switch). A P-Channel MOSFET is normally used for this configuration. However, N-Channel MOSFETs usually have a lower resistance (RDS (on)), in the case of the IRLR7843 only 3 milliohms. A low resistance means a higher efficiency and a lower heat development of the MOSFET. For an N-channel MOSFET to function as a high-side switch, an additional circuit is required to maintain a positive GATE-TO-SOURCE voltage after the MOSFET is switched on. This is done using a so-called charge pump consisting of a capacitor and a diode. The principle of operation is illustrated in the following graphic by Smallp Tsai:
In addition to the components for the PCB you will need the following:
Make sure that all parts fit nicely into the case. Solder the wires to the connectors and protect them with heat shrinks. Use thick wires (AWG18) for the power connections. Make all connections according to the schematic down below but keep in mind, that there's no standard pinout. Solder the wires directly to the corresponding pads on the pcb. To make the soldering station ESD-safe, connect the earth (E) terminal of the aviator plug to a female dupont connector and glue it into the corresponding opening on the case. Now you can connect the soldering station via a male dupont connector to an earth terminal. Upload the firmware and screw the pcb on top of the case.
The pinout shown works for the Quecoo handles from aliexpress. Different handles may have different pinouts. If you are assembling your handle yourself, follow the scheme shown below. The video by John Glavinos (electronics4all) shows how it's done.
This work is licensed under Creative Commons Attribution-ShareAlike 3.0 Unported License. (http://creativecommons.org/licenses/by-sa/3.0/)