Hi,
Looking for a little direction on how to accomplish my first Arduino project. I need help in terms of picking out electronic components and coding.
The project: I would like to make a Variable Amperage Control Switch that mounts to the Torch handle of my TIG Welder. It seems fairly simple but I don’t know much about Arduino or electronics in general. I just started watching TOP TECH BOY’s Arduino Tutorials and I’m curious to see if I’m going in the right direction.
A few details:
In essence I want to make the equivalent of a TIG Welder foot controlled variable amperage switch (looks like a sewing machine foot pedal) that is mounted on the TIG torch handle to be operated by a button that adjusts the amperage the harder you press.
The foot pedal has basically only two components: a 10 Ohm linear potentiometer (3 wires) and a momentary on/off switch (2 wires). I need to mimic this by pressing a button. I think I could accomplish this by using a Force Sensitive Resistor (FSR) #SEN-09375 ROHS and then writing code to correlate finger pressure to a 0 to 10 Ohm range. I think the on/off switch is triggered first to inform the Welder to start the High Frequency control circuit of the welder. So maybe code something that closes the switch loop once the Ohms begin to fall from 10?
I think it would also be helpful to control the sensitivity of finger pressure with maybe a rotating POT? I’m not sure if there is any real current going into the foot pedal for the two switches so I don’t think I will need a relays, but I’m not sure or even how to check the current with a meter through a POT?
As you can probably tell, I don’t know much about electronics, I started looking at the Arduino a few years ago and now I’m trying to pick it up again with this project. Any help our guidance would be greatly appreciated.
P.S. I also attached a pinout of the Foot Pedal for reference.
Thanks,
BTIDADDY