Search found 3 matches

by snail71
Tue Nov 14, 2017 2:07 pm
Forum: ESP32 Arduino
Topic: Pin change interrupt multiple fire
Replies: 3
Views: 8312

Pin change interrupt multiple fire

I have a pin (34) setup as an input. This pin is connected to a triac opto that generates a clean signal. I have it setup to generate an interrupt on falling edge. This is so I can detect zero crossings that will be used to fire an output triac. The problem I am having is that with each pulse the in...
by snail71
Thu Nov 09, 2017 10:46 pm
Forum: ESP-IDF
Topic: Architecture for phase controlled triac
Replies: 3
Views: 6045

Re: Architecture for phase controlled triac

Any suggestions for configuring this? I haven't seen any examples that do anything similar.
by snail71
Wed Nov 08, 2017 2:05 pm
Forum: ESP-IDF
Topic: Architecture for phase controlled triac
Replies: 3
Views: 6045

Architecture for phase controlled triac

I am designing a lighting controller and I'm having a bit of trouble figuring out how to handle the fast timing needed for phase control. The circuit has four triacs. The AC signal is also being fed back to an input through an optocoupler that is used to detect zero crossings. I have the zero crossi...