How would I make one of these?

Thread Starter

ramos96

Joined May 12, 2013
2
Hi all,

I recently was lucky enough to get a Blacktooth laser cutter/engraver, the laser output strength is controlled via a potentiometer that outputs 0-5 volts, I would like to swap out the pot to a digital type control where I can set the output more accurately and also display it, what is the best way I can accomplish this.

Humbly,
Roo
 

GopherT

Joined Nov 23, 2012
8,009
Pots cannot control huge amounts of power and 0 - 5 volts sound like a digital control to me.

How accurate is "accurate". Sometimes, the design is plenty good enough based on other errors present in the systems that better control cannot overcome anyhow - so why try.


Something as simple as air flow in the room, ambient temperature or distance to edge of work-piece overwhelm any additional control "accuracy". Having extra digits to the right of a decimal point make people feel good but many times they are "insignificant" digits (pun intended).
 

WBahn

Joined Mar 31, 2012
32,878
Hi all,

I recently was lucky enough to get a Blacktooth laser cutter/engraver, the laser output strength is controlled via a potentiometer that outputs 0-5 volts, I would like to swap out the pot to a digital type control where I can set the output more accurately and also display it, what is the best way I can accomplish this.

Humbly,
Roo
It sounds like your pot is generating a control or reference signal and, if that's the case, it is much easier to do what you want. You can purchase digital potentiometers, but they may not give you the resolution you are looking for. You can also replace the pot with a DAC and a microcontroller.
 

Thread Starter

ramos96

Joined May 12, 2013
2
It sounds like your pot is generating a control or reference signal and, if that's the case, it is much easier to do what you want. You can purchase digital potentiometers, but they may not give you the resolution you are looking for. You can also replace the pot with a DAC and a microcontroller.
That is what I am thinking also to just use a micro controller, I wondering if I can just do it with an arduino and using PWM, from what I have been reading so far today that seems to be what I am trying to accomplish. I am really new at electronics I have lots of ideas but I don't have the vocabulary yet to get it across. I am thinking a tenth of volt should be enough resolution.

Humbly,
Roo
 

colepinter

Joined Apr 19, 2013
10
well, a good example would be the atari punk console synthesizer, using two 1meg ohms one for each oscillator, and it running off a 9V battery, those two 1meg pots are voltage controllers, and thats 9 volts... 5 volts is nothing for a 1 meg ohm potentiometer i would suppose, and you can get them cheap.
 

colepinter

Joined Apr 19, 2013
10
OH, im sorry that ive read the post wrong.
hes wanting a digital controller, what i would personally do is use a digital power supply made for tattooing, you can get them cheap online
http://www.ebay.com/itm/Iron-LCD-Di...690?pt=LH_DefaultDomain_0&hash=item56562f349a

there is a good example, pemenantly short out one of the 1/4 jacks (thats the foot switch pedal) or you can even use that well engraving like a tattoo machine, hit the pedal when you want the machine to work, and the other output if the polarity matters, youd have to just find out which is ground and which is positive
i have converted one of these into a scientific power supply that works great. 1.5v all the way up to 15v.
 

WBahn

Joined Mar 31, 2012
32,878
That is what I am thinking also to just use a micro controller, I wondering if I can just do it with an arduino and using PWM, from what I have been reading so far today that seems to be what I am trying to accomplish. I am really new at electronics I have lots of ideas but I don't have the vocabulary yet to get it across. I am thinking a tenth of volt should be enough resolution.

Humbly,
Roo
I would be hesitant to use a PWM unless you filter the bejesus out of it. You don't know how the system is sampling that signal.
 
Top