Author Topic: Making a Soldering Station  (Read 4950 times)

0 Members and 1 Guest are viewing this topic.

Offline NoxerTopic starter

  • Newbie
  • Posts: 6
  • Country: ba
  • E71NOX
Making a Soldering Station
« on: November 15, 2013, 10:28:23 am »
I have decided to make my own soldering station because I think that I will never buy some of the expensive one like Weller. My whole project will be based on an Arduino because I have never programmed something else. Here is the idea:
I will buy a Hakko 907 cheap of Ebay. Now I am trying to make a compatible an accurate controller for it. I thought to use the PWM output of the Arduino to trigger an optocupler that will trigger a triac. The triac will interrupt the supply of the heater. The sensor of the iron is an PTC resistor.
In the attached picture you can see my whole idea. I've also thought to add an LCD monitor to view the current and goal temperature I also need to ad something to adjust the goal temperature.
My question now is what have I done wrong in the design and how to continue designing my project and my Arduino code.  :)
P.S.
S2=24V
S1=?
R4=?
« Last Edit: November 15, 2013, 10:36:56 am by Noxer »
 

Offline sleemanj

  • Super Contributor
  • ***
  • Posts: 3076
  • Country: nz
  • Professional tightwad.
    • The electronics hobby components I sell.
Re: Making a Soldering Station
« Reply #1 on: November 15, 2013, 10:54:07 am »
Head over to dangerousprototypes.com, in the forum search for soldering iron controller. 
~~~
EEVBlog Members - get yourself 10% discount off all my electronic components for sale just use the Buy Direct links and use Coupon Code "eevblog" during checkout.  Shipping from New Zealand, international orders welcome :-)
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Making a Soldering Station
« Reply #2 on: November 15, 2013, 12:05:24 pm »
Quote
I thought to use the PWM output of the Arduino to trigger an optocupler that will trigger a triac.

How about something far simpler:

1. get a laptop power supply (19-20v, 3a +) to power the handle.
2. use a mcu (arduino or not) to control a mosfet that turns on / off the handle;
3. use a pot to set the desired temperature and use the adc to read the handle's temperature sensor;
4. if the handle's temperature is less than the desired temperature, turn on the handle; otherwise turn off the handle.

You may use a led to indicate if the handle is on/off.

All can be done quite simply.

After that, you can refine the algorithm to make it fancier (for example, adding pid, or pwm, or auto sleep, or display, etc.).
================================
https://dannyelectronics.wordpress.com/
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Making a Soldering Station
« Reply #3 on: November 15, 2013, 01:33:24 pm »
Quote
How about something far simpler:

BTW, you can do all of that via a comparator, or if you desire fancy, an analog computer.
================================
https://dannyelectronics.wordpress.com/
 

Offline mamalala

  • Supporter
  • ****
  • Posts: 777
  • Country: de
Re: Making a Soldering Station
« Reply #4 on: November 15, 2013, 01:50:29 pm »
No need to use PWM. The triac can sswitch off only if there is no current flowing, so you are bound to the mains frequency anyways (well, actually twice that frequency, since you have two zero crossings per cycle).

Never, ever connect any voltage higher than what you use as VREF/AVCC for the ADC to an analogue input (or generally, never anything higher than the supply voltage in regards too any pin). Look at your circuit and guess what will happen if someone pulls the plug of the iron while the circuit is still powered up. Right, you get 9V into the ADC input pin.

You will also need some signal conditioning for the sensor, the way you hooked it up now will give far too little dynamic range to make any useful temperature control possible.

Greetings,

Chris
 

Offline kxenos

  • Frequent Contributor
  • **
  • Posts: 284
  • Country: gr
Re: Making a Soldering Station
« Reply #5 on: November 15, 2013, 01:58:29 pm »
What kind of sensor are you using? I think it's not going to be that simple. If it is a thermocouple you have to have an amp, better still with zero temp. compensation. You can use a maxim 31844 or something like that, that outputs in I2C bus. On the heater side, what's the plan? I don't see a ZC detector going in the uC. Are you planning to just on-off the triac? If so use an opto with ZC built-in. I don't remember if 304x or 302x or 306x is the type with the built-in ZC. It would be better if you could control the turn-on timming and not just skip AC cycles. On the software side, what's the plan? Are you planning to use a PID algorithm?
 

Offline dannyf

  • Super Contributor
  • ***
  • Posts: 8221
  • Country: 00
Re: Making a Soldering Station
« Reply #6 on: November 15, 2013, 04:46:37 pm »
Quote
What kind of sensor are you using?

The OP mentioned the 907 handle.
================================
https://dannyelectronics.wordpress.com/
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf