https://github.com/kr4fty/diysolderingstation
Diy Soldering Stations with Atmega (Arduino UNO). Firmware and hardware design included
https://github.com/kr4fty/diysolderingstation
Last synced: 6 months ago
JSON representation
Diy Soldering Stations with Atmega (Arduino UNO). Firmware and hardware design included
- Host: GitHub
- URL: https://github.com/kr4fty/diysolderingstation
- Owner: kr4fty
- License: gpl-2.0
- Created: 2017-07-11T22:32:59.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T22:11:34.000Z (almost 9 years ago)
- Last Synced: 2024-12-28T16:16:13.949Z (over 1 year ago)
- Language: Arduino
- Homepage:
- Size: 531 KB
- Stars: 2
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Soldering Station
Diy Estación de soldado con Atmega328 (Arduino UNO), compatible con HAKKO 936/937/928/926
## Información
Estacion de soldado hecho sobre un Atmega328, utilizando un Lapiz de una estación Hakko.
A diferencia de la estación original, esta alimenta a la Punta/Lapíz con corriente alterna (CA, 24Vac).
ATENCIÓN: Tener en cuenta que este Lapiz utiliza un PTC para el sensado de la temperatura y NO una termocupla.
Lapiz utilizado
## Caracteristicas
* ESD, Antiestático
* Tensión: 24 Vac
* Rango de temperaturas: 120-480 ºC.
* Potencia: 50 W
## Partes
* LCD del tipo I²C: se utilizó un lcd de un Motorola C115 (chipset ST7558)
* Encoder rotatorio para chasis
* Punta/lapiz de Estación de soldado, compatible con HAKKO 907 (DIN 5 ESD)
* Botón para chasis
* Controlador (incluido en el repositorio)
## Software
Depende de las librerias:
* [ArduinoPID](https://github.com/br3ttb/Arduino-PID-Library): Librería para el control de la temperatura por medio de un PID
* [ST7558](https://github.com/kr4fty/ST7558-Motorola-C115-LCD-Library): Driver para manejar el LCD
* [TimerOne](https://github.com/PaulStoffregen/TimerOne): para el Control de Fase de la tensión de alimentación
* [EnableInterrupt](https://github.com/GreyGnome/EnableInterrupt): Para habilitar tanto las interrupciones externas como las del tipo Pin-Change
* [EncoderPCI](https://github.com/kr4fty/EncoderPCI): Se encarga de manejar el Encoder
## Hardware
Circuito eléctrico