system
December 13, 2013, 4:04pm
1
I know the arduino's have variable PWM outputs based on the chips clock and phase. Can the arduino PWM match an external phase and frequency of 60hz?
Would this function take up most of the processing time available?
External hardware circuitry is fine as I can provide the arduino with what ever reference signals possible.
tylernt
December 13, 2013, 5:31pm
2
60Hz is a walk in the park. If all you're doing is toggling a few pins then you could probably hit several kHz.
holmes4
December 13, 2013, 8:35pm
3
Why what is it your trying to do?
Mark
system
December 13, 2013, 9:21pm
4
Intent is software controlled light dimming. The arduino wont control the high voltage directly, a Thyrister will. But the arduino needs to send the PWM signal in phase with the 60Hz high voltage. I cant seem to figure out how to get the arduino to match the HV phasing.
tylernt
December 13, 2013, 9:28pm
5
z2012:
I cant seem to figure out how to get the arduino to match the HV phasing.
Generally this is done with a zero-crossing detector such as the Vishay H11AA1.
dc42
December 13, 2013, 9:29pm
6
What you are asking about has been done very many times. Google "arduino phase control".