mirror of
https://github.com/wagiminator/ATmega-Soldering-Station.git
synced 2025-08-07 13:00:30 +03:00
28
README.md
28
README.md
@@ -1,6 +1,8 @@
|
||||
# T12 Soldering Station based on ATmega328p
|
||||
|
||||
!!! ERROR in the current revision: DO NOT USE D4 18V ZENER OR INPUT VOLTAGE MORE THAN 19V !!!
|
||||
**!!! ERROR in the current revision: DO NOT USE D4 18V ZENER OR INPUT VOLTAGE MORE THAN 19V !!!**
|
||||
|
||||
**!!! 此版本存在一个设计缺陷!不要使用D4 18V 的齐纳稳压二极管 或 输入电压超过19V !!! **
|
||||
|
||||
# 1. Overview #
|
||||
|
||||
@@ -22,6 +24,8 @@ Project Video: https://youtu.be/I9ATDxvQ1Bc
|
||||
|
||||
Video from John Glavinos (electronics4all): https://youtu.be/4YDcWfOQmz4
|
||||
|
||||
Video from LHW-createskyblue (UI-v1.6L): https://b23.tv/LiOe54
|
||||
|
||||
Project Files at EasyEDA: https://easyeda.com/wagiminator/z-solderingstation-smd-v2
|
||||
|
||||
# Soldering Station v2.0: #
|
||||
@@ -36,6 +40,28 @@ Project Files at EasyEDA: https://easyeda.com/wagiminator/z-solderingstation-smd
|
||||
|
||||

|
||||
|
||||
# Program v1.6L UI Upgrade
|
||||
|
||||
1. Beautify the detail page and increase the power bar
|
||||
2. Menus have ICONS
|
||||
3. Better scrolling animation
|
||||
4. 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
|
||||
5. Add flip display Settings to adapt to the habits of different people
|
||||
6. Add multilingual support for Chinese and English
|
||||
|
||||
Video from LHW-createskyblue (UI-v1.6L): https://b23.tv/LiOe54
|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||

|
||||
|
||||
|
||||
# 2. Power Supply Specification Requirements #
|
||||
|
||||
Choose a power supply with an output voltage between 16V 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.
|
||||
|
2022
software/binaries/SolderingStation2_v1.6L_re2.hex
Normal file
2022
software/binaries/SolderingStation2_v1.6L_re2.hex
Normal file
File diff suppressed because it is too large
Load Diff
1989
software/binaries/SolderingStation2_v1.6L_re4.hex
Normal file
1989
software/binaries/SolderingStation2_v1.6L_re4.hex
Normal file
File diff suppressed because it is too large
Load Diff
1220
software/sources/SolderingStation2_arduboy_gplib_v1.6L.ino
Normal file
1220
software/sources/SolderingStation2_arduboy_gplib_v1.6L.ino
Normal file
File diff suppressed because it is too large
Load Diff
@@ -1,3 +1,6 @@
|
||||
Libraries:
|
||||
https://github.com/olikraus/u8glib
|
||||
https://github.com/mblythe86/C-PID-Library/tree/master/PID_v1
|
||||
|
||||
Lite version Arduboy (Use with T12-> V1.6L) :
|
||||
https://github.com/createskyblue/Arduboy2/
|
Reference in New Issue
Block a user