/Quick861dw

Repo for custom firmware for Quick 861DW hot air soldering station

Primary LanguageC

Quick 861DW custom firmware

This REPO is a place for developers to get better firmware for quick 861DW hot air soldering station.

How it started? I had my station stopped working on me one night and I found out that main issue of it was that micro controller was bad, since quick team used atmega16a and internal flash for it's firmware I was stuck with a glory peace of metal just sitting there. So I ordered few Attiny16a micro controllers and started experimenting with dead maijn board.

What are my plans? I already started to reverse engineer main board. It's quite simple, mcu is used to control triac and triac controls 240v AC signal to heater inside the gun. Temperature is sensed from the tip and OP07C opamp is used to amplify it. then signal is carried directly to the MCU. Long story short it's quite simple hardware, but the firmware is the key.

What is the advantages? Quick 861DW is cheap (sub $300) and it's great value for the money. But there are some thing to be approved. So while designing our own firmware we can include what ever we want. For example it has a beeper, that beeps every time station boots, I hate it. So while creating station firmware It could be disabled, or enabled with help of configuration menu in service buttons combination.

What inside? Station has many parts that are jelly bean. So datasheets are commonly available. Here is the list of interesting parts:

Schematics I tried to draw schematics of it as simple as possible for firmware so it's still work in progress, but this is what I have right now.

schematic_image

There are more, but for now I only share main mcu.

Planned features

I would love to get more features, such like:

  • serial communication with pc
  • more channels that could be stored on pc or eeprom and use external buttons that connect via cable
  • virtual lcd screen on pc for capture (hint: youtube creators)
  • custom config menu on pc and station itself
  • easier calibration via pc or station itself
  • real time temperature display on screen (configurable)
  • heating element on/off time on lcd (configurable)