Sunday 19 February 2017

capacitor - what do I need to make 230V AC fan spin slower?


So - i often work with DC current for robotics and the like, but now i have the problem that i'm having a 230V AC fan which shall be operated at two different speeds for an exhibition installation. I don't have a dimmer, only two 230V relais that are controlled by my microcontroller and that are connected to regular 230V AC powersupply. At one setting, the fan should rotate at maximum speed, at the other setting it should turn only very slowly.


Now, I'm not experienced with AC current electrics. I think I have to put a capacitor in series with the fan, as a capacitor in an AC circuit is kind of the equivalent to a resistor in a DC circuit, right?


But what capacitor to chose and what to pay attention to so that the whole thing won't catch fire?


//edit: the fan uses a "Shaded-pole" type of motor


thanks!




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...