0

It's pretty straightforward to use transistor as a switch while working with DC voltage. But I am faced with a situation to switch on/off an AC motor (single phase).

Is it absolutely necessary to use a TRIAC or SSR? A stupid question maybe, but what would happen if I were to just make use of a BJT? Would it burn out?

I am trying to build an Arduino project which uses a DC motor following the steps in this Instructables article, but happen to have several AC motors lying around without any use.

Ricardo
  • 6,164
  • 20
  • 53
  • 89
user221238
  • 77
  • 1
  • 5
  • similar question answered – User323693 Jul 10 '15 at 08:20
  • What kind of AC motors? If they have brushes they are likely to be "Universal" motors which also work on DC, and that opens up more options to control them. –  Jul 10 '15 at 09:49
  • @brian, i dont know that. am talking about this(http://shopping.rediff.com/product/submersible-pump-for-desert-air-cooler--fountain-fountains-water/11533239?pos=alsoview_RT&rkey=792437&sc_cid=www.google.com|alsoview_BOT|alsoview_RT) – user221238 Jul 10 '15 at 13:07
  • Unlikely to be a brushed motor. Probably shaded pole, AC only, fixed speed. –  Jul 10 '15 at 13:32

2 Answers2

3

The capstan motor of one of my tape decks is speed controlled by a transistor that shorts a bridge rectifier - it should work for on-off control too.

schematic

simulate this circuit – Schematic created using CircuitLab

The tape deck uses a transformer to isolate the motor 9and the control circuit) from the AC mains, however, the same control could be achieved using an optocoupler to isolate the control circuit from the transistor and motor, which then can be connected directly to 220V.

Pentium100
  • 6,610
  • 3
  • 35
  • 40
2

The first problem that springs to mind is that you will damage the base-emitter region when the ac reverse biases the transistor. Base-emitter regions are normally specified as being able to handle a reverse voltage of between 5 and 10 V max.

Maybe you should use a dual back-to-back mosfet solution: -

enter image description here

This circuit is used inside solid-state-relays. But beware - the photo-voltaic opto-isolator hasn't got great switching speed so PWM doesn't work too well.

Andy aka
  • 456,226
  • 28
  • 367
  • 807