> I'm following the discussion about the best way to > switch 220V light bulbs. What would be the best way to > turn a small AC motor ON and OFF? I'm thinking of PIC > driven optotriac (MOC 3061) with z-c detection and a > power triac to turn the motor on. I don't need any > speed regulation. Is that doable? Any pitfals? I tried > with mechanical relays, but there seems to be too much > noise and my processor keeps resetting. The relays should work. Most relays are just too current hungry for the PIC pins, so it would be a good idea to have a transistor switch to operate it. Also you will need a reversed biased diode across the relay to stop the high voltage back EMF reaching the PIC and transistor when the relay is switched off. Brian. -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.