PTS-200 soldering iron firmware, forked from Eddddddddy/Songguo-PTS200. With some bugfixes and customization.
- Bugfix: Eddddddddy/Songguo-PTS200#19
- Bugfix: Eddddddddy/Songguo-PTS200#13
- Always show measured temp, even at startup. Never show "000" as temp, which can be dangerous
- I modified the large fonts on the two main screens, as I didn't like the original ones
- Totally modified the "Big number" screen: Set temp in the top-left, input voltage in the top-right, status is shown by different icons
- Adjusted temp calculation. Now it is much closer to the measured real temp, with TS-100 tips
- Adjusting temp on the main screen is temporary. It won't save as Default temp
-
PD3.0 and QC3 fast charge protocol
-
20V 5A 100W maximum power
- Built-in IMU for sleep detection
- PD protocol chip uses CH224K
- MOSFET supports 30V 12A
- MCU uses ESP32 S2 FH4
- The power input uses a power-enhanced USB-C interface
- Customized soldering tip with 4 ohm internal resistance. It can be powered by 20V with 100W.
- 128x64 OLED screen
- 3 buttons, the middle button is connected to GPIO0
- MSC firmware upgrade, flash disk mode
- With a portable tip cap
- Arduino with ESP32 environment
- Install dependent libraries: Button2, U8g2, QC3Control, ESP32AnalogRead, PID_v1, SparkFun_LIS2DH12
- Replace the u8g2_fonts.c file from the U8G2 library
- In Arduino, select Tools-USB CDC On Boot-Enable
- In Arduino, select Tools-Upload Mode-Internal USB
- Click Upload