Hello all!
Trying to put together a doorbell that plays audio using my Arduino. My current boring doorbell switches on 24VAC on the press of the button. I would like to use this to trigger a pin interrupt to wake my arduino so it can perform bell ringing duties. The question, how to I get that 24VAC to trigger an interrupt?
My ideas are:
1. Use a relay with an AC coil to pull a pin to 5V. My issue here is that I've only found 12VAC and 120VAC relays at Radioshack (didn't feel like waiting). I think I know where the 24V transformer is and I picked up a 12V one to replace it if that is an option, but I believe it's used for the house's HVAC as well, so I don't think that's an option. Am I missing something here? Should I just find a 24VAC Relay online?
2. Use a 50V 4A full wave bridge rectifier to turn the signal into 24 VDC and feed it to a +5V regulator and hit an opto-isolator to trigger the pin.
Ideas? Advice? I'm open to anything. Thanks!

