Take the 2-minute tour ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

I am new to this, but I am looking to regulate a few ballast controlled fluorescent lamps with a micro-controller. Everything I look at has a low operating voltage and below 10 volt input/output voltage. I want to have a/c hookup to the microcontroller with full power output to the ballast (when told to do so by the program on the chip). Am I misinterpreting what the input/output and operating voltages mean, or are high voltage applications of microcontrollers not too common? I was looking at some arduino products or something similar. Any direction or clarification is much appreciated.

share|improve this question

2 Answers 2

I think all microcontrollers operate on 5 volts or less, and all inputs/outputs are also 5 volts or less. It is very common to have level translators between the microcontroller and whatever it is controlling.

To control 120 volt (or 230 volt) AC devices, you could use a mechanical or solid state relay that could be driven by the microcontroller..

share|improve this answer

Usually you do not switch something directly with a microcontroller. You switch something that swithes something other. In this case you will probably have to switch a transistor that will switch a relay that will switch AC to your load.

Something like this:

schematic

simulate this circuit – Schematic created using CircuitLab

You might find a low switching voltage and low current relay that could be driven directly from a microcontroller pin, but this way I've shown you can use almost any relay.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.