mirror of
https://github.com/wagiminator/ATmega-Soldering-Station.git
synced 2025-08-06 12:57:18 +03:00
30
README.md
30
README.md
@@ -1,4 +1,4 @@
|
||||
# 1. Overview #
|
||||
# 1. Overview
|
||||
T12 焊台控制器功能介绍
|
||||
T12 Quick Heating Soldering Station featuring
|
||||
- 烙铁头温度实时监测
|
||||
@@ -52,22 +52,22 @@ Video from LHW-createskyblue (UI-v1.6L): https://b23.tv/LiOe54
|
||||
|
||||
# 2. Versions, Upgrades and Notes
|
||||
|
||||
# Soldering Station v2.0: #
|
||||
## Soldering Station v2.0:
|
||||
|
||||

|
||||

|
||||
|
||||
# Soldering Station v2.5: #
|
||||
## Soldering Station v2.5:
|
||||
|
||||

|
||||

|
||||
|
||||
# Soldering Station v2.6: #
|
||||
## Soldering Station v2.6:
|
||||
|
||||

|
||||

|
||||
|
||||
# Program v1.6L UI Upgrade by LHW-createskyblue
|
||||
## UI Upgrade by createskyblue & lihaoyun6
|
||||
|
||||
LHW-createskyblue created an awesome upgrade to the user interface which can be installed optionally. It features:
|
||||
|
||||
@@ -76,20 +76,12 @@ LHW-createskyblue created an awesome upgrade to the user interface which can be
|
||||
- Better scrolling animation
|
||||
- Get rid of the U8g graphics library and use the ArduBoy graphics Library (Lite) to improve the frame rate and reduce memory usage to make graphics possible
|
||||
- Add flip display Settings to adapt to the habits of different people
|
||||
- Add multilingual support for Chinese and English
|
||||
- English, Chinese and Japanese language pack
|
||||
- Screen saver
|
||||
- System Password
|
||||
- Better numerical input experience
|
||||
|
||||
Video from LHW-createskyblue (UI-v1.6L): https://b23.tv/LiOe54
|
||||
|
||||
# v1.7+ Program: createskyblue & UI: lihaoyun6
|
||||
|
||||
- Screen saver
|
||||
屏幕保护程序
|
||||
- English, Chinese and Japanese language pack
|
||||
英文、中文、日文语言包
|
||||
- System Password
|
||||
开机密码设置
|
||||
- Better numerical input experience
|
||||
更好的数值输入体验
|
||||
|
||||

|
||||

|
||||
@@ -97,7 +89,7 @@ Video from LHW-createskyblue (UI-v1.6L): https://b23.tv/LiOe54
|
||||

|
||||

|
||||
|
||||
# Notes and Errors
|
||||
## Notes and Errors
|
||||
|
||||
- In the board version 2.5 the diode D1 may overheat. To be on the safe side, the 18V zener diode D4 should be removed and the soldering station should be operated with a maximum of 20V. Alternatively, the diode D1 can be replaced with an SS54 schottky diode and the BJT Q1 with an FMMT619.
|
||||
|
||||
@@ -147,7 +139,7 @@ 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. Solder the wires directly to the corresponding pads on the pcb. Upload the firmware and screw the pcb on top of the case.
|
||||
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. 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.
|
||||
|
||||

|
||||
|
||||
|
@@ -1,9 +0,0 @@
|
||||
@echo off
|
||||
set AvrdudePath="D:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude"
|
||||
set AvrConf="D:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf"
|
||||
set HexPath="D:\<5C>ĵ<EFBFBD>\<5C><><EFBFBD><EFBFBD><EFBFBD>ܲ<EFBFBD><DCB2><EFBFBD><EFBFBD><EFBFBD>\TransistorTester.hex"
|
||||
set eepPath="D:\<5C>ĵ<EFBFBD>\<5C><><EFBFBD><EFBFBD><EFBFBD>ܲ<EFBFBD><DCB2><EFBFBD><EFBFBD><EFBFBD>\TransistorTester.eep"
|
||||
%AvrdudePath% -C %AvrConf% -v -V -patmega328p -cstk500v1 -PCOM11 -b19200 -Uflash:w:%HexPath%:i -Ueep:w:%eepPath%:i
|
||||
|
||||
|
||||
pause
|
@@ -19,8 +19,8 @@
|
||||
// SolderingStation2
|
||||
//
|
||||
// ATmega328-controlled Soldering Station for Hakko T12 Tips.
|
||||
// 此v1.8t6版本功能简介
|
||||
// This 1.8t5 version of the code implements:
|
||||
// 此v1.8t7版本功能简介
|
||||
// This 1.8t7 version of the code implements:
|
||||
// - 烙铁头温度实时监测
|
||||
// - Temperature measurement of the tip
|
||||
// - PID温度控制
|
||||
@@ -68,6 +68,28 @@
|
||||
// - 内嵌看门狗,宕机自动重启
|
||||
// - Watchdog timer automatic reset the MCU
|
||||
|
||||
// - V1.8t7 New features:
|
||||
// ------ EEPROM可用性检查机制
|
||||
// ------ EEPROM availability check
|
||||
|
||||
// ------ 允许保存最大30个烙铁头的配置
|
||||
// ------ 30 preservable soldering tip configurations
|
||||
|
||||
// ------ 9段温度曲线拟合
|
||||
// ------ 9 segments of temperature curve fitting
|
||||
|
||||
/*
|
||||
增加"EEPROM"和"RESET." 指令,可以给标签命名为指令的名字,点击标签即可执行
|
||||
关于"EEPROM"指令:查看EEPROM内容
|
||||
关于"RESET."指令:重置EEPROM *警告! 你会失去所有烙铁头的温度校准数据!!!
|
||||
|
||||
Add "EEPROM" and "RESET." to give the label the name of the instruction. Click the label to execute
|
||||
Regarding "EEPROM" instruction: View EEPROM contents
|
||||
Regarding "RESET." instruction: RESET EEPROM
|
||||
* warning! You will lose all the temperature calibration data for the tip of the soldering iron!!
|
||||
*/
|
||||
|
||||
|
||||
// Power supply should be in the range of 16V/2A to 24V/3A and well
|
||||
// stabilized.
|
||||
//
|
||||
|
Reference in New Issue
Block a user