Thursday 4 September 2014

inductor - Controlling a 24VAC solenoid with arduino



I'm trying to come up with a design for controlling a 24VAC water valve with an arduino.


My current design :


enter image description here


I want to use a BT1308W TRIAC controlled by an arduino pin to activate the vale, I'm also using a smbj48ca TVS diode to suppress spike generated by the solenoid when it's de-energized. I was using a similar design using a relay and the arduino was reboting randomly when the solenoid was closed, after adding the TVS diode it's not happening but is the correct use for this diode?




No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...